Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
89d35a5
1
Parent(s):
68c53ae
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ with gr.Blocks(css=css, theme=theme) as demo:
|
|
115 |
seed = gr.Slider(minimum=1, maximum=9007199254740991, step=1, randomize=True)
|
116 |
|
117 |
|
118 |
-
gr.Accordion("Use it with diffusers, ComfyUI, AUTOMATIC111", open=False):
|
119 |
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.
|
120 |
## Using it with diffusers
|
121 |
```py
|
|
|
115 |
seed = gr.Slider(minimum=1, maximum=9007199254740991, step=1, randomize=True)
|
116 |
|
117 |
|
118 |
+
with gr.Accordion("Use it with diffusers, ComfyUI, AUTOMATIC111", open=False):
|
119 |
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.
|
120 |
## Using it with diffusers
|
121 |
```py
|