upload_video
Upload a local video file to ComfyUI's input directory for use in video-loading nodes. Handles remote upload via HTTP or local copy.
Instructions
Upload a local video file (.mp4, .mov, .webm, .avi, .mkv, .m4v) to the connected ComfyUI's input/ directory for use in video-loading nodes such as VHS_LoadVideo (ComfyUI-VideoHelperSuite). Tries an HTTP multipart upload first (works against a remote --comfyui-url instance), then falls back to a local filesystem copy when COMFYUI_PATH is set. 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. |