linoyts HF Staff commited on
Commit
8bcf968
Β·
verified Β·
1 Parent(s): 24adff7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -8
README.md CHANGED
@@ -9,7 +9,7 @@ pinned: false
9
 
10
  # diffusers-modular
11
 
12
- Creative workflows built with **Modular Diffusers** β€” the demos, and the checkpoints they run on.
13
 
14
  ## What Modular Diffusers is
15
 
@@ -17,14 +17,8 @@ Diffusion pipelines are usually monolithic: one class per task, and a new task m
17
  Diffusers breaks that into **composable blocks** β€” encode, prepare, denoise, decode β€” that you assemble into a
18
  workflow, share components between them through a `ComponentsManager` so one loaded model serves several tasks,
19
  and swap or subclass a single block instead of forking a pipeline. It is how a workflow that would be a graph of
20
- custom nodes elsewhere becomes a few lines of Python.
21
 
22
  - πŸ“š [Documentation](https://huggingface.co/docs/diffusers/main/en/modular_diffusers/overview) Β· [Quickstart](https://huggingface.co/docs/diffusers/main/en/modular_diffusers/quickstart)
23
  - πŸ“ [Introducing Modular Diffusers](https://huggingface.co/blog/modular-diffusers)
24
  - πŸ§ͺ [Modular Diffusers on GitHub](https://github.com/huggingface/diffusers)
25
-
26
- ## In this org
27
-
28
- - [**MiniMax-H3-Pruned-Ref-Delta-Fused-r1024**](https://huggingface.co/diffusers-modular/MiniMax-H3-Pruned-Ref-Delta-Fused-r1024)
29
- β€” one MiniMax-H3 transformer that serves both reference conditioning *and* first/last-frame conditioning, where
30
- the model normally needs two separate 37.5 GB partitions.
 
9
 
10
  # diffusers-modular
11
 
12
+ Creative generative workflows built with **Modular Diffusers** 🧨 for state-of-the-art open source models.
13
 
14
  ## What Modular Diffusers is
15
 
 
17
  Diffusers breaks that into **composable blocks** β€” encode, prepare, denoise, decode β€” that you assemble into a
18
  workflow, share components between them through a `ComponentsManager` so one loaded model serves several tasks,
19
  and swap or subclass a single block instead of forking a pipeline. It is how a workflow that would be a graph of
20
+ custom nodes becomes a few lines of Python.
21
 
22
  - πŸ“š [Documentation](https://huggingface.co/docs/diffusers/main/en/modular_diffusers/overview) Β· [Quickstart](https://huggingface.co/docs/diffusers/main/en/modular_diffusers/quickstart)
23
  - πŸ“ [Introducing Modular Diffusers](https://huggingface.co/blog/modular-diffusers)
24
  - πŸ§ͺ [Modular Diffusers on GitHub](https://github.com/huggingface/diffusers)