mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-25 00:17:23 +08:00
spec(assets): document optional id field on ResultItem
ExecutedWsMessage's per-entry shape (ResultItem) now optionally carries the asset reference UUID when --enable-assets is set.
This commit is contained in:
parent
4922875fe0
commit
2eb15b6237
@ -6569,6 +6569,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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user