tsi-org commited on
Commit
48a7319
·
1 Parent(s): 3c4e91e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -214,9 +214,9 @@ with gr.Blocks(css="custom.css") as demo:
214
  gr_sdxl_loras = gr.State(value=sdxl_loras_raw)
215
  gr_sdxl_loras_new = gr.State(value=sdxl_loras_raw_new)
216
  title = gr.HTML(
217
- """<h1><img src="https://i.imgur.com/vT48NAO.png" alt="LoRA"><small><small><i>Experimental</i></small></small>&nbsp;&nbsp;LCM LoRA the Explorer</h1>
218
  <br>
219
- Combine loading an <a href="#">LCM-LoRA</a> with your favorite SDXL LoRa and run LoRAs in only 8 steps. Check out <a href="#">our blog</a>on how this works. Try experimenting with step count and LoRA strength in advanced settings!<b>Not all LoRAs may combine well with the LCM-LoRA</b>
220
  """,
221
  elem_id="title",
222
  )
 
214
  gr_sdxl_loras = gr.State(value=sdxl_loras_raw)
215
  gr_sdxl_loras_new = gr.State(value=sdxl_loras_raw_new)
216
  title = gr.HTML(
217
+ """<h1><img src="v" alt="LoRA"><small><small><i>Experimental</i></small></small>&nbsp;&nbsp;LCM LoRA the Explorer</h1>
218
  <br>
219
+ Pixio Demo of LCM Realtime Diffusion. Try experimenting with step count and LoRA strength in advanced settings!<b>Not all LoRAs may combine well with the LCM-LoRA</b>
220
  """,
221
  elem_id="title",
222
  )