Vercel-style deploys for GPU-heavy ComfyUI workflows
It exists because shipping a ComfyUI workflow to production shouldn't require duct-taping Ngrok tunnels and praying your local GPU stays online.

What it does
ComfyUI Deploy is an open source platform that wraps ComfyUI’s node-based generative workflows in a deployment layer. It offers a dashboard—hosted or self-hosted—to version workflows, spin up remote machines, and hand out persistent APIs split across production and staging environments. A companion ComfyUI custom node plugin turns your local graph into a target machine and lets you push workflows straight from the canvas.
The interesting bit
The project treats a ComfyUI workflow file as a versioned, deployable artifact rather than a local experiment. You can run the same graph across on-premise rigs, RunPod, or Modal-backed serverless containers and compare outputs without leaving the dashboard, matching the README’s own pitch of “vertical integration” between serverless GPUs and ComfyUI.
Key highlights
- Versions ComfyUI workflows and lets you preview outputs from different iterations.
- Generates persistent APIs for production and staging environments from a workflow graph.
- Orchestrates heterogeneous machines: on-premise nodes, RunPod, Modal, or ComfyDeploy’s hosted Modal workers.
- Includes a ComfyUI custom node plugin to register machines and push workflows directly from the canvas.
- Self-hostable stack built on Next.js, Clerk, Drizzle ORM, Neon/Postgres, and R2/S3 object storage.
Caveats
- Still heavily WIP: the project is aiming for a v0.1.0 stable release and lists security enforcement, error handling, load balancing, and workflow dependency checking as unfinished major areas.
- Repository scope is ambiguous: the README points to a separate organization repo for the full backend and frontend, yet development instructions remain here, so it is unclear exactly what code lives where.
Verdict
Worth exploring if you’re already running ComfyUI and want versioning, remote machine orchestration, and persistent APIs without writing your own dispatch layer. Give it a pass if you need battle-tested stability today; v0.1.0 is not out yet and the roadmap still includes basics like security enforcement and error handling.
Frequently asked
- What is BennyKok/comfyui-deploy?
- It exists because shipping a ComfyUI workflow to production shouldn't require duct-taping Ngrok tunnels and praying your local GPU stays online.
- Is comfyui-deploy open source?
- Yes — BennyKok/comfyui-deploy is open source, released under the AGPL-3.0 license.
- What language is comfyui-deploy written in?
- BennyKok/comfyui-deploy is primarily written in TypeScript.
- How popular is comfyui-deploy?
- BennyKok/comfyui-deploy has 1.5k stars on GitHub.
- Where can I find comfyui-deploy?
- BennyKok/comfyui-deploy is on GitHub at https://github.com/BennyKok/comfyui-deploy.