From 03ce8caf40a81901f371703ffabc867a58801afe Mon Sep 17 00:00:00 2001 From: stano Date: Mon, 1 Jan 2024 12:13:35 +0200 Subject: Format properly the Stable Diffusion example run with params (#1511) Move out the --sd-version flag out of the prompt. --- candle-examples/examples/stable-diffusion/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'candle-examples/examples') 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 -- cgit v1.2.3