mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-01-08 21:20:49 +08:00
Update custom-node-list.json
This commit is contained in:
parent
d0b72e88e4
commit
cd3d8ae756
@ -34409,6 +34409,17 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "scofano",
|
||||
"title": "Audio Duration",
|
||||
"id": "comfy-audio-duration",
|
||||
"reference": "https://github.com/scofano/comfy-audio-duration",
|
||||
"files": [
|
||||
"https://github.com/scofano/comfy-audio-duration"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"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."
|
||||
},
|
||||
{
|
||||
"author": "scofano",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user