Commit 514f874
committed
Put OCIO VAE Encode into the pipeline diagram, where a grey stock box used to be
The diagram still showed the input side going through an unnamed "to VAE range" step, drawn grey because at
the time nothing in this pack did it. OCIO VAE Encode does now, so the box is ours: float32, and it reports a
value that arrives outside the range the VAE was trained on, which the stock encode passes through in silence.
Both descriptions of the same picture were updated with it, not just the picture: the SVG's own <desc>, read
by screen readers, and the alt text in README, which is a separate copy and would otherwise have kept
describing a step that is no longer there.
Checked the rest of the diagram against the code rather than trusting it, since a lot moved this week:
- LogConvert's widget really is `operation` with "Linear to Log" / "Log to Linear", curve "ACEScct". Correct.
- VAE Decode is precision float32, clamp False by default. Correct.
- prores_4444 resolves to yuv444p12le, so "12-bit 4:4:4" is right.
- the 128-channel latent matches what the VAE docs record for LTX2.
- compression now reads "compression set to zip" rather than bare "zip compression", because the default
changed to dwaa this release and the old wording could be read as describing the default.
Text fit measured with the real font metrics rather than eyeballed: all 29 labels sit inside their boxes and
inside the page.1 parent b31d166 commit 514f874
2 files changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
589 | | - | |
| 589 | + | |
590 | 590 | | |
591 | 591 | | |
592 | 592 | | |
| |||
Loading
0 commit comments