ovedrive commited on
Commit
118b2e6
·
verified ·
1 Parent(s): 8ec3de6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- - Real-time progress tracking
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 in real-time below
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("---")