-
Notifications
You must be signed in to change notification settings - Fork 22
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
having a problem with the WebUI #12
Comments
This has to do with the httpcore version that is being used. It has been discussed in bug 4833 of the webui project. |
Temporary workaround, after executing the docker run command for the first time and having the instance being exited. Restart the existing container instance: docker start --interactive <container-name> and execute in parallel in another shell the recommended fix mentioned in bug 4833: docker exec <container-name> pip install --force-reinstall httpcore==0.15 This will reinstall the broken httpcore package while the container is starting preparing the needed resources. You will have to do this as quick as possible. |
@l1na-forever Do you think this should be closed? |
I'm having this exact problem with the webui pulling the lastest docker image
AUTOMATIC1111/stable-diffusion-webui#4833
The text was updated successfully, but these errors were encountered: