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
@@ -144,33 +143,33 @@ you can try starting `invoke.py` with the `--precision=float32` flag:
144
143
-`dream.py` script renamed `invoke.py`. A `dream.py` script wrapper remains
145
144
for backward compatibility.
146
145
- Completely new WebGUI - launch with `python3 scripts/invoke.py --web`
147
-
- Support for <ahref="https://github.com/invoke-ai/InvokeAI/blob/main/docs/features/INPAINTING.md">inpainting</a> and <ahref="https://github.com/invoke-ai/InvokeAI/blob/main/docs/features/OUTPAINTING.md">outpainting</a>
146
+
- Support for <ahref="https://invoke-ai.github.io/InvokeAI/features/INPAINTING/">inpainting</a> and <ahref="https://invoke-ai.github.io/InvokeAI/features/OUTPAINTING/">outpainting</a>
148
147
- img2img runs on all k* samplers
149
-
- Support for <ahref="https://github.com/invoke-ai/InvokeAI/blob/main/docs/features/PROMPTS.md#negative-and-unconditioned-prompts">negative prompts</a>
148
+
- Support for <ahref="https://invoke-ai.github.io/InvokeAI/features/PROMPTS/#negative-and-unconditioned-prompts">negative prompts</a>
150
149
- Support for CodeFormer face reconstruction
151
150
- Support for Textual Inversion on Macintoshes
152
-
- 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>
151
+
- Support in both WebGUI and CLI for <ahref="https://invoke-ai.github.io/InvokeAI/features/POSTPROCESS/">post-processing of previously-generated images</a>
153
152
using facial reconstruction, ESRGAN upscaling, outcropping (similar to DALL-E infinite canvas),
154
153
and "embiggen" upscaling. See the `!fix` command.
155
-
- 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.
154
+
- New `--hires` option on `invoke>` line allows <ahref="https://invoke-ai.github.io/InvokeAI/features/CLI/#txt2img">larger images to be created without duplicating elements</a>, at the cost of some performance.
156
155
- New `--perlin` and `--threshold` options allow you to add and control variation
157
156
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>
158
157
- Extensive metadata now written into PNG files, allowing reliable regeneration of images
159
158
and tweaking of previous settings.
160
159
- Command-line completion in `invoke.py` now works on Windows, Linux and Mac platforms.
0 commit comments