SD3.5-large. Why is it OK when calling with a single thread, but not with multiple threads? #9839
Unanswered
EvanSong77
asked this question in
Q&A
Replies: 1 comment
-
It's not a library-related problem and is better off as a discussion. Long-story cut short, the schedulers are not thread-safe and need single-threaded state management at the moment. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
First, I created a SD3.5-large service:
Then I called this service concurrently and the following problems occurred:
Why is it OK when calling with a single thread, but not with multiple threads?
Reproduction
Logs
No response
System Info
python app.py
Who can help?
No response
Beta Was this translation helpful? Give feedback.
All reactions