Add CRT nodes to default channel and fix CRT-Nodes reference

- 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 <noreply@anthropic.com>
This commit is contained in:
PGCRT 2026-04-04 11:55:11 +02:00
parent 3615af1560
commit 7d302e8d69

View File

@ -18362,14 +18362,46 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "NODES:StoryMakerSinglePortraitNode, StoryMakerTwoPortraitNode, StoryMakerSwapClothNode." "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", "author": "CRT",
"title": "CRT-Nodes", "title": "CRT-Nodes",
"id": "crt-nodes", "id": "crt-nodes",
"reference": "https://github.com/plugcrypt/CRT-Nodes", "reference": "https://github.com/PGCRT/CRT-Nodes",
"reference2": "https://github.com/PGCRT/CRT-Nodes",
"files": [ "files": [
"https://github.com/plugcrypt/CRT-Nodes" "https://github.com/PGCRT/CRT-Nodes"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "CRT-Nodes is a collection of custom nodes for ComfyUI" "description": "CRT-Nodes is a collection of custom nodes for ComfyUI"