diff options
author | stano <freespirit@users.noreply.github.com> | 2024-01-01 12:13:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-01 11:13:35 +0100 |
commit | 03ce8caf40a81901f371703ffabc867a58801afe (patch) | |
tree | 8a04781bf7e50583f99fa614bd7b95d5e0646e65 /candle-examples/examples/stable-diffusion | |
parent | b0fe5e4453bacc1aecf0049eaa424c39eb1771d4 (diff) | |
download | candle-03ce8caf40a81901f371703ffabc867a58801afe.tar.gz candle-03ce8caf40a81901f371703ffabc867a58801afe.tar.bz2 candle-03ce8caf40a81901f371703ffabc867a58801afe.zip |
Format properly the Stable Diffusion example run with params (#1511)
Move out the --sd-version flag out of the prompt.
Diffstat (limited to 'candle-examples/examples/stable-diffusion')
-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 |