Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -306,7 +306,7 @@ with gr.Blocks(theme=theme, css=css) as app:
|
|
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/
|
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):
|
|
|
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):
|