Spaces:
Runtime error
Runtime error
Negative prompt
Browse files
app.py
CHANGED
|
@@ -564,7 +564,7 @@ with gr.Blocks() as interface:
|
|
| 564 |
n_prompt = gr.Textbox(label="Negative image description",
|
| 565 |
info="Disambiguate by listing what the image does NOT represent",
|
| 566 |
value='painting, oil painting, illustration, drawing, art, sketch, anime, '
|
| 567 |
-
'cartoon, CG Style, 3D render, unreal engine, blurring, aliasing, unsharp, weird textures, ugly, dirty, messy, '
|
| 568 |
'worst quality, low quality, frames, watermark, signature, jpeg artifacts, '
|
| 569 |
'deformed, lowres, over-smooth',
|
| 570 |
lines=3)
|
|
|
|
| 564 |
n_prompt = gr.Textbox(label="Negative image description",
|
| 565 |
info="Disambiguate by listing what the image does NOT represent",
|
| 566 |
value='painting, oil painting, illustration, drawing, art, sketch, anime, '
|
| 567 |
+
'cartoon, CG Style, 3D render, unreal engine, blurring, aliasing, pixel, unsharp, weird textures, ugly, dirty, messy, '
|
| 568 |
'worst quality, low quality, frames, watermark, signature, jpeg artifacts, '
|
| 569 |
'deformed, lowres, over-smooth',
|
| 570 |
lines=3)
|