lshqqytiger / stable-diffusion-webui-amdgpu

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

[Bug]: Microsoft Olive / ONNX version needs httpx==0.24.1 requirement #352

Closed drone540 closed 5 months ago

drone540 commented 6 months ago

Checklist

What happened?

The Microsoft Olive / ONNX version requirements_onnx.txt does not have httpx==0.24.1 set and causes the webui to download a newer broken version of httpx that does not start up.

Steps to reproduce the problem

Fresh installation and starting the script with --onnx --backend directml (not sure if backend was required or removed)

What should have happened?

WebUI should start up.

What browsers do you use to access the UI ?

No response

Sysinfo

WebUI does not load for Sysinfo

Console logs

TypeError: AsyncConnectionPool.__init__() got an unexpected keyword argument 'socket_options'

Additional information

No response