File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,11 @@ you can try starting `invoke.py` with the `--precision=float32` flag:
134134
135135### Latest Changes
136136
137+ - v2.0.1 (13 October 2022)
138+ - fix noisy images at high step count when using k* samplers
139+ - dream.py script now calls invoke.py module directly rather than
140+ via a new python process (which could break the environment)
141+
137142- v2.0.0 (9 October 2022)
138143
139144 - ` dream.py ` script renamed ` invoke.py ` . A ` dream.py ` script wrapper remains
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ title: Changelog
44
55# :octicons-log-16: ** Changelog**
66
7+ ## v2.0.1 (13 October 2022)
8+
9+ - fix noisy images at high step count when using k* samplers
10+ - dream.py script now calls invoke.py module directly rather than
11+ via a new python process (which could break the environment)
12+
713## v2.0.0 <small >(9 October 2022)</small >
814
915 - ` dream.py ` script renamed ` invoke.py ` . A ` dream.py ` script wrapper remains
You can’t perform that action at this time.
0 commit comments