From c4366aeceb224091ac95b9b8c41b8b7ac38ae7a4 Mon Sep 17 00:00:00 2001 From: Royce Schultz Date: Sat, 13 Apr 2024 23:11:28 -0600 Subject: [PATCH] Adds TranscriptionTools custom nodes. --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 16ed8c9d..a2c823cb 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -7575,6 +7575,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "royceschultz", + "title": "ComfyUI-TranscriptionTools", + "reference": "https://github.com/royceschultz/ComfyUI-TranscriptionTools", + "files": [ + "https://github.com/royceschultz/ComfyUI-TranscriptionTools" + ], + "install_type": "git-clone", + "description": "Transcribe audio and video files in ComfyUI." } ] }