From 0621dd7ed4e90ea49faa2c9c8e3b73b34e8ba1fc Mon Sep 17 00:00:00 2001 From: Rich Jones Date: Mon, 10 Oct 2022 21:24:42 +0200 Subject: [PATCH] Fix two broken links in README Trivial change, two links went to `.m` rather than `.md`. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ec6f8588f..2214fd40b5 100644 --- a/README.md +++ b/README.md @@ -147,13 +147,13 @@ you can try starting `invoke.py` with the `--precision=float32` flag: - 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`