I can't use wd14-tagger,install onnxruntime-gpu error #10547
-
macbook pro m1 I never used github until I used stable diffusion. I am in China,but I can access the Internet。 so it's probably not the net problem。I've tried many times, but I keep getting this error msg. Can someone help me? Thank you。 the error msg is
|
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 5 replies
-
same problem |
Beta Was this translation helpful? Give feedback.
-
I had the same issue on M1 chip. # at the root of stable-diffusion-webui
# activate venv
$ source venv/bin/activate
# install onnxruntime for apple silicon
$ pip install onnxruntime-silicon
# start server as usual
$ ./webui.sh |
Beta Was this translation helpful? Give feedback.
-
当时是我第一次在github与人交流并且获得帮助,很激动。 |
Beta Was this translation helpful? Give feedback.
-
Hi there, |
Beta Was this translation helpful? Give feedback.
-
I'm not on mac, but I also can not use for the same error. I'm on linux |
Beta Was this translation helpful? Give feedback.
I had the same issue on M1 chip.
I checked the cause, and apparently there was no onnxruntime corresponding to the M1 chip.
So, I resolved the issue with following steps.
I hope this will help someone.