diff --git a/README.md b/README.md index d0bc440a..912e8b43 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ cargo run --example llama --release cargo run --example falcon --release cargo run --example bert --release cargo run --example bigcode --release -cargo run --example stable-diffusion --release -- --prompt "a rusty robot holding a fire torch" +cargo run --example stable-diffusion --release --features image -- --prompt "a rusty robot holding a fire torch" ``` In order to use **CUDA** add `--features cuda` to the example command line.