ComfyUI Node
Load Image Prompt Metadata
Load an image and extract positive/negative prompts from embedded ComfyUI workflow metadata by node ID.
Load Image Prompt Metadata
- IMAGE
- positive
- negative
◄image▾►
◄positive_node_id►
◄negative_node_id►
CategoryHYBS/LoadImage
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| image | COMBO | Image from ComfyUI's input folder that contains workflow or prompt metadata. | |
| positive_node_id | STRING | Node ID to read as the positive prompt. Subgraph IDs such as 82:78 are supported. | |
| negative_node_id | STRING | Node ID to read as the negative prompt. Subgraph IDs such as 82:78 are supported. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | Loaded image. |
| positive | STRING | Prompt text read from positive_node_id. |
| negative | STRING | Prompt text read from negative_node_id. |