Open LiXiuping opened 1 year ago
I was using Google Colab and Stable Diffusion web UI for another project and had the same problem here. Probably due to the Google Colab update being applied.
I don't know if this will be helpful for all problems, but I will comment that the problem was solved by incorporating the following installation command before launching.
!pip install httpx==0.24.1
I was using Google Colab and Stable Diffusion web UI for another project and had the same problem here. Probably due to the Google Colab update being applied.
I don't know if this will be helpful for all problems, but I will comment that the problem was solved by incorporating the following installation command before launching.
!pip install httpx==0.24.1
Thanks! This command really solved the problem! For other user who might find the same problem, I will keep this bug opend temporarily until it was completely solved.
I was using Google Colab and Stable Diffusion web UI for another project and had the same problem here. Probably due to the Google Colab update being applied.
I don't know if this will be helpful for all problems, but I will comment that the problem was solved by incorporating the following installation command before launching.
!pip install httpx==0.24.1
Thanks! Adding httpx==0.24.1
to the requirements.txt
file in my Huggingface Space fixed the issue on my end for now.
I was using Google Colab and Stable Diffusion web UI for another project and had the same problem here. Probably due to the Google Colab update being applied.
I don't know if this will be helpful for all problems, but I will comment that the problem was solved by incorporating the following installation command before launching.
!pip install httpx==0.24.1
I am using SD on colab phone how I fix this issue help 😕🥹
I was using Google Colab and Stable Diffusion web UI for another project and had the same problem here.我在另一个项目中使用 Google Colab 和 Stable Diffusion Web UI,并且在这里遇到了同样的问题。 Probably due to the Google Colab update being applied. 可能是由于应用了 Google Colab 更新。
I don't know if this will be helpful for all problems, but I will comment that the problem was solved by incorporating the following installation command before launching.我不知道这是否对所有问题都有帮助,但我会评论说,在启动之前通过合并以下安装命令解决了该问题。
!pip install httpx==0.24.1
I tried your method and added httpx==0.24.1 to requirement.txt, but the problem is still not solved. Is there any other method? Thanks a lot .
What happened?
Can't launch Web UI, and report bug: TypeError: AsyncConnectionPool.init() got an unexpected keyword argument 'socket_options'. I tried different links of web ui, but this problem always showed up.
Colab cell output
Which colab and model(s) were you using when the error occurred?
https://colab.research.google.com/github/camenduru/stable-diffusion-webui-colab/blob/main/stable/stable_diffusion_1_5_webui_colab.ipynb#scrollTo=SaAJk33ppFw1
Which Public WebUI Colab URL were you using when the error occurred?
remote.moe
If you used HiRes mode when the error occurred, please provide the Hires info
No response