load_reference
Store a reference PNG under an ID for quantizing or side-by-side viewing. Accepts base64-encoded image data or a file path.
Instructions
Store a reference PNG supplied as exactly one of png_base64 or path under an id for quantizing or side-by-side viewing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to a PNG on the server filesystem (mutually exclusive with png_base64) | |
| ref_id | Yes | ||
| png_base64 | No | PNG file content, base64-encoded (mutually exclusive with path) |