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

Upload 2 files

Browse files
Files changed (2) hide show
  1. model_dict.json +0 -0
  2. tagger.py +3 -3
model_dict.json CHANGED
The diff for this file is too large to render. See raw diff
 
tagger.py CHANGED
@@ -248,10 +248,10 @@ def convert_tags_to_ja(input_prompt: str = ""):
248
  enable_auto_recom_prompt = True
249
 
250
 
251
- animagine_ps = to_list("anime artwork, anime style, studio anime, highly detailed, masterpiece, best quality, very aesthetic, absurdres")
252
  animagine_nps = to_list("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]")
253
- pony_ps = to_list("source_anime, score_9, score_8_up, score_7_up, masterpiece, best quality, very aesthetic, absurdres")
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")
 
248
  enable_auto_recom_prompt = True
249
 
250
 
251
+ animagine_ps = to_list("masterpiece, best quality, very aesthetic, absurdres")
252
  animagine_nps = to_list("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]")
253
+ pony_ps = to_list("score_9, score_8_up, score_7_up, masterpiece, best quality, very aesthetic, absurdres")
254
+ pony_nps = to_list("source_pony, 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")