Spaces:
Sleeping
Sleeping
prithivMLmods
commited on
Commit
•
465921b
1
Parent(s):
cb76fc0
Update app.py
Browse files
app.py
CHANGED
@@ -188,7 +188,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
188 |
max_lines=5,
|
189 |
lines=4,
|
190 |
placeholder="Enter a negative prompt",
|
191 |
-
value="(
|
192 |
visible=True,
|
193 |
)
|
194 |
seed = gr.Slider(
|
|
|
188 |
max_lines=5,
|
189 |
lines=4,
|
190 |
placeholder="Enter a negative prompt",
|
191 |
+
value="(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation",
|
192 |
visible=True,
|
193 |
)
|
194 |
seed = gr.Slider(
|