Skip to content

Commit ee9875e

Browse files
Add Stable Diffusion Interpolation Example (#862)
* ✨ Add Stable Diffusion Interpolation Example * 💄 style * Update examples/community/interpolate_stable_diffusion.py Co-authored-by: Patrick von Platen <[email protected]>
1 parent 5b94450 commit ee9875e

File tree

2 files changed

+525
-0
lines changed

2 files changed

+525
-0
lines changed

examples/community/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
|:----------|:----------------------|:-----------------|----------:|
77
| CLIP Guided Stable Diffusion | Doing CLIP guidance for text to image generation with Stable Diffusion| [Suraj Patil](https://github.com/patil-suraj/) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/CLIP_Guided_Stable_diffusion_with_diffusers.ipynb) |
88
| One Step U-Net (Dummy) | Example showcasing of how to use Community Pipelines (see https://github.com/huggingface/diffusers/issues/841) | [Patrick von Platen](https://github.com/patrickvonplaten/) | - |
9+
| Stable Diffusion Interpolation | Interpolate the latent space of Stable Diffusion between different prompts/seeds | [Nate Raw](https://github.com/nateraw/) | - |

0 commit comments

Comments
 (0)