p1atdev commited on
Commit
f365bae
β€’
1 Parent(s): 67d95b7

better negative prompt?

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -57,8 +57,8 @@ TEMPLATE = (
57
  #
58
  "<general>{subject}"
59
  )
60
- QUALITY_TAGS = "masterpiece, best quality, very aesthetic, 2023s style"
61
- NEGATIVE_PROMPT = "(worst quality, bad quality:1.1), very displeasing, lowres, jaggy lines, 3d, blurry, watermark, signature, copyright notice, logo, scan, jpeg artifacts, chromatic aberration, white outline, film grain, artistic error, bad anatomy, bad hands, wrong hand, 2010s, 2011s, 2012s, 2013s, 2014s, 2015s, 2016s, 2017s"
62
  BAN_TAGS = [
63
  "photoshop (medium)",
64
  "clip studio paint (medium)",
 
57
  #
58
  "<general>{subject}"
59
  )
60
+ QUALITY_TAGS = "masterpiece, best quality, very aesthetic"
61
+ NEGATIVE_PROMPT = "(worst quality, bad quality:1.1), very displeasing, lowres, jaggy lines, 3d, blurry, watermark, signature, copyright notice, logo, scan, jpeg artifacts, chromatic aberration, white outline, film grain, artistic error, bad anatomy, bad hands, wrong hand, 2010s, 2011s, 2012s, 2013s"
62
  BAN_TAGS = [
63
  "photoshop (medium)",
64
  "clip studio paint (medium)",