Skip to content

Instantly share code, notes, and snippets.

View subhashhhhhh's full-sized avatar
💭
College is Happening

Subhash subhashhhhhh

💭
College is Happening
View GitHub Profile
@subhashhhhhh
subhashhhhhh / install_wan.sh
Created December 13, 2025 13:26
Provisioning Script to setup ComfyUI with Wan 2.2 I2V 14B
#!/bin/bash
# 1. Define Paths (Standard for ai-dock images)
COMFY_DIR="/opt/ComfyUI"
MODELS_DIR="${COMFY_DIR}/models"
CUSTOM_NODES="${COMFY_DIR}/custom_nodes"
# 2. Install the Wan Wrapper Node (Crucial for Wan 2.2 support)
# This node by Kiijai is the standard for running Wan in ComfyUI
echo "Installing ComfyUI-WanVideoWrapper..."