Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add concurrency support #1894

Closed
canytam-krystal opened this issue Jan 12, 2024 · 1 comment
Closed

Add concurrency support #1894

canytam-krystal opened this issue Jan 12, 2024 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@canytam-krystal
Copy link

Is your feature request related to a problem? Please describe.
In order to support more client connection, I want to add the concurrency support to Fooocus. I had tried to add parameter "concurrency_count=N" to the queue() function but the gradio still queue the request.

Describe the idea you'd like
Add a parameter to control the number of concurrency request so the client do not need to wait too long to start.

@mashb1t
Copy link
Collaborator

mashb1t commented Jan 12, 2024

Thank you for providing your ideas, much appreciated.
This is already on the list of potential future enhancements (more or less, concurrency_count might or might not be used and made configurable, as Fooocus currently only supports one GPU + one worker at a time).
Closing as duplicate of #292.

@mashb1t mashb1t closed this as not planned Won't fix, can't repro, duplicate, stale Jan 12, 2024
@mashb1t mashb1t added the duplicate This issue or pull request already exists label Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants