Spaces:
Running
Running
salomonsky
commited on
Commit
•
72a2518
1
Parent(s):
4982a7b
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks(css=css, theme="Nymbo/Nymbo_Theme") as demo:
|
|
84 |
with gr.Column(scale=2):
|
85 |
prompt = gr.Textbox(label="Descripción de imágen")
|
86 |
basemodel_choice = gr.Dropdown(label="Modelo", choices=["black-forest-labs/FLUX.1-schnell", "black-forest-labs/FLUX.1-DEV"], value="black-forest-labs/FLUX.1-schnell")
|
87 |
-
|
88 |
process_lora = gr.Checkbox(label="Procesar LORA")
|
89 |
process_upscale = gr.Checkbox(label="Procesar Escalador")
|
90 |
upscale_factor = gr.Radio(label="Factor de Escala", choices=[2, 4, 8], value=2)
|
|
|
84 |
with gr.Column(scale=2):
|
85 |
prompt = gr.Textbox(label="Descripción de imágen")
|
86 |
basemodel_choice = gr.Dropdown(label="Modelo", choices=["black-forest-labs/FLUX.1-schnell", "black-forest-labs/FLUX.1-DEV"], value="black-forest-labs/FLUX.1-schnell")
|
87 |
+
lora_model_choice = gr.Dropdown(label="LORA Realismo", choices=["Shakker-Labs/FLUX.1-dev-LoRA-add-details", "XLabs-AI/flux-RealismLora"], value="XLabs-AI/flux-RealismLora")
|
88 |
process_lora = gr.Checkbox(label="Procesar LORA")
|
89 |
process_upscale = gr.Checkbox(label="Procesar Escalador")
|
90 |
upscale_factor = gr.Radio(label="Factor de Escala", choices=[2, 4, 8], value=2)
|