Breaking Changes
-
All booleans were using a custom widget (
BOOL) we now switched to theBOOLEANone since now there is builtin support for convertible widgets (Comfy-Org/ComfyUI@9534f0f). All the examples were updated accordingly. -
Remove the
Prores nodeand replace it with a more general ffmpeg streaming node. (still not fully tested outside it's old prores mode)
What's Changed
- Use
PILfor GIF and not ffmpeg (better quality / filesize overall) - Add interpolation options to the
Fit Numbernode to interpolate the value ( maths from easings.net):

- Add padding support to
Transform Image(usingF.pad)


PR merged
Full Changelog: v0.1.3...v0.1.4