This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| echo "🚀 Starting Wan2.1 InfiniteTalk setup (v2)..." | |
| cd /workspace/ComfyUI || { echo "❌ ComfyUI folder not found!"; exit 1; } | |
| # Update / Install Custom Node | |
| echo "📦 Installing ComfyUI-WanVideoWrapper..." | |
| git clone https://github.com/Kijai/ComfyUI-WanVideoWrapper.git custom_nodes/ComfyUI-WanVideoWrapper 2>/dev/null || true | |
| cd custom_nodes/ComfyUI-WanVideoWrapper && git pull && cd ../.. | |
| pip install -r custom_nodes/ComfyUI-WanVideoWrapper/requirements.txt --quiet || true | |
| # Create all needed folders |