Skip to content

Commit 4d683b2

Browse files
scofanoltdrdata
andauthored
Include new node (#2211)
* Include New node * Update custom-node-list.json * Update custom-node-list.json * Update custom-node-list.json * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <[email protected]>
1 parent c13da60 commit 4d683b2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

custom-node-list.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34422,6 +34422,17 @@
3442234422
],
3442334423
"install_type": "unzip",
3442434424
"description": "This is a node to convert an image into a CMYK Halftone dot image."
34425+
},
34426+
{
34427+
"author": "scofano",
34428+
"title": "Audio Duration",
34429+
"id": "comfy-audio-duration",
34430+
"reference": "https://github.com/scofano/comfy-audio-duration",
34431+
"files": [
34432+
"https://github.com/scofano/comfy-audio-duration"
34433+
],
34434+
"install_type": "git-clone",
34435+
"description": "Returns the duration of an audio source, which can be provided either as a filesystem path or as raw audio data (samples and sample rate) from an upstream node. Duration calculation primarily uses ffprobe (from FFmpeg) for paths, or calculates the duration directly from samples/SR if no path is available."
3442534436
}
3442634437
]
3442734438
}

0 commit comments

Comments
 (0)