From 4fbd11a1f2523af88798e6ef94efefdf3940bc07 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Sun, 9 Oct 2022 16:39:36 -0400 Subject: [PATCH] add perlin noise to list of new features --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2d981ff226..17eddf2d52 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,8 @@ you can try starting `invoke.py` with the `--precision=float32` flag: 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 `--perlin` and `--threshold` options allow you to add and control variation + during image generation (see [docs/features/OTHER.md#thresholding-and-perlin-noise-initialization-options]) - 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.