From 678cf8519e11271eb7ac25f2f01b7d6fb1322721 Mon Sep 17 00:00:00 2001 From: ofirkris Date: Sat, 3 Dec 2022 18:25:35 +0200 Subject: [PATCH] typo fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7c4e23abb..f882774dc4 100644 --- a/README.md +++ b/README.md @@ -151,12 +151,12 @@ you can try starting `invoke.py` with the `--precision=float32` flag: ### Latest Changes -- v2.0.1 (13 October 2022) +- v2.0.1 (13 November 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) +- v2.0.0 (9 November 2022) - `dream.py` script renamed `invoke.py`. A `dream.py` script wrapper remains for backward compatibility.