Closed noarche closed 3 months ago
I just did Yet Another Fresh Install.
Well the fresh install did not work, Same exact result twice in a row. It felt like it was going alot smoother and almost nothing gave any errors until I press load video with this node.
If I try to use VHS to load the video it loads fine but VHS doesn't have a save node, thus your save node then throws the same error.
Please let me know if this makes sense. Leaving ticket open. Thanks
I think the problem is the encoding of the video you are using, if you notice even the preview gives error and that is given by the browser, so even your browser can't display that file. I suggest you try to convert it back to MP4 with other programs like handbrake and then try again with the new video.
That was the first thing I thought too, and I thought it could of been a problem with pillow but in the end I changed nodes to a completely diff node I came across to load and save video and was able to work around this node not working for me.
When I changed nodes I noticed the frame inter. gave same error.
I am not sure what caused it but thought it could be worth mentioning.
Thanks
Describe the bug
I don't think its a bug but I don't know how to fix it. If anyone has any suggestions as to what I should try to do they are much appreciated.
I keep getting this error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The node loads fine however when I load any video I get the following error:
[2024-08-06 03:28] - **Value not in list: video: 'Simple Vid 3.mp4' not in []
**[2024-08-06 03:28] Output will be ignored
Full log
Screenshots
Desktop (please complete the following information):
Additional context I have tried completely removing and reinstalling, that went smooth but gives the same result. Ive tried diff formats of video, diff sizes. This seems to be the only node Ive ran into that gives me trouble figuring out.
I also checked \ComfyUI_windows_portable\python_embeded\Lib\site-packages\PIL\Image.py
I searched for mp4 - no hits I search png and jpg both got hits I search extension and found this line but not sure if it means anything here.
\ComfyUI_windows_portable\python_embeded\Lib\site-packages\PIL
Thanks