Skip to content

Commit 0621dd7

Browse files
Miserloulstein
authored andcommitted
Fix two broken links in README
Trivial change, two links went to `.m` rather than `.md`.
1 parent 67ddba9 commit 0621dd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,13 @@ you can try starting `invoke.py` with the `--precision=float32` flag:
147147
- Support in both WebGUI and CLI for <a href="https://github.com/invoke-ai/InvokeAI/blob/main/docs/features/POSTPROCESS.md">post-processing of previously-generated images</a>
148148
using facial reconstruction, ESRGAN upscaling, outcropping (similar to DALL-E infinite canvas),
149149
and "embiggen" upscaling. See the `!fix` command.
150-
- New `--hires` option on `invoke>` line allows <a href="https://github.com/invoke-ai/InvokeAI/blob/main/docs/features/CLI.m#this-is-an-example-of-txt2img">larger images to be created without duplicating elements</a>, at the cost of some performance.
150+
- New `--hires` option on `invoke>` line allows <a href="https://github.com/invoke-ai/InvokeAI/blob/main/docs/features/CLI.md#this-is-an-example-of-txt2img">larger images to be created without duplicating elements</a>, at the cost of some performance.
151151
- New `--perlin` and `--threshold` options allow you to add and control variation
152152
during image generation (see <a href="https://github.com/invoke-ai/InvokeAI/blob/main/docs/features/OTHER.md#thresholding-and-perlin-noise-initialization-options">Thresholding and Perlin Noise Initialization</a>
153153
- Extensive metadata now written into PNG files, allowing reliable regeneration of images
154154
and tweaking of previous settings.
155155
- Command-line completion in `invoke.py` now works on Windows, Linux and Mac platforms.
156-
- Improved <a href="https://github.com/invoke-ai/InvokeAI/blob/main/docs/features/CLI.m">command-line completion behavior</a>.
156+
- Improved <a href="https://github.com/invoke-ai/InvokeAI/blob/main/docs/features/CLI.md">command-line completion behavior</a>.
157157
New commands added:
158158
* List command-line history with `!history`
159159
* Search command-line history with `!search`

0 commit comments

Comments
 (0)