SaladTechnologies/comfyui-api
A simple API server to make ComfyUI easy to scale horizontally. Get outputs directly in the response, or asynchronously via a variety of storage providers.
This project transforms ComfyUI, a popular tool for generating images and videos with AI, into a scalable service. It takes your ComfyUI workflow definitions and input data, then produces generated images or videos. It's designed for anyone who needs to integrate AI media generation into an application or system, rather than using ComfyUI interactively.
392 stars.
Use this if you need to programmatically generate images or videos using ComfyUI workflows, especially at scale or as part of an automated pipeline.
Not ideal if you primarily use ComfyUI for interactive, hands-on experimentation and manual adjustments.
Stars
392
Forks
64
Language
TypeScript
License
MIT
Category
Last pushed
Mar 13, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/SaladTechnologies/comfyui-api"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
richinsley/comfy2go
A Go-based API that acts as a bridge to the ComfyUI backend
StableCanvas/comfyui-client
all ComfyUI http/ws APIs. support NodeJS / Browser environments. and advanced programmable workflow.
ImDarkTom/ComfyUIMini
A mobile-friendly WebUI to run ComfyUI workflows.
Haoming02/comfyui-clear-screen
An Extension for ComfyUI that allows you to clear the console
XdpCs/ComfyUIClient
ComfyUIClient aims to make it easier for users to interact with it by enabling code-based calls,...