Gallery
Tpl Video Wan21 Alpha T2v 14b
general0 nodes0 custom nodes0 models
diffusion_modelslorastext_encodersvaevideo
Pull the image
Pre-built and pushed to Docker Hub. No local build needed.
docker pull timpietruskyrunpod/comfyui-wizard:tpl-video_wan21_alpha_t2v_14b
Dockerfile
# clean base image containing only comfyui, comfy-cli and comfyui-manager
FROM runpod/worker-comfyui:5.8.4-base
# download models into comfyui
RUN comfy model download --url https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_t2v_14B_fp8_scaled.safetensors --relative-path models/diffusion_models --filename wan2.1_t2v_14B_fp8_scaled.safetensors
RUN comfy model download --url https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors --relative-path models/text_encoders --filename umt5_xxl_fp8_e4m3fn_scaled.safetensors
RUN comfy model download --url https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/loras/wan_alpha_2.1_rgba_lora.safetensors --relative-path models/loras --filename wan_alpha_2.1_rgba_lora.safetensors
RUN comfy model download --url https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_alpha_2.1_vae_rgb_channel.safetensors --relative-path models/vae --filename wan_alpha_2.1_vae_rgb_channel.safetensors
RUN comfy model download --url https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_alpha_2.1_vae_alpha_channel.safetensors --relative-path models/vae --filename wan_alpha_2.1_vae_alpha_channel.safetensors
RUN comfy model download --url https://huggingface.co/Kijai/WanVideo_comfy/resolve/main/Lightx2v/lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16.safetensors --relative-path models/loras --filename lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16.safetensors
Run Instructions
Build
docker build -t comfyui-tpl-video_wan21_alpha_t2v_14b .
Run
docker run --gpus all -p 8188:8188 timpietruskyrunpod/comfyui-wizard:tpl-video_wan21_alpha_t2v_14b
RunPod Serverless
Use the Dockerfile as a RunPod Serverless worker template