Spaces:
Runtime error
Runtime error
Commit
·
d5f5bf5
1
Parent(s):
693cf66
SDXL under the fold
Browse files
app.py
CHANGED
|
@@ -175,16 +175,12 @@ with block:
|
|
| 175 |
container=False,
|
| 176 |
)
|
| 177 |
btn = gr.Button("Generate image", scale=0)
|
| 178 |
-
|
| 179 |
-
with gr.Group():
|
| 180 |
-
with gr.Row():
|
| 181 |
-
sd_options = gr.Dropdown(["SD2.1", "SDXL"], label="SD options", value="SDXL", visible=True)
|
| 182 |
-
|
| 183 |
-
|
| 184 |
|
| 185 |
with gr.Group():
|
| 186 |
with gr.Row():
|
| 187 |
with gr.Accordion('FreeU Parameters (feel free to adjust these parameters based on your prompt): ', open=False):
|
|
|
|
|
|
|
| 188 |
with gr.Row():
|
| 189 |
b1 = gr.Slider(label='b1: backbone factor of the first stage block of decoder',
|
| 190 |
minimum=1,
|
|
|
|
| 175 |
container=False,
|
| 176 |
)
|
| 177 |
btn = gr.Button("Generate image", scale=0)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 178 |
|
| 179 |
with gr.Group():
|
| 180 |
with gr.Row():
|
| 181 |
with gr.Accordion('FreeU Parameters (feel free to adjust these parameters based on your prompt): ', open=False):
|
| 182 |
+
with gr.Row():
|
| 183 |
+
sd_options = gr.Dropdown(["SD2.1", "SDXL"], label="SD options", value="SDXL", visible=True)
|
| 184 |
with gr.Row():
|
| 185 |
b1 = gr.Slider(label='b1: backbone factor of the first stage block of decoder',
|
| 186 |
minimum=1,
|