File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ available a colab notebook to directly try them out.
53
53
| [stable_diffusion](./stable_diffusion) | [**Stable Diffusion**](https://stability.ai/blog/stable-diffusion-public-release) | Text-to-Image Generation | [](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/training_example.ipynb)
54
54
| [stable_diffusion](./stable_diffusion) | [**Stable Diffusion**](https://stability.ai/blog/stable-diffusion-public-release) | Image-to-Image Text-Guided Generation | [](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/image_2_image_using_diffusers.ipynb)
55
55
| [stable_diffusion](./stable_diffusion) | [**Stable Diffusion**](https://stability.ai/blog/stable-diffusion-public-release) | Text-Guided Image Inpainting | [](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/in_painting_with_stable_diffusion_using_diffusers.ipynb)
56
- | [stochatic_karras_ve ](./stochatic_karras_ve ) | [**Elucidating the Design Space of Diffusion-Based Generative Models**](https://arxiv.org/abs/2206.00364) | Unconditional Image Generation |
56
+ | [stochastic_karras_ve ](./stochastic_karras_ve ) | [**Elucidating the Design Space of Diffusion-Based Generative Models**](https://arxiv.org/abs/2206.00364) | Unconditional Image Generation |
57
57
58
58
**Note**: Pipelines are simple examples of how to play around with the diffusion systems as described in the corresponding papers.
59
59
Original file line number Diff line number Diff line change @@ -44,6 +44,6 @@ available a colab notebook to directly try them out.
44
44
| [ stable_diffusion] ( ./api/pipelines/stable_diffusion ) | [ ** Stable Diffusion** ] ( https://stability.ai/blog/stable-diffusion-public-release ) | Text-to-Image Generation | [ ![ Open In Colab] ( https://colab.research.google.com/assets/colab-badge.svg )] ( https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/training_example.ipynb )
45
45
| [ stable_diffusion] ( ./api/pipelines/stable_diffusion ) | [ ** Stable Diffusion** ] ( https://stability.ai/blog/stable-diffusion-public-release ) | Image-to-Image Text-Guided Generation | [ ![ Open In Colab] ( https://colab.research.google.com/assets/colab-badge.svg )] ( https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/image_2_image_using_diffusers.ipynb )
46
46
| [ stable_diffusion] ( ./api/pipelines/stable_diffusion ) | [ ** Stable Diffusion** ] ( https://stability.ai/blog/stable-diffusion-public-release ) | Text-Guided Image Inpainting | [ ![ Open In Colab] ( https://colab.research.google.com/assets/colab-badge.svg )] ( https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/in_painting_with_stable_diffusion_using_diffusers.ipynb )
47
- | [ stochatic_karras_ve ] ( ./api/pipelines/stochatic_karras_ve ) | [ ** Elucidating the Design Space of Diffusion-Based Generative Models** ] ( https://arxiv.org/abs/2206.00364 ) | Unconditional Image Generation |
47
+ | [ stochastic_karras_ve ] ( ./api/pipelines/stochastic_karras_ve ) | [ ** Elucidating the Design Space of Diffusion-Based Generative Models** ] ( https://arxiv.org/abs/2206.00364 ) | Unconditional Image Generation |
48
48
49
49
** Note** : Pipelines are simple examples of how to play around with the diffusion systems as described in the corresponding papers.
You can’t perform that action at this time.
0 commit comments