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
35952e61
Unverified
Commit
35952e61
authored
Oct 09, 2023
by
Jonathan Whitaker
Committed by
GitHub
Oct 09, 2023
Browse files
Fix links in docs to adapter code (#5323)
Update adapter.md to fix links to adapter pipelines
parent
d199bc62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/source/en/api/pipelines/stable_diffusion/adapter.md
docs/source/en/api/pipelines/stable_diffusion/adapter.md
+2
-2
No files found.
docs/source/en/api/pipelines/stable_diffusion/adapter.md
View file @
35952e61
...
@@ -28,8 +28,8 @@ This model was contributed by the community contributor [HimariO](https://github
...
@@ -28,8 +28,8 @@ This model was contributed by the community contributor [HimariO](https://github
| Pipeline | Tasks | Demo
| Pipeline | Tasks | Demo
|---|---|:---:|
|---|---|:---:|
|
[
StableDiffusionAdapterPipeline
](
https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/
stable_diffusion
/pipeline_stable_diffusion_adapter.py
)
|
*Text-to-Image Generation with T2I-Adapter Conditioning*
| -
|
[
StableDiffusionAdapterPipeline
](
https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/
t2i_adapter
/pipeline_stable_diffusion_adapter.py
)
|
*Text-to-Image Generation with T2I-Adapter Conditioning*
| -
|
[
StableDiffusionXLAdapterPipeline
](
https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/
stable_diffusion
/pipeline_stable_diffusion_xl_adapter.py
)
|
*Text-to-Image Generation with T2I-Adapter Conditioning on StableDiffusion-XL*
| -
|
[
StableDiffusionXLAdapterPipeline
](
https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/
t2i_adapter
/pipeline_stable_diffusion_xl_adapter.py
)
|
*Text-to-Image Generation with T2I-Adapter Conditioning on StableDiffusion-XL*
| -
## Usage example with the base model of StableDiffusion-1.4/1.5
## Usage example with the base model of StableDiffusion-1.4/1.5
...
...
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