Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -315,8 +315,7 @@ def set_example_prompt():
|
|
315 |
return random.choice(EXAMPLE_PROMPTS)
|
316 |
|
317 |
# Simplified negative prompt for better performance
|
318 |
-
DEFAULT_NEGATIVE = """
|
319 |
-
(low quality:1.3), (worst quality:1.3), (bad quality:1.2), blurry, noisy, ugly, deformed,
|
320 |
(text, watermark:1.4), (extra limbs:1.3), (bad hands:1.3), (bad anatomy:1.2)
|
321 |
"""
|
322 |
|
|
|
315 |
return random.choice(EXAMPLE_PROMPTS)
|
316 |
|
317 |
# Simplified negative prompt for better performance
|
318 |
+
DEFAULT_NEGATIVE = """(low quality:1.3), (worst quality:1.3), (bad quality:1.2), blurry, noisy, ugly, deformed,
|
|
|
319 |
(text, watermark:1.4), (extra limbs:1.3), (bad hands:1.3), (bad anatomy:1.2)
|
320 |
"""
|
321 |
|