From f08075c04db38ea950c16d74e209ba3d433ba854 Mon Sep 17 00:00:00 2001 From: PGCRT <88064700+PGCRT@users.noreply.github.com> Date: Sun, 5 Apr 2026 18:49:51 +0200 Subject: [PATCH] Add CRT nodes to default channel and fix CRT-Nodes reference (#2759) - Add CRT-HeartMuLa, ComfyUI-OmniVoice_CRT, ComfyUI-QWEN3_TTS - Fix CRT-Nodes: restore author/title fields, update plugcrypt -> PGCRT Co-authored-by: Claude Sonnet 4.6 --- custom-node-list.json | 38 +++++++++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index cf044e62..88f1b482 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -18351,14 +18351,46 @@ "install_type": "git-clone", "description": "NODES:StoryMakerSinglePortraitNode, StoryMakerTwoPortraitNode, StoryMakerSwapClothNode." }, + { + "author": "CRT", + "title": "CRT-HeartMuLa", + "id": "crt-heartmula", + "reference": "https://github.com/PGCRT/CRT-HeartMuLa", + "files": [ + "https://github.com/PGCRT/CRT-HeartMuLa" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for AI music generation using HeartMuLa models." + }, + { + "author": "CRT", + "title": "ComfyUI-OmniVoice_CRT", + "id": "comfyui-omnivoice-crt", + "reference": "https://github.com/PGCRT/ComfyUI-OmniVoice_CRT", + "files": [ + "https://github.com/PGCRT/ComfyUI-OmniVoice_CRT" + ], + "install_type": "git-clone", + "description": "ComfyUI wrapper nodes for OmniVoice multilingual zero-shot TTS." + }, + { + "author": "CRT", + "title": "ComfyUI-QWEN3_TTS", + "id": "comfyui-qwen3-tts", + "reference": "https://github.com/PGCRT/ComfyUI-QWEN3_TTS", + "files": [ + "https://github.com/PGCRT/ComfyUI-QWEN3_TTS" + ], + "install_type": "git-clone", + "description": "Fast and efficient Text-to-Speech nodes for ComfyUI based on Qwen3-TTS." + }, { "author": "CRT", "title": "CRT-Nodes", "id": "crt-nodes", - "reference": "https://github.com/plugcrypt/CRT-Nodes", - "reference2": "https://github.com/PGCRT/CRT-Nodes", + "reference": "https://github.com/PGCRT/CRT-Nodes", "files": [ - "https://github.com/plugcrypt/CRT-Nodes" + "https://github.com/PGCRT/CRT-Nodes" ], "install_type": "git-clone", "description": "CRT-Nodes is a collection of custom nodes for ComfyUI"