Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -128,10 +128,10 @@ prompt = "a cat"
|
|
128 |
image = pipe_xlc(prompt, num_inference_steps=25).images[0]
|
129 |
```
|
130 |
## Using it ComfyUI/Automatic1111
|
131 |
-
- [CommonCanvasSC.safetensors](#) (SD2 drop-in
|
132 |
-
- [CommonCanvasSNC.safetensors](#) (SD2 drop-in
|
133 |
-
- [CommonCanvasXLC.safetensors](#) (SDXL drop-in
|
134 |
-
- [CommonCanvasXLNC.safetensors](#) (SDXL drop-in
|
135 |
''')
|
136 |
#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)
|
137 |
gr.on(
|
|
|
128 |
image = pipe_xlc(prompt, num_inference_steps=25).images[0]
|
129 |
```
|
130 |
## Using it ComfyUI/Automatic1111
|
131 |
+
- [CommonCanvasSC.safetensors](#) (SD2 drop-in, commercial)
|
132 |
+
- [CommonCanvasSNC.safetensors](#) (SD2 drop-in, non-commercial - trained on more data)
|
133 |
+
- [CommonCanvasXLC.safetensors](#) (SDXL drop-in, commercial)
|
134 |
+
- [CommonCanvasXLNC.safetensors](#) (SDXL drop-in, non-commercial - trained on more data)
|
135 |
''')
|
136 |
#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)
|
137 |
gr.on(
|