Skip to content

Commit 8cb5b08

Browse files
committed
up upup
1 parent 13fe248 commit 8cb5b08

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/source/en/modular_diffusers/end_to_end_guide.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,9 +613,13 @@ to use
613613

614614
You can easily share your differential diffusion workflow on the hub, by creating a modular repo like this https://huggingface.co/YiYiXu/modular-diffdiff
615615

616-
[YiYi TODO: add details tutorial on how to create the modular repo, building upon this https://github.com/huggingface/diffusers/pull/11462]
616+
To create a Modular Repo and share on hub, you just need to run. Note that if your pipeline contains custom block, you need to manually upload the code to the hub. But we are working on a command line tool to help you upload it very easily.
617617

618-
With a modular repo, it is very easy for the community to use the workflow you just created!
618+
```py
619+
dd_pipeline.save_pretrained("YiYiXu/test_modular_doc", push_to_hub=True)
620+
```
621+
622+
With a modular repo, it is very easy for the community to use the workflow you just created! Here is an example to use the differential-diffusion pipeline we just created and shared.
619623

620624
```py
621625
>>> from diffusers.modular_pipelines import ModularPipeline, ComponentsManager

0 commit comments

Comments
 (0)