Gallery
Tpl Text TO Video Wan
general0 nodes0 custom nodes0 models
diffusion_modelstext_encodersvaevideo
Pull the image
Pre-built and pushed to Docker Hub. No local build needed.
docker pull timpietruskyrunpod/comfyui-wizard:tpl-text_to_video_wan
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/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors?download=true --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/vae/wan_2.1_vae.safetensors?download=true --relative-path models/vae --filename wan_2.1_vae.safetensors
RUN comfy model download --url https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_t2v_1.3B_fp16.safetensors?download=true --relative-path models/diffusion_models --filename wan2.1_t2v_1.3B_fp16.safetensors
Run Instructions
Build
docker build -t comfyui-tpl-text_to_video_wan .
Run
docker run --gpus all -p 8188:8188 timpietruskyrunpod/comfyui-wizard:tpl-text_to_video_wan
RunPod Serverless
Use the Dockerfile as a RunPod Serverless worker template