Dockerized ComfyUI workflow: video_wan2_2_14B_animate.json
Dockerfile- Docker container configuration for running this ComfyUI workflowexample-request.json- Example API request payload for testing
# Build the Docker image
docker build -t video_wan2_2_14b_animate.json .
# Run the container
docker run -p 8188:8188 video_wan2_2_14b_animate.jsonSee example-request.json for a ready-to-use API request payload.
Generated by ComfyUI to Docker Wizard