Fix #9046 /sdapi/v1/txt2img endpoint not working#9319
Merged
Conversation
**Describe what this pull request is trying to achieve.** Fix AUTOMATIC1111#9046 **Environment this was tested in** * OS: Linux * Browser: chrome * Graphics card: RTX 3090
This was referenced Apr 5, 2023
Open
1 task
|
Worked. It fixed the issue i was getting using the text2image endpoint (There is no current event loop in thread 'AnyIO worker thread'). OS: Linux - Ubuntu 20.04 x64 Thanks |
jordan-barrett-jm
approved these changes
Apr 11, 2023
jordan-barrett-jm
left a comment
There was a problem hiding this comment.
I reviewed and implemented this change and it fixed it for me
|
I'm getting the same error on OSX - looking at the code, I'd imagine it doesn't fix it (since it's specific to win32)? |
|
update: just tested the patch and it DOES fix the issue on OSX as well |
|
Fixed for me as well Ubuntu 20.04 with A100 80GB (suspect it's Python 3.8 that's the culprit) |
AUTOMATIC1111
approved these changes
Apr 29, 2023
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe what this pull request is trying to achieve.
Fix #9046
Environment this was tested in