Inputs
None
Inputs
None
Widgets
Outputs
A simple widget that allows you to visually pick a color.
| Widget | Type | Description |
|---|---|---|
| Color | ColorPicker | A standard RGB color selector. Click to open the palette. |
Inputs
None
Widgets
Outputs
A generic file uploader. It tries to intelligently detect if you uploaded an image or video and provides the corresponding output.
| Widget | Type | Description |
|---|---|---|
| Widget | Type | Description |
| :--- | :--- | :--- |
| Browse… | Button | Click to open system file picker. Uploads to input/ directory. |
Inputs
None
Widgets
Outputs
Loads all images from a specified folder into a single batch.
| Widget | Type | Description |
|---|---|---|
| Folder | String | The absolute path to the directory (e.g., C:/Images/dataset). |
Inputs
None
Widgets
Outputs
The standard node for loading a single image file (JPG, PNG, WEBP) into the workflow.
| Widget | Type | Description |
|---|---|---|
| Widget | Type | Description |
| :--- | :--- | :--- |
| Choose Image | Button | Opens system file picker. Uploads directly to the node. |
Inputs
None
Widgets
Outputs
Loads a video file (MP4, WEBM, MOV) for processing.
| Widget | Type | Description |
|---|---|---|
| Choose Video | Button | Opens system file picker. Uploads directly to the node. |