Spaces:
				
			
			
	
			
			
		Paused
		
	
	
	
			
			
	
	
	
	
		
		
		Paused
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -214,7 +214,7 @@ 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=" | 
| 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 | 
             
                    """,
         | 
|  | |
| 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://img.mytsi.org/i/YJET169.png" alt="LoRA"><small><small><i>Experimental</i></small></small>  LCM LoRA in Pixio</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 | 
             
                    """,
         | 
