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.
Wraps ComfyUI as a stateless, containerized service with pluggable storage backends (S3, Azure Blob, Hugging Face, HTTP) and webhook callbacks for asynchronous result delivery. Supports dynamic workflow endpoints via TypeScript/JavaScript files, automatic model caching with LRU eviction, and per-request credential injection. Includes health/readiness probes, execution statistics, and native Kubernetes integration with dynamic deletion-cost management for SaladCloud deployments.
392 stars.
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.
Compare
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.
XdpCs/ComfyUIClient
ComfyUIClient aims to make it easier for users to interact with it by enabling code-based calls,...