Spaces:
Running
Running
Update requirements.txt
Browse filesA possible fix to the following error, according to https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/13840:
TypeError: AsyncConnectionPool.__init__() got an unexpected keyword argument 'socket_options'
- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -14,3 +14,4 @@ huggingface_hub
|
|
14 |
einops
|
15 |
pydantic
|
16 |
fire
|
|
|
|
14 |
einops
|
15 |
pydantic
|
16 |
fire
|
17 |
+
httpx==0.24.1
|