Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -264,7 +264,7 @@ with block:
|
|
264 |
)
|
265 |
n_prompt = gr.Textbox(
|
266 |
label="Negative Prompts",
|
267 |
-
value="
|
268 |
)
|
269 |
neg_content_prompt = gr.Textbox(
|
270 |
label="Negative Content Prompt (optional)", value=""
|
|
|
264 |
)
|
265 |
n_prompt = gr.Textbox(
|
266 |
label="Negative Prompts",
|
267 |
+
value="text, watermark, lowres, low quality, worst quality, deformed, glitch, low contrast, noisy, saturation, blurry",
|
268 |
)
|
269 |
neg_content_prompt = gr.Textbox(
|
270 |
label="Negative Content Prompt (optional)", value=""
|