From 162285ae86a2ab0bb26749387186c82b6bbf851d Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Sun, 11 Sep 2022 14:28:45 -0400 Subject: [PATCH] Update CLI.md Minor documentation fix --- 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 ee23cca448..b8fe5aa239 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 image to prompt| +| --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 | | --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 |