ComfiUI ERROR -->> VHS_LoadVideoPath video is not a valid path
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 153
Description
### Your question
Hello,
I have the following problem in ComfiUI:
VHS_LoadVideoPath
video is not a valid path: C:\Users\...\...\Desktop\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\temp\lxt\temp_00001.mp4
The workflow is this one: https://comfyworkflows.com/workflows/e2e601db-498b-4187-8392-9563e43899f8

However, I have this type of error in all the workflow I use to create videos. So, I guess the problem is something to do with the video part.
Before all the workflow worked perfectly, then trying to install F5-TTS, I probably mess with something, and now I have this problem I cannot figure out how to solve.
- I have already checked the ffmpeg, nothing...
- I have also try this solution found on git-hub:
"[Kosinkadink](https://github.com/Kosinkadink)[on Apr 12, 2024](https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet/issues/18#issuecomment-2051572873)Owner
As stated in this thread, it is because of comfyui-art-venture. Remove it and then you'll be fine."
but nothing...
- I could reinstall the nodes regarding the video part, but I am not sure what are the exact forlders in the custome.nodes (I have MANY folders in custom nodes).
Can somebody help me with this?
Does anybody else have the same problem?
Thank you!
Report:
# ComfyUI Error Report
## Error Details
- **Node ID:** 62
- **Node Type:** VHS_LoadVideoPath
- **Exception Type:** Exception
- **Exception Message:** video is not a valid path: C:\Users\galen\OneDrive\Desktop\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\temp\lxt\temp_00001.mp4
## Stack Trace
```
File "C:\Users\galen\OneDrive\Desktop\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\galen\OneDrive\Desktop\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\galen\OneDrive\Desktop\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "C:\Users\galen\OneDrive\Desktop\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\galen\OneDrive\Desktop\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-videohelpersuite\videohelpersuite\load_video_nodes.py", line 440, in load_video
raise Exception("video is not a valid path: " + kwargs['video'])
### Logs
```powershell
```
### Other
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.