Spaces:
Running
Running
prithivMLmods
commited on
Commit
•
f201cba
1
Parent(s):
da2e8c6
Patched#10.09
Browse files
app.py
CHANGED
@@ -213,7 +213,7 @@ with gr.Blocks(css=css, theme="xiaobaiyuan/theme_brief") as demo:
|
|
213 |
label="Negative prompt",
|
214 |
max_lines=1,
|
215 |
placeholder="Enter a negative prompt",
|
216 |
-
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
|
217 |
visible=True,
|
218 |
)
|
219 |
with gr.Row():
|
|
|
213 |
label="Negative prompt",
|
214 |
max_lines=1,
|
215 |
placeholder="Enter a negative prompt",
|
216 |
+
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",
|
217 |
visible=True,
|
218 |
)
|
219 |
with gr.Row():
|