update DB
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled

This commit is contained in:
Dr.Lt.Data 2026-03-05 07:57:56 +09:00
parent f7d1bba7f0
commit 008e6ede56
7 changed files with 1742 additions and 1739 deletions

View File

@ -43939,16 +43939,6 @@
"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."
},
{
"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",
"title": "ComfyUI-Image-Latent-",

View File

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

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{
"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",
"title": "comfyui-topaz-ai-upscale",

View File

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

View File

@ -377,16 +377,6 @@
"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."
},
{
"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",

View File

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