Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ pinned: false
|
|
| 9 |
|
| 10 |
# diffusers-modular
|
| 11 |
|
| 12 |
-
Creative workflows built with **Modular Diffusers**
|
| 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
|
| 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|