Skip to content

Commit 0a7005f

Browse files
committed
update changelogs
1 parent c4fb8e3 commit 0a7005f

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)