mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-08-24 18:10:27 +08:00
Include asset id in executed WebSocket messages (#13862)
Amp-Thread-ID: https://ampcode.com/threads/T-019e4ca5-b71a-7168-8f56-58b2325f34c3 Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
@@ -6840,6 +6840,13 @@ components:
|
||||
enum: [input, output, temp]
|
||||
display_name:
|
||||
type: string
|
||||
id:
|
||||
type: string
|
||||
format: uuid
|
||||
description: |
|
||||
Asset reference UUID. Present only when the server is started with
|
||||
`--enable-assets` and the file resolves to a registered asset.
|
||||
Fetch the full asset via `GET /api/assets/{id}`.
|
||||
|
||||
NodeOutputs:
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user