Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -467,7 +467,7 @@ def create_interface():
|
|
467 |
- Supports direct model file uploads (.safetensors, .pt, .bin, .ckpt) and zip archives
|
468 |
- Automatic hash checking to avoid duplicates
|
469 |
- Metadata retrieval from Civitai and other sources
|
470 |
-
-
|
471 |
- Concurrent processing for faster uploads
|
472 |
""")
|
473 |
|
@@ -487,9 +487,9 @@ def create_interface():
|
|
487 |
1. Select multiple model files (`.safetensors`, `.pt`, `.bin`, `.ckpt`) directly, or
|
488 |
2. Upload `.zip` archives containing model files
|
489 |
3. Click "Start Upload" to begin processing
|
490 |
-
4. Monitor progress
|
491 |
|
492 |
-
**Note:** Files over 4GB will be skipped.
|
493 |
""")
|
494 |
|
495 |
gr.Markdown("---")
|
|
|
467 |
- Supports direct model file uploads (.safetensors, .pt, .bin, .ckpt) and zip archives
|
468 |
- Automatic hash checking to avoid duplicates
|
469 |
- Metadata retrieval from Civitai and other sources
|
470 |
+
- Progress tracking (Hit refresh button)
|
471 |
- Concurrent processing for faster uploads
|
472 |
""")
|
473 |
|
|
|
487 |
1. Select multiple model files (`.safetensors`, `.pt`, `.bin`, `.ckpt`) directly, or
|
488 |
2. Upload `.zip` archives containing model files
|
489 |
3. Click "Start Upload" to begin processing
|
490 |
+
4. Monitor progress by clicking refresh log. Don't browse away till its complete!
|
491 |
|
492 |
+
**Note:** Single Files over 4GB will be skipped.
|
493 |
""")
|
494 |
|
495 |
gr.Markdown("---")
|