This commit is contained in:
hpbeinert 2026-03-05 13:06:34 +00:00
commit 2752bb2df2
7 changed files with 1742 additions and 1739 deletions

View File

@ -43939,16 +43939,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Custom ComfyUI node for Qwen3.5-9B — a unified natively multimodal model with image, video, and text understanding capabilities including thinking mode." "description": "Custom ComfyUI node for Qwen3.5-9B — a unified natively multimodal model with image, video, and text understanding capabilities including thinking mode."
}, },
{
"author": "AiSatan",
"title": "ComfyUI_CSM",
"reference": "https://github.com/AiSatan/ComfyUI_CSM",
"files": [
"https://github.com/AiSatan/ComfyUI_CSM"
],
"install_type": "git-clone",
"description": "A ComfyUI node for the CSM model featuring text-to-speech, voice cloning, and automatic model downloading from Hugging Face."
},
{ {
"author": "GIlinQ", "author": "GIlinQ",
"title": "ComfyUI-Image-Latent-", "title": "ComfyUI-Image-Latent-",

View File

@ -5992,7 +5992,8 @@
], ],
"https://github.com/DanielBartolic/ComfyUI-Qwen3.5": [ "https://github.com/DanielBartolic/ComfyUI-Qwen3.5": [
[ [
"Qwen35" "Qwen35",
"Qwen35GGUF"
], ],
{ {
"title_aux": "ComfyUI-Qwen3.5" "title_aux": "ComfyUI-Qwen3.5"
@ -57083,6 +57084,9 @@
], ],
"https://github.com/uczensokratesa/ComfyUI-Grok-SmartVAE": [ "https://github.com/uczensokratesa/ComfyUI-Grok-SmartVAE": [
[ [
"AdvancedLoadLatent",
"LatentMetadataViewer",
"SmartVAE_AdvancedDecoder",
"SmartVAE_StreamingDecoder", "SmartVAE_StreamingDecoder",
"UniversalSmartVAEDecode" "UniversalSmartVAEDecode"
], ],

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "AiSatan",
"title": "ComfyUI_CSM [NAME CONFLICT]",
"reference": "https://github.com/AiSatan/ComfyUI_CSM",
"files": [
"https://github.com/AiSatan/ComfyUI_CSM"
],
"install_type": "git-clone",
"description": "A ComfyUI node for the CSM model featuring text-to-speech, voice cloning, and automatic model downloading from Hugging Face."
},
{ {
"author": "unobtuse", "author": "unobtuse",
"title": "comfyui-topaz-ai-upscale", "title": "comfyui-topaz-ai-upscale",

View File

@ -4262,6 +4262,11 @@
"https://github.com/Ronnasayd/comfyui-nodes": [ "https://github.com/Ronnasayd/comfyui-nodes": [
[ [
"AspectRatioCrop", "AspectRatioCrop",
"ConditioningExtendFrames",
"ConditioningShapeDebug",
"LatentExtendFrames",
"LatentPrependCache",
"LatentShapeDebug",
"PixelatedBorderNode", "PixelatedBorderNode",
"VideoSegmentPrepare", "VideoSegmentPrepare",
"VideoSegmentSave" "VideoSegmentSave"

View File

@ -377,16 +377,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Custom ComfyUI node for Qwen3.5-9B — a unified natively multimodal model with image, video, and text understanding capabilities including thinking mode." "description": "Custom ComfyUI node for Qwen3.5-9B — a unified natively multimodal model with image, video, and text understanding capabilities including thinking mode."
}, },
{
"author": "AiSatan",
"title": "ComfyUI_CSM",
"reference": "https://github.com/AiSatan/ComfyUI_CSM",
"files": [
"https://github.com/AiSatan/ComfyUI_CSM"
],
"install_type": "git-clone",
"description": "A ComfyUI node for the CSM model featuring text-to-speech, voice cloning, and automatic model downloading from Hugging Face."
},
{ {
"author": "Manycore Tech", "author": "Manycore Tech",

View File

@ -5992,7 +5992,8 @@
], ],
"https://github.com/DanielBartolic/ComfyUI-Qwen3.5": [ "https://github.com/DanielBartolic/ComfyUI-Qwen3.5": [
[ [
"Qwen35" "Qwen35",
"Qwen35GGUF"
], ],
{ {
"title_aux": "ComfyUI-Qwen3.5" "title_aux": "ComfyUI-Qwen3.5"
@ -57083,6 +57084,9 @@
], ],
"https://github.com/uczensokratesa/ComfyUI-Grok-SmartVAE": [ "https://github.com/uczensokratesa/ComfyUI-Grok-SmartVAE": [
[ [
"AdvancedLoadLatent",
"LatentMetadataViewer",
"SmartVAE_AdvancedDecoder",
"SmartVAE_StreamingDecoder", "SmartVAE_StreamingDecoder",
"UniversalSmartVAEDecode" "UniversalSmartVAEDecode"
], ],