From ef8ddffe468fa69d77d658139236363b1aadcf86 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Wed, 24 Aug 2022 15:28:19 -0400 Subject: [PATCH] updated README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3beaaa2e71..25b54c3c5e 100644 --- a/README.md +++ b/README.md @@ -166,11 +166,13 @@ repository and associated paper for details and limitations. ## Changes +* v1.09 (24 August 2022) + * A new -v option allows you to generate multiple variants of an initial image + in img2img mode. (kudos to Oceanswave) + * v1.08 (24 August 2022) * Escape single quotes on the dream> command before trying to parse. This avoids parse errors. - * A new -v option allows you to generate multiple variants of an initial image - in img2img mode. (kudos to Oceanswave) * Removed instruction to get Python3.8 as first step in Windows install. Anaconda3 does it for you. * Added bounds checks for numeric arguments that could cause crashes.