Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,8 +47,7 @@ def generate_image(prompt, negative_prompt, seed, randomize_seed, width, height,
|
|
| 47 |
return image, seed
|
| 48 |
|
| 49 |
# Default negative prompt
|
| 50 |
-
default_negative_prompt = "worst quality,
|
| 51 |
-
|
| 52 |
css = """
|
| 53 |
#col-container {
|
| 54 |
margin: 0 auto;
|
|
|
|
| 47 |
return image, seed
|
| 48 |
|
| 49 |
# Default negative prompt
|
| 50 |
+
default_negative_prompt = "worst quality, low quality, low res, blurry, distortion, watermark, logo, signature, text, jpeg artifacts, signature, sketch, duplicate, ugly, identifying mark"
|
|
|
|
| 51 |
css = """
|
| 52 |
#col-container {
|
| 53 |
margin: 0 auto;
|