DigiP-AI commited on
Commit
61606cb
·
verified ·
1 Parent(s): ac9f1d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -305,12 +305,12 @@ with gr.Blocks(theme=theme, css=css) as app:
305
 
306
  with gr.Tab("Text to Image"):
307
  gr.HTML("<center><h6>ℹ️ Please do not run the models at the same time, the models are currently running on the CPU, which might affect performance.</h6></center>")
308
- with gr.Accordion("Flux-RealismLora", open=False):
309
  model1 = gr.load("models/prithivMLmods/SD3.5-Large-Turbo-HyperRealistic-LoRA")
310
- with gr.Accordion("Flux--schnell-realism", open=False):
311
- model2 = gr.load("models/hugovntr/flux-schnell-realism")
312
- with gr.Accordion("Flux--schnell-LoRA", open=False):
313
- model3 = gr.load("models/Octree/flux-schnell-lora")
314
 
315
  with gr.Tab("Flip Image"):
316
  with gr.Row():
 
305
 
306
  with gr.Tab("Text to Image"):
307
  gr.HTML("<center><h6>ℹ️ Please do not run the models at the same time, the models are currently running on the CPU, which might affect performance.</h6></center>")
308
+ with gr.Accordion("Turbo-HyperRealistic", open=False):
309
  model1 = gr.load("models/prithivMLmods/SD3.5-Large-Turbo-HyperRealistic-LoRA")
310
+ with gr.Accordion("Turbo-Realism", open=False):
311
+ model2 = gr.load("models/prithivMLmods/SD3.5-Turbo-Realism-2.0-LoRA")
312
+ with gr.Accordion("SDXL-LoRA", open=False):
313
+ model3 = gr.load("models/ntc-ai/SDXL-LoRA-slider.extremely-detailed")
314
 
315
  with gr.Tab("Flip Image"):
316
  with gr.Row():