Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.06 KB

changelog.md

File metadata and controls

26 lines (15 loc) · 1.06 KB

Changes

Note, only relatively significant changes to user-visible functionality will be included here. Most recent changes at the top.

20240827

  • Fixed (hopefully) an issue with RAUNet model patching that could cause semi-non-deterministic output. Unfortunately the fix also may change seeds.

20240813

Note: Advanced RAUNet node parameters changed, will break workflows.

Note: May (slightly) change seeds.

  • RAUNet: Patch backend refactored to work as a normal model patch.
  • RAUNet: You can now set the CA downscale factor in the advanced node (basically works like deep shrink).
  • RAUNet: You can now set the CA downscale mode in the advanced node (previously always was avg_pool2d).

20240802

Note: May change seeds, for previous behavior set two stage upscale mode to nearest-exact in the advanced RAUNet node.

Note: Advanced RAUNet node parameters changed, will break workflows.

  • RAUNet: Fixed issue where two stage upscale setting didn't work properly.
  • RAUNet: Two stage upscale is no longer a toggle and allows choosing the scale method.