This commit is contained in:
ofirkris 2022-12-03 18:25:35 +02:00 committed by Lincoln Stein
parent ee9de75b8d
commit 678cf8519e

View File

@ -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.