comfyui_get_output
Retrieve files from a completed ComfyUI job by providing its prompt ID, returning streamable URLs and browser player pages for images, videos, audio, and optional temporary previews.
Instructions
List the files produced by a finished job (images, videos, audio...). Each file has a
url that supports streaming/seeking and, for media, a player page to open in a browser.
Args: prompt_id: Job id returned by comfyui_run or a preset tool. include_temp: Also include temporary preview files (PreviewImage nodes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt_id | Yes | ||
| include_temp | No |