From 0a7005f2bcdc716d5fe76751e641dbe13bd992a0 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Fri, 14 Oct 2022 16:25:47 -0400 Subject: [PATCH] update changelogs --- README.md | 5 +++++ docs/CHANGELOG.md | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/README.md b/README.md index 90065173fcc..2d2b0200fb3 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,11 @@ you can try starting `invoke.py` with the `--precision=float32` flag: ### Latest Changes +- v2.0.1 (13 October 2022) + - fix noisy images at high step count when using k* samplers + - dream.py script now calls invoke.py module directly rather than + via a new python process (which could break the environment) + - v2.0.0 (9 October 2022) - `dream.py` script renamed `invoke.py`. A `dream.py` script wrapper remains diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4177c1df141..556a9d9ace4 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,12 @@ title: Changelog # :octicons-log-16: **Changelog** +## v2.0.1 (13 October 2022) + + - fix noisy images at high step count when using k* samplers + - dream.py script now calls invoke.py module directly rather than + via a new python process (which could break the environment) + ## v2.0.0 (9 October 2022) - `dream.py` script renamed `invoke.py`. A `dream.py` script wrapper remains