EmoCube commited on
Commit
01fb6f4
·
verified ·
1 Parent(s): dda8f4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
76
  method = gr.Radio(label="Sampling method", value="DPM++ 2M Karras", choices=["DPM++ 2M Karras", "DPM++ SDE Karras", "Euler", "Euler a", "Heun", "DDIM"])
77
  strength = gr.Slider(label="Strength", value=0.7, minimum=0, maximum=1, step=0.001)
78
  seed = gr.Slider(label="Seed", value=-1, minimum=-1, maximum=1000000000, step=1)
79
- model = gr.Radio(label="Model", value="SDXL 1.0", choices=["SDXL 1.0", "SD 3.5"])
80
 
81
  with gr.Row():
82
  text_button = gr.Button("Run", variant='primary', elem_id="gen-button")
 
76
  method = gr.Radio(label="Sampling method", value="DPM++ 2M Karras", choices=["DPM++ 2M Karras", "DPM++ SDE Karras", "Euler", "Euler a", "Heun", "DDIM"])
77
  strength = gr.Slider(label="Strength", value=0.7, minimum=0, maximum=1, step=0.001)
78
  seed = gr.Slider(label="Seed", value=-1, minimum=-1, maximum=1000000000, step=1)
79
+ model = gr.Radio(label="Model", value="SD 3.5 Turbo", choices=["SDXL 1.0", "SD 3.5", "SD 3.5 Turbo"])
80
 
81
  with gr.Row():
82
  text_button = gr.Button("Run", variant='primary', elem_id="gen-button")