Akbartus commited on
Commit
624c73a
1 Parent(s): 20fe203

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "Akbartus/FluxFlatImage_LORA"], 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")
 
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")