wangfuyun commited on
Commit
db57d0c
·
verified ·
1 Parent(s): b9778c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -252,6 +252,7 @@ def ui():
252
  stable_diffusion_dropdown = gr.Dropdown(
253
  label="Pretrained Model Path",
254
  choices=controller.stable_diffusion_list,
 
255
  interactive=True,
256
  )
257
  stable_diffusion_dropdown.change(fn=controller.update_stable_diffusion, inputs=[
 
252
  stable_diffusion_dropdown = gr.Dropdown(
253
  label="Pretrained Model Path",
254
  choices=controller.stable_diffusion_list,
255
+ value="models/StableDiffusion/stable-diffusion-v1-5",
256
  interactive=True,
257
  )
258
  stable_diffusion_dropdown.change(fn=controller.update_stable_diffusion, inputs=[