ComfyUI Node
AIHub Expose Frame
A ComfyUI node in aihub/expose with 7 inputs and 5 outputs.
AIHub Expose Frame
- IMAGE
- WIDTH
- HEIGHT
- FRAME_INDEX
- TOTAL_FRAMES
◄idexposed_frame►
◄labelFrame►
◄tooltip►
◄frame_index_typerelative_to_current►
◄frame_index0►
◄index0►
◄optionalfalse►
Categoryaihub/expose
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| id | STRING | exposed_frame | A unique custom ID for this workflow. |
| label | STRING | Frame | This is the label that will appear in the field. |
| tooltip | STRING | An optional tooltip | |
| frame_index_type | COMBO | relative_to_current | The index type of the frame |
| frame_index | INT | 0-100000–100000 | The index of the frame to expose, it gets affected by relative or absolute type, note that if out of bounds it will clamp to the nearest valid frame |
| index | INT | 0 | This value is used for sorting the input fields when displaying; lower values will appear first. |
| optional | BOOLEAN | false | If set to true, it will not raise an error if the frame is not found |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |
| WIDTH | INT | — |
| HEIGHT | INT | — |
| FRAME_INDEX | INT | — |
| TOTAL_FRAMES | INT | — |