multimodalart HF staff commited on
Commit
1ee93ec
1 Parent(s): 89d35a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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
- - [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=[
 
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=[