ml-stable-diffusion
ml-stable-diffusion copied to clipboard
Rust must be installed before tokenizers will build
If you attempt to install tokenizers without installing rust you will get an error. Doing
brew install rust
Fixes the issue.
Rust is installed, still I get the: ERROR: Failed building wheel for tokenizers
Installing rust fixed the issue for me as well. @aitrailblazer Make sure it is added to your PATH as well.