Playbook Outline Pass Node

The Playbook Outline Pass node retrieves a single Outline Render Pass frame from Playbook3D. It provides edge-detection data for rendering workflows.

🛠️ Node Configuration

Inputs

NameTypeRequiredDefaultDescription
api_keySTRINGN/AAPI key for authentication.
run_idSTRINGN/AOptional identifier for a specific run.
default_valueIMAGEN/ADefault image if no valid render is found.

Outputs

NameTypeDescription
ImageIMAGEThe retrieved Outline Render Pass image.

⚙️ Functionality

  • Uses api_key to authenticate with Playbook3D.
  • If run_id is provided, fetches the Outline Pass for that specific render.
  • If no valid render is found, returns the default image.
  • Converts the retrieved image to an RGB tensor format.

Playbook Outline Pass Sequence Node

The Playbook Outline Pass Sequence node retrieves a sequence of Outline Render Pass frames from Playbook3D. It fetches a ZIP file containing multiple outline images and processes them as a batch.

🛠️ Node Configuration

Inputs

NameTypeRequiredDefaultDescription
api_keySTRINGN/AAPI key for authentication.
run_idSTRINGN/AOptional identifier for a specific run.

Outputs

NameTypeDescription
ImagesIMAGEA batch tensor containing extracted Outline Pass frames.

⚙️ Functionality

  • Uses api_key to authenticate with Playbook3D.
  • Retrieves a ZIP file containing multiple Outline Pass frames.
  • Extracts and converts the images into a batch tensor format.
  • Processes and normalizes the images before returning them.