Nodes/ComfyUI-hybs-nodes/Load Image Prompt Metadata
ComfyUI Node

Load Image Prompt Metadata

Load an image and extract positive/negative prompts from embedded ComfyUI workflow metadata by node ID.

By hybskgks28275·Created about a year ago·Updated 2 months ago· 3
Load Image Prompt Metadata
    • IMAGE
    • positive
    • negative
    image
    positive_node_id
    negative_node_id
    CategoryHYBS/LoadImage

    Inputs (3)

    NameTypeDefaultDescription
    imageCOMBOImage from ComfyUI's input folder that contains workflow or prompt metadata.
    positive_node_idSTRINGNode ID to read as the positive prompt. Subgraph IDs such as 82:78 are supported.
    negative_node_idSTRINGNode ID to read as the negative prompt. Subgraph IDs such as 82:78 are supported.

    Outputs (3)

    NameTypeDescription
    IMAGEIMAGELoaded image.
    positiveSTRINGPrompt text read from positive_node_id.
    negativeSTRINGPrompt text read from negative_node_id.