Skip to content

Instantly share code, notes, and snippets.

View William-cloud-tech's full-sized avatar

William-cloud-tech

View GitHub Profile
@William-cloud-tech
William-cloud-tech / setup_wan21_infiniteTalk.sh
Last active May 16, 2026 20:57
Wan2.1 InfiniteTalk Persistent Template
#!/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