/
CO
comfy-org
/
ComfyUI API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 39m ago · Updated 3w ago
Details
Filter operations
assets
16
head
Check if an asset with the given hash exists
get
List assets with filtering and pagination
post
Upload a new asset
post
Create an asset reference from an existing hash
get
Get asset metadata
put
Update asset metadata
delete
Delete an asset
get
Download asset file content
post
Add tags to an asset
delete
Remove tags from an asset
get
List all known tags with counts
get
Get tag counts for assets matching current filters
post
Trigger asset scan/seed from filesystem
get
Get asset scan progress
post
Cancel an in-progress asset scan
post
Mark assets whose backing files no longer exist on disk
extensions
3
history
3
internal
5
model
5
node
4
prompt
2
queue
6
settings
4
subgraph
2
system
3
upload
2
user
2
userdata
6
view
2
assets
Cancel an in-progress asset scan
Requests cancellation of the currently-running asset seed job.
post
/api/assets/seed/cancel
Response
Scan cancelled
object
required
status
string
Changes