Spaces:
Build error
Build error
Update app.py
Browse files
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=[
|