|
Hello, guies. Im trying to make an api to edit image using instruct-pix2pix in Diffusers. This is my This is my Any help would be appreciated. Thanks in advance. |
Answered by
sayakpaul
Mar 27, 2024
Replies: 2 comments 2 replies
|
When the api receives 2 requests at the same time, it processes only one request like the below. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Concurrency requires thread-safety which isn't guaranteed in the schedulers of a diffusion system. See relevant discussions here: #7450