Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ with gr.Blocks(css=css) as demo:
|
|
74 |
output_res = ImageSlider(label="Flux / Upscaled")
|
75 |
with gr.Column(scale=2):
|
76 |
prompt = gr.Textbox(label="Image Description")
|
77 |
-
basemodel_choice = gr.Dropdown(label="Model", choices=["black-forest-labs/FLUX.1-schnell", "
|
78 |
lora_model_choice = gr.Dropdown(label="LoRA", choices=["XLabs-AI/flux-RealismLora"], value="XLabs-AI/flux-RealismLora")
|
79 |
process_lora = gr.Checkbox(label="LoRA Process")
|
80 |
process_upscale = gr.Checkbox(label="Scale Process")
|
|
|
74 |
output_res = ImageSlider(label="Flux / Upscaled")
|
75 |
with gr.Column(scale=2):
|
76 |
prompt = gr.Textbox(label="Image Description")
|
77 |
+
basemodel_choice = gr.Dropdown(label="Model", choices=["black-forest-labs/FLUX.1-schnell", "hakker-Labs/FLUX.1-dev-LoRA-add-details"], value="black-forest-labs/FLUX.1-schnell")
|
78 |
lora_model_choice = gr.Dropdown(label="LoRA", choices=["XLabs-AI/flux-RealismLora"], value="XLabs-AI/flux-RealismLora")
|
79 |
process_lora = gr.Checkbox(label="LoRA Process")
|
80 |
process_upscale = gr.Checkbox(label="Scale Process")
|