Overview

The Playbook Image node allows users to load an image either from a provided URL or from a default image input.

🛠️ Node Configuration

Inputs

NameTypeRequiredDefaultDescription
idSTRING“Node ID”Unique identifier for the node.
labelSTRING“Node Label”Label for the node.
default_urlSTRING""URL of the image to load.
default_valueIMAGENoneDefault image input if URL is not provided.

Outputs

NameTypeDescription
ImageIMAGEThe loaded image.

⚙️ Functionality

  • If default_url is provided, the node attempts to fetch and load the image.
  • If no valid URL is available, it falls back to default_value.
  • Converts the retrieved image to an RGB tensor format.