salomonsky commited on
Commit
e5d91cc
·
verified ·
1 Parent(s): f01cd54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -93,10 +93,10 @@ with gr.Blocks(css=CSS, js=JS, theme="Nymbo/Nymbo_Theme") as demo:
93
  with gr.Column(scale=0.8):
94
  prompt = gr.Textbox(label="Prompt")
95
  basemodel_choice = gr.Dropdown(label="Base Model", choices=["black-forest-labs/FLUX.1-schnell", "black-forest-labs/FLUX.1-DEV"], value="black-forest-labs/FLUX.1-schnell")
96
- lora_model_choice = gr.Dropdown(label="LORA Model", choices=["Shakker-Labs/FLUX.1-dev-LoRA-add-details", "XLabs-AI/flux-RealismLora"])
97
- process_lora = gr.Checkbox(label="Process LORA", value=True)
98
- upscale_factor = gr.Radio(label="UpScale Factor", choices=[2, 4, 8], value=2, scale=2)
99
  process_upscale = gr.Checkbox(label="Process Upscale", value=False)
 
100
  upscaler_choice = gr.Radio(label="Upscaler", choices=["FineGrain", "Upscaler Clarity"], value="FineGrain")
101
 
102
  with gr.Accordion(label="Advanced Options", open=False):
 
93
  with gr.Column(scale=0.8):
94
  prompt = gr.Textbox(label="Prompt")
95
  basemodel_choice = gr.Dropdown(label="Base Model", choices=["black-forest-labs/FLUX.1-schnell", "black-forest-labs/FLUX.1-DEV"], value="black-forest-labs/FLUX.1-schnell")
96
+ lora_model_choice = gr.Dropdown(label="LORA Model", choices=["Shakker-Labs/FLUX.1-dev-LoRA-add-details", "XLabs-AI/flux-RealismLora"], value="XLabs-AI/flux-RealismLora")
97
+ process_lora = gr.Checkbox(label="Process LORA", value=False)
 
98
  process_upscale = gr.Checkbox(label="Process Upscale", value=False)
99
+ upscale_factor = gr.Radio(label="UpScale Factor", choices=[2, 4, 8], value=2, scale=2)
100
  upscaler_choice = gr.Radio(label="Upscaler", choices=["FineGrain", "Upscaler Clarity"], value="FineGrain")
101
 
102
  with gr.Accordion(label="Advanced Options", open=False):