This commit is contained in:
2025-07-27 08:34:57 -07:00
parent 9faaf4ed57
commit 4cc14bc0a9
4 changed files with 62 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/bash
# VR180 Matting Unified Setup Script for RunPod
# Supports both chunked and streaming implementations
# Optimized for L40, A6000, and other NVENC-capable GPUs
set -e # Exit on error
@@ -235,7 +236,7 @@ echo "==================="
echo "- Streaming: Best for long videos, uses ~50GB RAM constant"
echo "- Chunked: More stable but uses 100GB+ RAM in spikes"
echo "- Scale factor: 0.25 (fast) → 0.5 (balanced) → 1.0 (quality)"
echo "- A6000/A100: Can handle 0.5-0.75 scale easily"
echo "- L40/A6000: Can handle 0.5-0.75 scale easily with NVENC GPU encoding"
echo "- Monitor VRAM with: nvidia-smi -l 1"
echo
echo "🎯 Example Commands:"