Fabrice-TIERCELIN commited on
Commit
2a7d581
·
verified ·
1 Parent(s): 0c0112c

Negative prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)