Skip to content

Releases: igorls/comfyui-node

Release list

v1.9.0

Choose a tag to compare

@igorls igorls released this 21 Jun 16:40

Added

  • Cloud Assets API helpers - Added AssetsFeature at api.ext.assets with helpers for listing, fetching, uploading, updating, deleting, and tagging assets.
  • Queue and Jobs management helpers - Added pending prompt/job cancellation, queue clearing, running job interruption, getJobStatus(), and output_type filtering for Jobs API queries.
  • Richer ComfyUI protocol typing - Added asset/output media types, extended node definition fields, progress state and notification events, execution interruption typing, richer error payloads, and binary text frame node metadata.

Updated

  • File helpers - Upload and duplicate helpers now preserve server-returned filename, subfolder, and type, support upload type, and encode image view URLs with URLSearchParams.
  • Job duration calculation - getExecutionDuration() now supports zero-valued start or end timestamps.

Published to npm as [email protected].