ComfyUI workflow Dockerized via comfyui-wizard. Submission: https://comfy.getrunpod.io/dashboard/submissions/kd763g359xnz3kdzt87ft9sbp589pwd2
docker build -t my-comfy-workflow .
docker run --rm --gpus all -p 8188:8188 my-comfy-workflowIf the workflow uses gated HuggingFace or CivitAI models, pass tokens at build time:
docker build --build-arg HF_TOKEN=$HF_TOKEN --build-arg CIVITAI_API_KEY=$CIVITAI_API_KEY -t my-comfy-workflow .- Connect this repository at https://runpod.io/console/serverless
- Create a new endpoint, select Deploy from GitHub
- Pick this repo, branch
main - Runpod's builder will build the Dockerfile and host the resulting image
- Hit the endpoint with the API workflow JSON (
api-workflow.jsonin this repo)
Dockerfile— generated by comfyui-wizard, fully resolvedworkflow.json— the raw workflow, as you designed it in ComfyUIapi-workflow.json— converted to ComfyUI's/promptAPI shape (use this for serverless)README.md— this file