From 388ceafb5749c62b4e332a6f7bc136514addb3b9 Mon Sep 17 00:00:00 2001 From: majick Date: Sun, 16 Oct 2022 17:03:11 -0700 Subject: [PATCH 1/2] Correct typo in the subtitle of the project MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * “Formally” means that there is a formality such as a rule or declaration, “formerly” refers to a prior state. The latter is almost certainly what is meant here. --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index c9a19a18ce0..25ab1bd48e5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,7 +12,7 @@ title: Home -->
-# ^^**InvokeAI: A Stable Diffusion Toolkit**^^ :tools:
Formally known as lstein/stable-diffusion +# ^^**InvokeAI: A Stable Diffusion Toolkit**^^ :tools:
Formerly known as lstein/stable-diffusion ![project logo](assets/logo.png) From f74402ce84598e5e016c307846312867e80d8f13 Mon Sep 17 00:00:00 2001 From: majick Date: Sun, 16 Oct 2022 17:06:07 -0700 Subject: [PATCH 2/2] 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 25ab1bd48e5..e0dabf00cb6 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`