Skip to content

master-e71ddce

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Aug 18:35
e71ddce
fix: improve VAE tiling (#372)

* fix and improve: VAE tiling
- properly handle the upper left corner interpolating both x and y
- refactor out lerp
- use smootherstep to preserve more detail and spend less area blending

* actually fix vae tile merging

Co-authored-by: stduhpf <[email protected]>

* remove the now unused lerp function

---------

Co-authored-by: stduhpf <[email protected]>