How to increase API concurrency limit for Comfy Cloud (Pay-as-you-go account)? #14208
Unanswered
zhenhuiwang07-debug
asked this question in
Q&A
Replies: 1 comment
|
Adding pay-as-you-go credits does not increase API concurrency. Credits cover usage; the active subscription tier controls the number of jobs that can run in parallel. The currently documented limits are:
You can submmit more requests concurrently, but jobs above the tier limit queue automatically. No request header or API parameter bypasses that dispatcher limit. For the setup described, Creator or pro is the standard upgrade path. If you need more than five simultaneous jobs or a contractual no queue target, contact Comfy support. Also note that current API execution requires an active subscription, not only a credit balance. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Context
Our team is currently developing an AI-driven media generation platform, and we are heavily utilizing Comfy Cloud via API to parallel-render video assets.
Current Setup & Issue
We have topped up $50 worth of credits into our account, using the platform on a pay-as-you-go basis. However, we are running into a severe concurrency bottleneck. When multiple team members trigger workflows simultaneously from our automated backend, the tasks face heavy queuing and significant production delays.
Since we are not currently using a fixed monthly subscription tier, the baseline concurrency limit feels very restrictive for a multi-user team environment.
Questions
Any advice, guidance, or support from the Comfy Org team and the community would be greatly appreciated!
All reactions