From d6195522aa6b81184aaece417435108269be81b8 Mon Sep 17 00:00:00 2001 From: Carson Katri Date: Mon, 17 Oct 2022 20:17:34 -0400 Subject: [PATCH] Add seamless_axes docs to CLI.md --- docs/features/CLI.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/features/CLI.md b/docs/features/CLI.md index f68379891d..b22c5fbeeb 100644 --- a/docs/features/CLI.md +++ b/docs/features/CLI.md @@ -157,6 +157,7 @@ Here are the invoke> command that apply to txt2img: | --individual | -i | True | Turn off grid mode (deprecated; leave off --grid instead) | | --outdir | -o | outputs/img_samples | Temporarily change the location of these images | | --seamless | | False | Activate seamless tiling for interesting effects | +| --seamless_axes | | x,y | Specify which axes to use circular convolution on. | | --log_tokenization | -t | False | Display a color-coded list of the parsed tokens derived from the prompt | | --skip_normalization| -x | False | Weighted subprompts will not be normalized. See [Weighted Prompts](./OTHER.md#weighted-prompts) | | --upscale | -U | -U 1 0.75| Upscale image by magnification factor (2, 4), and set strength of upscaling (0.0-1.0). If strength not set, will default to 0.75. |