yoinked commited on
Commit
24f879b
·
verified ·
1 Parent(s): 36aca98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -150,10 +150,11 @@ WAIFU_MODELS: Mapping[str, WaifuDiffusionInterrogator] = {
150
  # model_path='cl_tagger_1_00/model_optimized.onnx',
151
  # tags_path='cltags.csv',
152
  # tags_path_is_local=True,
153
- # ),deepghs/pixai-tagger-v0.9-onnx
154
- 'pixchenai-09': WaifuDiffusionInterrogator(
155
- repo='deepghs/pixai-tagger-v0.9-onnx'
156
- ),
 
157
  'chenkaku-evangelion': WaifuDiffusionInterrogator(
158
  repo='deepghs/idolsankaku-eva02-large-tagger-v1'
159
  ),
 
150
  # model_path='cl_tagger_1_00/model_optimized.onnx',
151
  # tags_path='cltags.csv',
152
  # tags_path_is_local=True,
153
+ # ), too weird
154
+ #
155
+ #'pixchenai-09': WaifuDiffusionInterrogator(
156
+ # repo='deepghs/pixai-tagger-v0.9-onnx'
157
+ #), too much needed to change
158
  'chenkaku-evangelion': WaifuDiffusionInterrogator(
159
  repo='deepghs/idolsankaku-eva02-large-tagger-v1'
160
  ),