Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ with gr.Blocks(css=css, theme=theme) as demo:
|
|
116 |
seed = gr.Slider(minimum=1, maximum=9007199254740991, step=1, randomize=True)
|
117 |
|
118 |
|
119 |
-
with gr.Accordion("Use it with diffusers, ComfyUI, AUTOMATIC111", open=False):
|
120 |
gr.Markdown('''The CommonCanvas S and CommonCanvas XL collections are drop-in replacements of Stable Diffusion 2 and Stable Diffusion XL respectively and can be used as such with `diffusers` or in UIs such as ComfyUI, AUTOMATIC1111, SDNext, InvokeAI, etc.
|
121 |
## Using it with diffusers
|
122 |
```py
|
|
|
116 |
seed = gr.Slider(minimum=1, maximum=9007199254740991, step=1, randomize=True)
|
117 |
|
118 |
|
119 |
+
with gr.Accordion("Use it with 🧨 diffusers, ComfyUI, AUTOMATIC111, Forge, SD.Next, Invoke, etc.", open=False):
|
120 |
gr.Markdown('''The CommonCanvas S and CommonCanvas XL collections are drop-in replacements of Stable Diffusion 2 and Stable Diffusion XL respectively and can be used as such with `diffusers` or in UIs such as ComfyUI, AUTOMATIC1111, SDNext, InvokeAI, etc.
|
121 |
## Using it with diffusers
|
122 |
```py
|