Spaces:
Runtime error
Runtime error
Commit
•
c4cf9eb
1
Parent(s):
693cf66
SDXL under the fold (#3)
Browse files- SDXL under the fold (d5f5bf5bd24a52c05e7575834017bf6d457aa64e)
Co-authored-by: Apolinário from multimodal AI art <multimodalart@users.noreply.huggingface.co>
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,
|