Breaking Changes
-
All booleans were using a custom widget (
BOOL
) we now switched to theBOOLEAN
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
(usingF.pad
)
PR merged
Full Changelog: v0.1.3...v0.1.4