fffiloni commited on
Commit
461b2b6
·
1 Parent(s): e3e6d7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ with gr.Blocks(css=css) as demo:
153
  <h1 style="text-align: center;">SD-XL LoRA Fusion</h1>
154
  <p style="text-align: center;">
155
  Fuse 2 custom StableDiffusion-XL LoRa models <br />
156
- If you are running this demo in a duplicated private space, all your private LoRa models tagged will be automatically listed in LoRa IDs dropdowns
157
  </p>
158
  '''
159
  )
 
153
  <h1 style="text-align: center;">SD-XL LoRA Fusion</h1>
154
  <p style="text-align: center;">
155
  Fuse 2 custom StableDiffusion-XL LoRa models <br />
156
+ If you are running this demo in a duplicated private space, all your private LoRa models tagged ["Diffusers", "stable-diffusion-sd-xl", "lora"] will be automatically listed in LoRa IDs dropdowns
157
  </p>
158
  '''
159
  )