ModuleNotFoundError: No module named 'onnxruntime'
ride5k opened this issue · 3 comments
ride5k commented
running auto1111 AMD fork, installed from extensions pull
arch: AMD64
cpu: AMD64 Family 25 Model 80 Stepping 0, AuthenticAMD
system: Windows
release: Windows-10-10.0.19045-SP0
python: 3.10.6
xformers: unavailable
accelerate: 0.12.0
transformers: 4.25.1
Stable Diffusion: (unknown)
Taming Transformers: [2426893] 2022-01-13
CodeFormer: [c5b4593] 2022-09-09
BLIP: [48211a1] 2022-06-07
k_diffusion: (unknown)
toshiaki1729 commented
The commit c0aa72e may fix this issue, however, it is tested only with nvidia GPU since I don't have AMD one.
toshiaki1729 commented
Sorry I forgot to use DirectML.
Fixed in 9db35c0.
toshiaki1729 commented
Is this issue fixed?