From 9910a0b004b26ab45769c3a9a4b361b30eb13b02 Mon Sep 17 00:00:00 2001 From: majick Date: Sun, 16 Oct 2022 17:06:07 -0700 Subject: [PATCH] Fix broken links to CLI.md * Looks like there was a bad paste --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 25ab1bd48e..e0dabf00cb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -112,13 +112,13 @@ You wil need one of the following: - Support in both WebGUI and CLI for post-processing of previously-generated images using facial reconstruction, ESRGAN upscaling, outcropping (similar to DALL-E infinite canvas), and "embiggen" upscaling. See the `!fix` command. -- New `--hires` option on `invoke>` line allows larger images to be created without duplicating elements, at the cost of some performance. +- New `--hires` option on `invoke>` line allows larger images to be created without duplicating elements, at the cost of some performance. - New `--perlin` and `--threshold` options allow you to add and control variation during image generation (see Thresholding and Perlin Noise Initialization - Extensive metadata now written into PNG files, allowing reliable regeneration of images and tweaking of previous settings. - Command-line completion in `invoke.py` now works on Windows, Linux and Mac platforms. -- Improved command-line completion behavior. +- Improved command-line completion behavior. New commands added: * List command-line history with `!history` * Search command-line history with `!search`