Update app.py
Browse files
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 |
-
|
305 |
-
|
|
|
|
|
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():
|