diffusers/examples/community/README.md

9 lines
792 B
Markdown
Raw Normal View History

2022-08-30 10:43:42 -06: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](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) |
2022-10-17 05:34:15 -06:00
| One Step U-Net (Dummy) | Example showcasing of how to use Community Pipelines (see ) | [Patrick von Platen](https://github.com/patrickvonplaten/) | - |