diff options
Diffstat (limited to 'candle-examples/examples/stable-diffusion/README.md')
-rw-r--r-- | candle-examples/examples/stable-diffusion/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-examples/examples/stable-diffusion/README.md b/candle-examples/examples/stable-diffusion/README.md index feb7ca56..1d98f580 100644 --- a/candle-examples/examples/stable-diffusion/README.md +++ b/candle-examples/examples/stable-diffusion/README.md @@ -29,7 +29,7 @@ e.g.: ```bash cargo run --example stable-diffusion --release --features=cuda,cudnn \ - -- --prompt "a cosmonaut on a horse (hd, realistic, high-def) --sd-version turbo" + -- --prompt "a cosmonaut on a horse (hd, realistic, high-def)" --sd-version turbo ``` The default scheduler for the v1.5, v2.1 and XL 1.0 version is the Denoising |