Hi, I’m trying to load a video, the file size is 129Mb. I’ve tried multiple video load nodes, and get this error: “413 Request Entity Too Large”
My searching around showed a workaround for older versions of ComfyUI: edit the run_nvidia_gpu script to add a flag to the python call, telling python that it’s fine to load large files into the web server.
However, I couldn’t find anywhere in the settings in V1 that would allow me to add such custom flags, I couldn’t find an equivalent script in the ComfyUI installation folder, etc.
How can I overcome this issue and allow my COmfyUI to work with large video files? (NB: 129Mb is not exceptionally large, it’s just a couple of minutes)