Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 570 Bytes

File metadata and controls

24 lines (15 loc) · 570 Bytes

video_wan2_2_14b_animate.json

Dockerized ComfyUI workflow: video_wan2_2_14B_animate.json

Contents

  • Dockerfile - Docker container configuration for running this ComfyUI workflow
  • example-request.json - Example API request payload for testing

Usage

# 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.json

API Request Example

See example-request.json for a ready-to-use API request payload.

Generated by ComfyUI to Docker Wizard