You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo run --example stable-diffusion --features clap -- --prompt "A very rusty robot holding a fire torch." --cpu all
Yields
Error: No such file or directory (os error 2)
But doesn't tell me what directory is missing. I assume it can't find the model weights but have no idea how to fix. Can this error me made more clear?
The text was updated successfully, but these errors were encountered:
Right, I just made some changes so that the error is more explicit and includes the file name (fwiw it's a long standing debate whether the rust standard library should do that by default, see this issue).
Error: error opening "data/bpe_simple_vocab_16e6.txt"
Caused by:
No such file or directory (os error 2)
I'm happy with this. So I'll close the issue for now.
You might consider linking to your #getting-the-weights-and-vocab-file section in your readme in the error message, if you want to take it a step further.
Running
Yields
But doesn't tell me what directory is missing. I assume it can't find the model weights but have no idea how to fix. Can this error me made more clear?
The text was updated successfully, but these errors were encountered: