Spaces:
Runtime error
Runtime error
Commit
·
715cbb2
1
Parent(s):
d8370d3
Update app.py
Browse files
app.py
CHANGED
@@ -107,6 +107,9 @@ with block:
|
|
107 |
|
108 |
with gr.Accordion('FreeU Parameters', open=False):
|
109 |
sd_options = gr.Dropdown(options, label="SD options")
|
|
|
|
|
|
|
110 |
if sd_options == 'SD1.4':
|
111 |
model_id = "CompVis/stable-diffusion-v1-4"
|
112 |
elif sd_options == 'SD1.5':
|
|
|
107 |
|
108 |
with gr.Accordion('FreeU Parameters', open=False):
|
109 |
sd_options = gr.Dropdown(options, label="SD options")
|
110 |
+
|
111 |
+
model_id = "CompVis/stable-diffusion-v1-4"
|
112 |
+
|
113 |
if sd_options == 'SD1.4':
|
114 |
model_id = "CompVis/stable-diffusion-v1-4"
|
115 |
elif sd_options == 'SD1.5':
|