Spaces:
Build error
Build error
Update app.py
Browse files
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("
|
309 |
model1 = gr.load("models/prithivMLmods/SD3.5-Large-Turbo-HyperRealistic-LoRA")
|
310 |
-
with gr.Accordion("
|
311 |
-
model2 = gr.load("models/
|
312 |
-
with gr.Accordion("
|
313 |
-
model3 = gr.load("models/
|
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():
|