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: 2 comments
-
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
-
I'm facing the same problem |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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