lshqqytiger / stable-diffusion-webui-amdgpu

Stable Diffusion web UI
GNU Affero General Public License v3.0
1.68k stars 175 forks source link

TypeError: AsyncConnectionPool.__init__() got an unexpected keyword argument 'socket_options'[Bug]: #315

Closed chaosaiart closed 8 months ago

chaosaiart commented 8 months ago

Is there an existing issue for this?

What happened?

In my community, several people have encountered this issue: TypeError: AsyncConnectionPool.init() got an unexpected keyword argument 'socket_options'

Steps to reproduce the problem

Error fixed in a1111, please apply. Fix: by adding "httpx==0.24.1" to requirements_versions.txt.

Here are more details about the solution: https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/13847

What should have happened?

-

Sysinfo

-

What browsers do you use to access the UI ?

No response

Console logs

-

Additional information

No response

lshqqytiger commented 8 months ago

Merged.