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.