Nodes/Eden.art nodesuite/All Media Loader πŸ“
ComfyUI Node Runs on cloud

All Media Loader πŸ“

Simplified Media Loader for various sources. Features: - Loads images, directories, videos, and GIFs - Extracts frames at a specific FPS rate with force_rate - Automatically resizes images that exceed max_res - Supports basic sorting options - Returns tensors in ComfyUI format [B, H, W, C]

By edenartlabΒ·Created 3 years agoΒ·Updated 5 months agoΒ· 118
All Media Loader πŸ“
    • image
    • WIDTH
    • HEIGHT
    • COUNT
    • FILE_NAME
    • FILE_PATH
    • FPS
    β—„pathβ€”β–Ί
    β—„image_load_cap0β–Ί
    β—„force_rate0.0β–Ί
    β—„max_res2048β–Ί
    β—„sortNoneβ–Ί
    CategoryEden 🌱/general

    Inputs (5)

    NameTypeDefaultDescription
    pathSTRINGPath to media file(s). Can be an image, directory of images, video file, or archive.
    image_load_capINT00–9223372036854776000Maximum number of images to load. 0 means load all images.
    force_rateFLOAT0.0Force extracting frames at this FPS rate. 0 means use original rate.
    max_resINT20480–9223372036854776000Maximum resolution (width or height). Images larger than this will be resized. 0 means no resize.
    sortCOMBONoneMethod to sort multiple images.

    Outputs (7)

    NameTypeDescription
    imageIMAGEβ€”
    WIDTHINTβ€”
    HEIGHTINTβ€”
    COUNTINTβ€”
    FILE_NAMESTRINGβ€”
    FILE_PATHSTRINGβ€”
    FPSFLOATβ€”