From 64059d2949fee2ab23a34bc39c2337436d6d8a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9Flayan=20Karag=C3=B6zler?= Date: Sun, 15 Jun 2025 07:13:03 +0200 Subject: [PATCH] Added ComfyUI-YouTubeUploader to custom nodes json (#1933) * Update custom-node-list.json Added ComfyUI-YouTubeUploader * Update custom-node-list.json * Update custom-node-list.json Added proper link * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e74741a7..40708e12 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -27973,6 +27973,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "flamacore", + "title": "ComfyUI YouTube Uploader", + "id": "comfyui-youtubeuploader", + "reference": "https://github.com/flamacore/ComfyUI-YouTubeUploader", + "files": [ + "https://github.com/flamacore/ComfyUI-YouTubeUploader" + ], + "install_type": "git-clone", + "description": "A ComfyUI node for uploading generated content to YouTube. [a/Buy me a coffee](https://buymeacoffee.com/chao.k)" } ] }