Kosinkadink / ComfyUI-VideoHelperSuite

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

Fix load_image validation, old version validation #115

Closed AustinMroz closed 8 months ago

AustinMroz commented 8 months ago

Removing the obsolete kwargs arg from VALIDATE_INPUT methods was done too soon. It has been reintroduced so that older versions of ComfyUI remain compatible.

Fix failure to update the validation call at execution time of Load Images.

Resolves #113