Skip to content

v0.1.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Aug 22:30
· 170 commits to main since this release

Breaking Changes

  • All booleans were using a custom widget (BOOL) we now switched to the BOOLEAN one since now there is builtin support for convertible widgets (comfyanonymous/ComfyUI@9534f0f). All the examples were updated accordingly.

  • Remove the Prores node and replace it with a more general ffmpeg streaming node. (still not fully tested outside it's old prores mode)

What's Changed

  • Use PIL for GIF and not ffmpeg (better quality / filesize overall)
  • Add interpolation options to the Fit Number node to interpolate the value ( maths from easings.net):
  • Add padding support to Transform Image (using F.pad)

PR merged

Full Changelog: v0.1.3...v0.1.4