John6666 commited on
Commit
c585260
·
verified ·
1 Parent(s): cafbe3e

Upload tagger.py

Browse files
Files changed (1) hide show
  1. tagger.py +1 -1
tagger.py CHANGED
@@ -254,7 +254,7 @@ pony_ps = to_list("source_anime, score_9, score_8_up, score_7_up, masterpiece, b
254
  pony_nps = to_list("source_pony, source_furry, source_cartoon, score_6, score_5, score_4, busty, ugly face, mutated hands, low res, blurry face, black and white, the simpsons, overwatch, apex legends")
255
  other_ps = to_list("anime artwork, anime style, studio anime, highly detailed, cinematic photo, 35mm photograph, film, bokeh, professional, 4k, highly detailed")
256
  other_nps = to_list("photo, deformed, black and white, realism, disfigured, low contrast, drawing, painting, crayon, sketch, graphite, impressionist, noisy, blurry, soft, deformed, ugly")
257
- default_ps = to_list("score_9, score_8_up, score_7_up, highly detailed, masterpiece, best quality, very aesthetic, absurdres")
258
  default_nps = to_list("score_6, score_5, score_4, lowres, (bad), text, error, fewer, extra, missing, worst quality, jpeg artifacts, low quality, watermark, unfinished, displeasing, oldest, early, chromatic aberration, signature, extra digits, artistic error, username, scan, [abstract]")
259
  def insert_recom_prompt(prompt: str = "", neg_prompt: str = "", type: str = "None"):
260
  global enable_auto_recom_prompt
 
254
  pony_nps = to_list("source_pony, source_furry, source_cartoon, score_6, score_5, score_4, busty, ugly face, mutated hands, low res, blurry face, black and white, the simpsons, overwatch, apex legends")
255
  other_ps = to_list("anime artwork, anime style, studio anime, highly detailed, cinematic photo, 35mm photograph, film, bokeh, professional, 4k, highly detailed")
256
  other_nps = to_list("photo, deformed, black and white, realism, disfigured, low contrast, drawing, painting, crayon, sketch, graphite, impressionist, noisy, blurry, soft, deformed, ugly")
257
+ default_ps = to_list("highly detailed, masterpiece, best quality, very aesthetic, absurdres")
258
  default_nps = to_list("score_6, score_5, score_4, lowres, (bad), text, error, fewer, extra, missing, worst quality, jpeg artifacts, low quality, watermark, unfinished, displeasing, oldest, early, chromatic aberration, signature, extra digits, artistic error, username, scan, [abstract]")
259
  def insert_recom_prompt(prompt: str = "", neg_prompt: str = "", type: str = "None"):
260
  global enable_auto_recom_prompt