Skip to content

Input

Inputs

None

Widgets

  • Color: Color Picker.

Outputs

  • Color: RGB Color object.

A simple widget that allows you to visually pick a color.

WidgetTypeDescription
ColorColorPickerA standard RGB color selector. Click to open the palette.




Inputs

None

Widgets

  • Browse…: Upload button.

Outputs

  • File Path: Absolute path.
  • Video: Video object (if detected).
  • Image: Image object (if detected).

A generic file uploader. It tries to intelligently detect if you uploaded an image or video and provides the corresponding output.

WidgetTypeDescription
WidgetTypeDescription
:---:---:---
Browse…ButtonClick to open system file picker. Uploads to input/ directory.




Inputs

None

Widgets

  • Folder: Directory path string.

Outputs

  • Image(s): Batch of images.

Loads all images from a specified folder into a single batch.

WidgetTypeDescription
FolderStringThe absolute path to the directory (e.g., C:/Images/dataset).




Inputs

None

Widgets

  • Choose Image: Upload button.

Outputs

  • Image: Image object.

The standard node for loading a single image file (JPG, PNG, WEBP) into the workflow.

WidgetTypeDescription
WidgetTypeDescription
:---:---:---
Choose ImageButtonOpens system file picker. Uploads directly to the node.




Inputs

None

Widgets

  • Choose Video: Upload button.

Outputs

  • Video: Video object.

Loads a video file (MP4, WEBM, MOV) for processing.

WidgetTypeDescription
Choose VideoButtonOpens system file picker. Uploads directly to the node.