Kosinkadink / ComfyUI-VideoHelperSuite

Nodes related to video workflows
GNU General Public License v3.0
513 stars 90 forks source link

[BUG] Load Video Path node throw error when custom_width and custom_height are piped in. #119

Closed RangerFrank closed 7 months ago

RangerFrank commented 8 months ago

image

AustinMroz commented 8 months ago

Currently, the custom_width and custom_height widgets exist only in the javascript code and are applied to force_size upon serialization. I'll start on a fix to always pass custom_width and custom_height and instead do the formatting in the python code.