Nodes/ComfyUI-FFMPEGA/Load Image Path (FFMPEGA)
ComfyUI Node

Load Image Path (FFMPEGA)

Zero-memory image loader — outputs a file path STRING instead of an IMAGE tensor. Connect to FFMPEGA Agent's image_path slots. Uses ~0 MB for any number of images vs ~6 MB per image with standard Load Image. Accepts optional upstream IMAGE and image_path inputs for chaining.

By AEmotionStudio·Created 7 months ago·Updated 3 months ago· 14
Load Image Path (FFMPEGA)
  • images
  • image_path
  • mask_points
  • images
image
image_path
mask_points
CategoryFFMPEGA

Inputs (4)

NameTypeDefaultDescription
imageCOMBOSelect an image from ComfyUI's input directory or upload a new one.
imagesoptIMAGEOptional upstream IMAGE input (e.g. from another node). Passed through as output.
image_pathoptSTRINGOptional upstream image path. Overrides the file picker when connected.
mask_pointsoptSTRINGOptional upstream mask_points pass-through. When connected, overrides the locally drawn mask points.

Outputs (3)

NameTypeDescription
image_pathSTRINGAbsolute file path to the selected image. Connect to FFMPEGA Agent's image_path_a / image_path_b / … inputs.
mask_pointsSTRINGJSON-encoded point selection data from the Point Selector. Connect to FFMPEGA Agent's mask_points input for guided masking.
imagesIMAGEUpstream IMAGE pass-through (or empty tensor if not connected).