/
/ComfyUI API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 39m ago · Updated 3w ago
assets16
  • headCheck if an asset with the given hash exists
  • getList assets with filtering and pagination
  • postUpload a new asset
  • postCreate an asset reference from an existing hash
  • getGet asset metadata
  • putUpdate asset metadata
  • deleteDelete an asset
  • getDownload asset file content
  • postAdd tags to an asset
  • deleteRemove tags from an asset
  • getList all known tags with counts
  • getGet tag counts for assets matching current filters
  • postTrigger asset scan/seed from filesystem
  • getGet asset scan progress
  • postCancel an in-progress asset scan
  • postMark assets whose backing files no longer exist on disk
extensions3
history3
internal5
model5
node4
prompt2
queue6
settings4
subgraph2
system3
upload2
user2
userdata6
view2
    assets

    Get asset scan progress

    Returns the progress and status of the most recently-started asset seed job.

    get/api/assets/seed/status

    Response

    Scan progress

    object required

    Scan progress details (files scanned, total, status, etc.)

    Changes