cdnuts commited on
Commit
3472aef
·
verified ·
1 Parent(s): eae357c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -298,6 +298,11 @@ with gr.Blocks(css=".output-class { display: none; }") as demo:
298
  This tagger is designed for use on furry images (though may very well work on out-of-distribution images, potentially with funny results). A threshold of 0.2 is recommended. Lower thresholds often turn up more valid tags, but can also result in some amount of hallucinated tags.
299
 
300
  This tagger is the result of joint efforts between members of the RedRocket team. Special thanks to Minotoro at frosting.ai for providing the compute power for this project.
 
 
 
 
 
301
  """)
302
 
303
  with gr.Tabs():
 
298
  This tagger is designed for use on furry images (though may very well work on out-of-distribution images, potentially with funny results). A threshold of 0.2 is recommended. Lower thresholds often turn up more valid tags, but can also result in some amount of hallucinated tags.
299
 
300
  This tagger is the result of joint efforts between members of the RedRocket team. Special thanks to Minotoro at frosting.ai for providing the compute power for this project.
301
+
302
+ Usage Note for batch tagging:
303
+ the normal version is limited to 300s and uses batch size 64
304
+ the light version is limited 120s with batch size 16
305
+ it is recommend to use the light version for low image count for lower gpu wait time (tbh most of the time you instantly get a gpu anyway)
306
  """)
307
 
308
  with gr.Tabs():