Skip to content

I can't use wd14-tagger,install onnxruntime-gpu error #10547

Answered by y-tsubuku
1998-BossLee asked this question in Q&A
Discussion options

You must be logged in to vote

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.

# 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

Replies: 6 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@1998-BossLee
Comment options

@qinguoliang
Comment options

@HarrisonXLin
Comment options

Answer selected by 1998-BossLee
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
8 participants