Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
1ee93ec
1
Parent(s):
89d35a5
Update app.py
Browse files
app.py
CHANGED
@@ -130,11 +130,11 @@ prompt = "a cat"
|
|
130 |
image = pipe_xlc(prompt, num_inference_steps=25).images[0]
|
131 |
```
|
132 |
## Using it ComfyUI/Automatic1111
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
#gr.Examples(fn=run, examples=[" ", "an insect robot preparing a delicious meal, anime style", "a photo of a group of friends at an amusement park"], inputs=prompt, outputs=[output, seed], cache_examples=True)
|
139 |
gr.on(
|
140 |
triggers=[
|
|
|
130 |
image = pipe_xlc(prompt, num_inference_steps=25).images[0]
|
131 |
```
|
132 |
## Using it ComfyUI/Automatic1111
|
133 |
+
- [CommonCanvasSC.safetensors](#) (SD2 drop-in replacement, commercial)
|
134 |
+
- [CommonCanvasSNC.safetensors](#) (SD2 drop-in replacement, non-commercial - trained on more data)
|
135 |
+
- [CommonCanvasXLC.safetensors](#) (SDXL drop-in replacement, commercial)
|
136 |
+
- [CommonCanvasXLNC.safetensors](#) (SDXL drop-in replacement, non-commercial - trained on more data)
|
137 |
+
''')
|
138 |
#gr.Examples(fn=run, examples=[" ", "an insect robot preparing a delicious meal, anime style", "a photo of a group of friends at an amusement park"], inputs=prompt, outputs=[output, seed], cache_examples=True)
|
139 |
gr.on(
|
140 |
triggers=[
|