You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -147,13 +147,13 @@ you can try starting `invoke.py` with the `--precision=float32` flag:
147
147
- Support in both WebGUI and CLI for <ahref="https://github.com/invoke-ai/InvokeAI/blob/main/docs/features/POSTPROCESS.md">post-processing of previously-generated images</a>
148
148
using facial reconstruction, ESRGAN upscaling, outcropping (similar to DALL-E infinite canvas),
149
149
and "embiggen" upscaling. See the `!fix` command.
150
-
- New `--hires` option on `invoke>` line allows <ahref="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 <ahref="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.
151
151
- New `--perlin` and `--threshold` options allow you to add and control variation
152
152
during image generation (see <ahref="https://github.com/invoke-ai/InvokeAI/blob/main/docs/features/OTHER.md#thresholding-and-perlin-noise-initialization-options">Thresholding and Perlin Noise Initialization</a>
153
153
- Extensive metadata now written into PNG files, allowing reliable regeneration of images
154
154
and tweaking of previous settings.
155
155
- Command-line completion in `invoke.py` now works on Windows, Linux and Mac platforms.
0 commit comments