Open emaxoda opened 1 year ago
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 https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/4833