nvenc
This commit is contained in:
@@ -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:"
|
||||
|
||||
Reference in New Issue
Block a user