Nuked88 / ComfyUI-N-Nodes

A suite of custom nodes for ConfyUI that includes GPT text-prompt generation, LoadVideo, SaveVideo, LoadFramesFromFolder and FrameInterpolator
MIT License
206 stars 22 forks source link

Manage gif to mp4 #22

Closed kendalen closed 8 months ago

kendalen commented 11 months ago

Hi! First of all, great work on this! These custom nodes are real life savers! Alas, I found out that while trying to faceswapping a gif the load video didn't work as expected. I dug into the code (I am a dev but not a Python dev, sorry) and changed a couple of line: with these updates the gifs now work as I was expecting (which could be different from what you were expecting, of course). I also found out that the webm files work in a very similar way to mp4 ones, except for the audio. I left commented the updates to be done to support the webm as well, so if you think it's ok you just have to follow my comments. Thanks