mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 10:38:54 +00:00
Format properly the Stable Diffusion example run with params (#1511)
Move out the --sd-version flag out of the prompt.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user