upload_video
Upload local video files (.mp4, .mov, .webm, .avi, .mkv, .m4v) to ComfyUI's input directory for use in video-loading nodes. Returns the stored filename for workflow integration.
Instructions
Upload a local video file (.mp4, .mov, .webm, .avi, .mkv, .m4v) to the connected ComfyUI's input/ directory via the HTTP /upload/image endpoint for use in video-loading nodes such as VHS_LoadVideo (ComfyUI-VideoHelperSuite). Works for both local and remote ComfyUI. Returns the stored filename. Use upload_image for images or upload_audio for audio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_path | Yes | Absolute path to the local file to upload | |
| filename | No | Override the filename in ComfyUI's input/ directory. Auto-detected from source path if omitted. |