From 2ba6b2826f827edde1530147cd8105e3d505bfde Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Fri, 11 Aug 2023 19:59:04 +0200 Subject: [PATCH] Fix the readme instructions for stable-diffusion. (#415) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.