#145 · Primary category: AI Gateway & API Infrastructure

comfy-server

comfyui server to use comfyui API as easy as send a message

Project last updated:08/08/24

GitHub Stars

565

Forks

130

Contributors

1

License

Other

Why we included this project

ComfyUI is great for tinkering on one machine, but turning it into something other people can actually use means building a service layer around it. comfy-server does that work for you: it's a NestJS backend that exposes ComfyUI workflows as callable APIs, so a client can submit a drawing job over a socket and get the result back without touching ComfyUI's internals. It also bundles the operational plumbing a commercial image-generation site needs: user registration and login, WeChat authentication, blacklists, task queues, and load balancing across multiple ComfyUI instances behind nginx. There's even a WeChat public-account integration that turns drawing commands into multi-turn conversations. If you're building a paid product on top of ComfyUI rather than just experimenting locally, this gives you a ready-made backend to start from.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category