Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks(theme=theme, fill_width=True, css=css) as app:
|
|
138 |
|
139 |
with gr.Accordion("Advanced options", open=False):
|
140 |
negative_prompt = gr.Textbox(label="Negative Prompt", lines=5, placeholder="What should not be in the image", value="(((hands:-1.25))), physical-defects:2, unhealthy-deformed-joints:2, unhealthy-hands:2, out of frame, (((bad face))), (bad-image-v2-39000:1.3), (((out of frame))), deformed body features, (((poor facial details))), (poorly drawn face:1.3), jpeg artifacts, (missing arms:1.1), (missing legs:1.1), (extra arms:1.2), (extra legs:1.2), [asymmetrical features], warped expressions, distorted eyes")
|
141 |
-
with gr.Row(
|
142 |
width = gr.Slider(label="Image Width", value=896, minimum=64, maximum=1216, step=32)
|
143 |
height = gr.Slider(label="Image Height", value=1152, minimum=64, maximum=1216, step=32)
|
144 |
strength = gr.Slider(label="Prompt Strength", value=100, minimum=0, maximum=100, step=1)
|
|
|
138 |
|
139 |
with gr.Accordion("Advanced options", open=False):
|
140 |
negative_prompt = gr.Textbox(label="Negative Prompt", lines=5, placeholder="What should not be in the image", value="(((hands:-1.25))), physical-defects:2, unhealthy-deformed-joints:2, unhealthy-hands:2, out of frame, (((bad face))), (bad-image-v2-39000:1.3), (((out of frame))), deformed body features, (((poor facial details))), (poorly drawn face:1.3), jpeg artifacts, (missing arms:1.1), (missing legs:1.1), (extra arms:1.2), (extra legs:1.2), [asymmetrical features], warped expressions, distorted eyes")
|
141 |
+
with gr.Row():
|
142 |
width = gr.Slider(label="Image Width", value=896, minimum=64, maximum=1216, step=32)
|
143 |
height = gr.Slider(label="Image Height", value=1152, minimum=64, maximum=1216, step=32)
|
144 |
strength = gr.Slider(label="Prompt Strength", value=100, minimum=0, maximum=100, step=1)
|