You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/community/README.md
+71-1Lines changed: 71 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,11 @@ If a community doesn't work as expected, please open an issue and ping the autho
18
18
| Composable Stable Diffusion| Stable Diffusion Pipeline that supports prompts that contain "|" in prompts (as an AND condition) and weights (separated by "|" as well) to positively / negatively weight prompts. |[Composable Stable Diffusion](#composable-stable-diffusion)| - |[Mark Rich](https://github.com/MarkRich)|
19
19
| Seed Resizing Stable Diffusion| Stable Diffusion Pipeline that supports resizing an image and retaining the concepts of the 512 by 512 generation. |[Seed Resizing](#seed-resizing)| - |[Mark Rich](https://github.com/MarkRich)|
20
20
| Imagic Stable Diffusion | Stable Diffusion Pipeline that enables writing a text prompt to edit an existing image|[Imagic Stable Diffusion](#imagic-stable-diffusion)| - |[Mark Rich](https://github.com/MarkRich)|
21
+
| Multilingual Stable Diffusion| Stable Diffusion Pipeline that supports prompts in 50 different languages. |[Multilingual Stable Diffusion](#multilingual-stable-diffusion-pipeline)| - |[Juan Carlos Piñeros](https://github.com/juancopi81)|
21
22
| Image to Image Inpainting Stable Diffusion | Stable Diffusion Pipeline that enables the overlaying of two images and subsequent inpainting|[Image to Image Inpainting Stable Diffusion](#image-to-image-inpainting-stable-diffusion)| - |[Alex McKinney](https://github.com/vvvm23)|
22
23
23
24
25
+
24
26
To load a custom pipeline you just need to pass the `custom_pipeline` argument to `DiffusionPipeline`, as one of the files in `diffusers/examples/community`. Feel free to send a PR with your own pipelines, we will merge them quickly.
The following code can generate an images from texts in different languages using the pre-trained [mBART-50 many-to-one multilingual machine translation model](https://huggingface.co/facebook/mbart-large-50-many-to-one-mmt) and Stable Diffusion.
0 commit comments