Playbook Beauty Pass Node

The Playbook Beauty Pass node retrieves a single Beauty Render Pass frame from Playbook3D. It fetches a high-quality beauty render for visualization and processing.

🛠️ 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 Beauty Render Pass image.

⚙️ Functionality

  • Uses api_key to authenticate with Playbook3D.
  • If run_id is provided, fetches the Beauty 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 Beauty Pass Sequence node

The Playbook Beauty Pass Sequence node retrieves a sequence of Beauty Render Pass frames from Playbook3D. It fetches a series of images stored in a ZIP file and returns 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 Beauty Pass frames.

⚙️ Functionality

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