Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -240,7 +240,7 @@ def prompt_and_generate_button(prefix, pipeline_name: PIPELINE_NAMES, **kwargs):
|
|
240 |
with col2:
|
241 |
negative_prompt = st.text_area(
|
242 |
"Negative prompt",
|
243 |
-
value="
|
244 |
key=f"{prefix}-negative-prompt",
|
245 |
)
|
246 |
|
|
|
240 |
with col2:
|
241 |
negative_prompt = st.text_area(
|
242 |
"Negative prompt",
|
243 |
+
value="(disfigured), bad quality, ((bad art)), ((deformed)), ((extra limbs)), (((duplicate))), ((morbid)), (((ugly)), blurry, ((bad anatomy)), (((bad proportions))), cloned face, body out of frame, out of frame, bad anatomy, gross proportions, (malformed limbs), ((missing arms)), ((missing legs)), (((extra arms))), (((extra legs))), (fused fingers), (too many fingers), (((long neck))), Deformed, blurry",
|
244 |
key=f"{prefix}-negative-prompt",
|
245 |
)
|
246 |
|