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
renzhc
diffusers_dcu
Commits
7eb6dfc6
Unverified
Commit
7eb6dfc6
authored
Aug 31, 2022
by
Kirill
Committed by
GitHub
Aug 31, 2022
Browse files
Fix link (#286)
Fix img2img link
parent
06bc1daf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/diffusers/pipelines/stable_diffusion/README.md
src/diffusers/pipelines/stable_diffusion/README.md
+2
-2
No files found.
src/diffusers/pipelines/stable_diffusion/README.md
View file @
7eb6dfc6
...
@@ -19,8 +19,8 @@ The summary of the model is the following:
...
@@ -19,8 +19,8 @@ The summary of the model is the following:
| Pipeline | Tasks | Colab
| Pipeline | Tasks | Colab
|---|---|:---:|
|---|---|:---:|
|
[
pipeline_stable_diffusion.py
](
https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py
)
|
*Text-to-Image Generation*
|
[

](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/training_example.ipynb)
|
[
pipeline_stable_diffusion.py
](
https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py
)
|
*Text-to-Image Generation*
|
[

](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/training_example.ipynb)
|
[
pipeline_stable_diffusion_img2img
](
https://github.com/huggingface/diffusers/blob/
e3238c0e4bd8f8ae23e8ac225b46af148ae11e40
/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_i
npaint
.py
)
|
*Image-to-Image Text-Guided Generation*
|
[

](https://colab.research.google.com/github/patil-suraj/Notebooks/blob/master/image_2_image_using_diffusers.ipynb)
|
[
pipeline_stable_diffusion_img2img
](
https://github.com/huggingface/diffusers/blob/
main
/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_i
mg2img
.py
)
|
*Image-to-Image Text-Guided Generation*
|
[

](https://colab.research.google.com/github/patil-suraj/Notebooks/blob/master/image_2_image_using_diffusers.ipynb)
|
[
pipeline_stable_diffusion_inpaint
](
https://github.com/huggingface/diffusers/blob/
e3238c0e4bd8f8ae23e8ac225b46af148ae11e40
/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_inpaint.py
)
|
*Text-Guided Image Inpainting*
|
[

](https://colab.research.google.com/github/patil-suraj/Notebooks/blob/master/in_painting_with_stable_diffusion_using_diffusers.ipynb)
|
[
pipeline_stable_diffusion_inpaint
](
https://github.com/huggingface/diffusers/blob/
main
/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_inpaint.py
)
|
*Text-Guided Image Inpainting*
|
[

](https://colab.research.google.com/github/patil-suraj/Notebooks/blob/master/in_painting_with_stable_diffusion_using_diffusers.ipynb)
## Examples:
## Examples:
...
...
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