mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-27 17:22:53 +03:00
* ✨ Add Stable Diffusion Interpolation Example * 💄 style * Update examples/community/interpolate_stable_diffusion.py Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
Community Examples
Community examples consist of both inference and training examples that have been added by the community.
| Example | Description | Author | Colab |
|---|---|---|---|
| CLIP Guided Stable Diffusion | Doing CLIP guidance for text to image generation with Stable Diffusion | Suraj Patil | |
| One Step U-Net (Dummy) | Example showcasing of how to use Community Pipelines (see https://github.com/huggingface/diffusers/issues/841) | Patrick von Platen | - |
| Stable Diffusion Interpolation | Interpolate the latent space of Stable Diffusion between different prompts/seeds | Nate Raw | - |