1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00
Files
diffusers/examples/community
Nathan Raw ee9875ee9b 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 <patrick.v.platen@gmail.com>
2022-10-17 13:48:42 +02:00
..

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 Open In Colab
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 -