Kosinkadink / ComfyUI-VideoHelperSuite

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

IndexError: too many indices for tensor of dimension 4 #238

Closed Li1177 closed 1 week ago

Li1177 commented 1 week ago

The errors that have appeared in the past few days were not present before and everything was running smoothly. Please help me identify where the problem might be. 29349cc2f74b38388550ded15d66920 a47f3573c2dcd4fcf8596bf9eed1ed1

AustinMroz commented 1 week ago

Thanks for the report. Looks like a vae input is somehow being received even though there's clearly nothing connected from your image.

I'll add a safety check on the python side to clear the VAE input if images were received instead of latents.

EDIT: clarrified which input, fixed typos.