add more features to changelog

This commit is contained in:
Lincoln Stein 2022-10-09 18:41:57 -04:00
parent 179b5f7839
commit 3bba41ee89

View File

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