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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -300,9 +300,12 @@ with gr.Blocks(css=".output-class { display: none; }") as demo:
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():
 
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
+
304
  the normal version is limited to 300s and uses batch size 64
305
+
306
+ the light version is limited to 120s with batch size 32
307
+
308
+ if your image count is low use the light version for lower gpu wait time (most of the time you instantly get a gpu anyway)
309
  """)
310
 
311
  with gr.Tabs():