Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
diffusers
Commits
610e2a6f
Unverified
Commit
610e2a6f
authored
Nov 15, 2022
by
Dhruv Naik
Committed by
GitHub
Nov 15, 2022
Browse files
Fix incorrect link to Stable Diffusion notebook (#1291)
Update README.md
parent
07f9e56d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/diffusers/pipelines/README.md
src/diffusers/pipelines/README.md
+1
-1
No files found.
src/diffusers/pipelines/README.md
View file @
610e2a6f
...
...
@@ -40,7 +40,7 @@ available a colab notebook to directly try them out.
|
[
pndm
](
https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/pndm
)
|
[
**Pseudo Numerical Methods for Diffusion Models on Manifolds**
](
https://arxiv.org/abs/2202.09778
)
|
*Unconditional Image Generation*
|
|
[
score_sde_ve
](
https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/score_sde_ve
)
|
[
**Score-Based Generative Modeling through Stochastic Differential Equations**
](
https://openreview.net/forum?id=PxTIG12RRHS
)
|
*Unconditional Image Generation*
|
|
[
score_sde_vp
](
https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/score_sde_vp
)
|
[
**Score-Based Generative Modeling through Stochastic Differential Equations**
](
https://openreview.net/forum?id=PxTIG12RRHS
)
|
*Unconditional Image Generation*
|
|
[
stable_diffusion
](
https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/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)
|
[
stable_diffusion
](
https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/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/
stable_diffusion
.ipynb)
|
[
stable_diffusion
](
https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/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)
|
[
stable_diffusion
](
https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/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)
|
[
stochastic_karras_ve
](
https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/stochastic_karras_ve
)
|
[
**Elucidating the Design Space of Diffusion-Based Generative Models**
](
https://arxiv.org/abs/2206.00364
)
|
*Unconditional Image Generation*
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment