DigiP-AI commited on
Commit
d796533
·
verified ·
1 Parent(s): dd658c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(equal_height=True):
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)