Commit c36e0a2
feat(mm): log activation multiplier in DENOISE_MEM for self-contained calibration
Each DENOISE_MEM record now carries the 'mult' that produced its estimate, so the implied per-arch multiplier can be back-solved from a single line without external state. This matters during iterative calibration, where the multiplier changes between runs that may share one log file.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 1d9c066 commit c36e0a2
2 files changed
Lines changed: 7 additions & 0 deletions
File tree
- invokeai/backend/util
- tests/backend/util
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| 245 | + | |
245 | 246 | | |
246 | 247 | | |
247 | 248 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
189 | 190 | | |
190 | 191 | | |
191 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
192 | 198 | | |
193 | 199 | | |
194 | 200 | | |
0 commit comments