Skip to content

Output

Inputs

  • Value/Boolean/Text: Specific types.
  • Vector: Vector data.
  • Any: Catch-all input.

Widgets

None

Outputs

None

The debugging swiss-army knife. Connect strictly anything to it—Numbers, Arrays, Objects, JSON—and it will display the raw data value in a text box.





Inputs

  • Image(s): Input image batch.

Widgets

None

Outputs

None

Displays images in the web interface. This is how you see what you are making.





Inputs

  • Primitive: Primitive object.

Widgets

None

Outputs

None

Visualizes geometric primitives (vectors) before they are rasterized into pixels. Useful to check shapes without the overhead of rendering.





Inputs

  • Video: Video object.

Widgets

None

Outputs

None

A built-in video player. Supports playback, seeking, and looping for your generated or loaded videos.





Inputs

  • Image(s): Input image batch.
  • Prefix: (Optional) Filename prefix string.

Widgets

  • Filename: Base filename pattern.
  • Format: File format (PNG/JPG).

Outputs

  • Log: Status message.

Saves the processed images to the server’s output directory.

WidgetTypeDescription
WidgetTypeDescription
:---:---:---
filename_prefixStringThe start of the filename (e.g., “output”). Defaults to “output_image.png”.




Inputs

  • Video: Video object.

Widgets

  • Filename: Output name.
  • Output Folder: Helper Subfolder.

Outputs

  • Log: Status message.

Saves the final video file to disk.

WidgetTypeDescription
Output FolderStringOptional sub-folder inside output/videos. Useful for organizing renders.