From 5e23ec25f9589795b8d8b8adc3769bdcf06fedf4 Mon Sep 17 00:00:00 2001 From: spezialspezial <75758219+spezialspezial@users.noreply.github.com> Date: Sun, 25 Sep 2022 08:29:50 +0200 Subject: [PATCH] Update CLI.md guidance scale must be >1.0 --- docs/features/CLI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/CLI.md b/docs/features/CLI.md index d809d48841..b949e20aab 100644 --- a/docs/features/CLI.md +++ b/docs/features/CLI.md @@ -121,7 +121,7 @@ Here are the dream> command that apply to txt2img: | --height | -H | 512 | Height of generated image | | --iterations | -n | 1 | How many images to generate from this prompt | | --steps | -s | 50 | How many steps of refinement to apply | -| --cfg_scale | -C | 7.5 | How hard to try to match the prompt to the generated image; any number greater than 0.0 works, but the useful range is roughly 5.0 to 20.0 | +| --cfg_scale | -C | 7.5 | How hard to try to match the prompt to the generated image; any number greater than 1.0 works, but the useful range is roughly 5.0 to 20.0 | | --seed | -S | None | Set the random seed for the next series of images. This can be used to recreate an image generated previously.| | --sampler | -A| k_lms | Sampler to use. Use -h to get list of available samplers. | | --grid | -g | False | Turn on grid mode to return a single image combining all the images generated by this prompt |