"ComfyUI to API"-wizard
We’ve built a tool that takes your ComfyUI workflow (the full export via Comfy → File → Export — not the API export) and turns it into a ready-to-use serverless endpoint. It automates the complicated bits for you.
How it works
https://comfy.getrunpod.io
How it works
- Upload
workflow.jsonexported from Comfy → File → Export (not the API export) - Analyze your workflow: click Analyze to run our comfy-agent. It detects custom nodes, locates required models and prepares a Dockerfile
- Generate Dockerfile: review the generated Dockerfile and tweak if you like or just skip ahead
- Create GitHub repo: we create a repo containing your Dockerfile. You’ll use this in the next step.
- Deploy on Runpod: create a new endpoint, select the repo (after connecting your GitHub account once) and then we build the docker image for you and deploy it into your endpoint. once that is done you can use the example API request from step 5 to test your endpoint
https://comfy.getrunpod.io
