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