update DB

This commit is contained in:
Dr.Lt.Data 2026-02-06 12:26:26 +09:00
parent 492f7eda6a
commit 4ea05462e4
4 changed files with 22 additions and 22 deletions

View File

@ -42571,13 +42571,13 @@
}, },
{ {
"author": "remingtonspaz", "author": "remingtonspaz",
"title": "ComfyUI-ReferenceChain", "title": "Reference Chain Conditioning",
"reference": "https://github.com/remingtonspaz/ComfyUI-ReferenceChain", "reference": "https://github.com/remingtonspaz/ComfyUI-ReferenceChain",
"files": [ "files": [
"https://github.com/remingtonspaz/ComfyUI-ReferenceChain" "https://github.com/remingtonspaz/ComfyUI-ReferenceChain"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A ComfyUI node that takes multiple images, scales them, VAE encodes them, and chains them as reference latents into a single conditioning output. Useful for edit models like Flux-2-klein that accept multiple reference images." "description": "Chain multiple images as reference conditionings for Flux Klein, Kontext etc. with one node"
}, },
{ {
"author": "SidDays", "author": "SidDays",
@ -43307,16 +43307,6 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "remingtonspaz",
"title": "Reference Chain Conditioning",
"reference": "https://github.com/remingtonspaz/ComfyUI-ReferenceChain",
"files": [
"https://github.com/remingtonspaz/ComfyUI-ReferenceChain"
],
"install_type": "git-clone",
"description": "Chain multiple images as reference conditionings for Flux Klein, Kontext etc. with one node"
} }
] ]
} }

View File

@ -6626,6 +6626,7 @@
"BoyoVACEInjector", "BoyoVACEInjector",
"BoyoVACEViewer", "BoyoVACEViewer",
"BoyoVAEDecode", "BoyoVAEDecode",
"BoyoVideoClipper",
"BoyoVideoCutter", "BoyoVideoCutter",
"BoyoVideoLengthCalculator", "BoyoVideoLengthCalculator",
"BoyoVideoPairedSaver", "BoyoVideoPairedSaver",
@ -8477,6 +8478,7 @@
[ [
"SF_ActionAnimator", "SF_ActionAnimator",
"SF_AssetLoader", "SF_AssetLoader",
"SF_DirectorEngine",
"SF_FuryPromptEngine", "SF_FuryPromptEngine",
"SF_FurySampler", "SF_FurySampler",
"SF_ProjectManager", "SF_ProjectManager",
@ -16772,6 +16774,7 @@
"RizzExtractAllFrames", "RizzExtractAllFrames",
"RizzExtractFrames", "RizzExtractFrames",
"RizzGDSPatcher", "RizzGDSPatcher",
"RizzImageEffects",
"RizzLoadAudio", "RizzLoadAudio",
"RizzLoadImage", "RizzLoadImage",
"RizzLoadLatestImage", "RizzLoadLatestImage",
@ -18111,9 +18114,9 @@
"https://github.com/Shiba-2-shiba/ComfyUI-HSWQ-Quantizer": [ "https://github.com/Shiba-2-shiba/ComfyUI-HSWQ-Quantizer": [
[ [
"HSWQAdvancedBenchmark", "HSWQAdvancedBenchmark",
"HSWQFP8ConverterNode",
"HSWQFP8ConverterNodeLegacy", "HSWQFP8ConverterNodeLegacy",
"SDXLHSWQCalibrationNode" "SDXLHSWQCalibrationNode",
"SDXLHSWQFP8QuantizerNode"
], ],
{ {
"title_aux": "ComfyUI-HSWQ-Quantizer" "title_aux": "ComfyUI-HSWQ-Quantizer"
@ -18131,9 +18134,9 @@
"https://github.com/Shiba-2-shiba/ComfyUI-Unofficial-HSWQ-QuantizerHSWQ-Quantizer": [ "https://github.com/Shiba-2-shiba/ComfyUI-Unofficial-HSWQ-QuantizerHSWQ-Quantizer": [
[ [
"HSWQAdvancedBenchmark", "HSWQAdvancedBenchmark",
"HSWQFP8ConverterNode",
"HSWQFP8ConverterNodeLegacy", "HSWQFP8ConverterNodeLegacy",
"SDXLHSWQCalibrationNode" "SDXLHSWQCalibrationNode",
"SDXLHSWQFP8QuantizerNode"
], ],
{ {
"title_aux": "ComfyUI-Unofficial-HSWQ-QuantizerHSWQ-Quantizer" "title_aux": "ComfyUI-Unofficial-HSWQ-QuantizerHSWQ-Quantizer"
@ -25449,7 +25452,9 @@
"Sage_DualCLIPTextEncode", "Sage_DualCLIPTextEncode",
"Sage_DualCLIPTextEncodeLumina2", "Sage_DualCLIPTextEncodeLumina2",
"Sage_DualCLIPTextEncodeQwen", "Sage_DualCLIPTextEncodeQwen",
"Sage_DynamicComboTest",
"Sage_EmptyLatentImagePassthrough", "Sage_EmptyLatentImagePassthrough",
"Sage_FlexibleCLIPSelector",
"Sage_FloatToStr", "Sage_FloatToStr",
"Sage_FreeMemory", "Sage_FreeMemory",
"Sage_FreeU2", "Sage_FreeU2",

View File

@ -378,13 +378,13 @@
}, },
{ {
"author": "remingtonspaz", "author": "remingtonspaz",
"title": "ComfyUI-ReferenceChain", "title": "Reference Chain Conditioning",
"reference": "https://github.com/remingtonspaz/ComfyUI-ReferenceChain", "reference": "https://github.com/remingtonspaz/ComfyUI-ReferenceChain",
"files": [ "files": [
"https://github.com/remingtonspaz/ComfyUI-ReferenceChain" "https://github.com/remingtonspaz/ComfyUI-ReferenceChain"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A ComfyUI node that takes multiple images, scales them, VAE encodes them, and chains them as reference latents into a single conditioning output. Useful for edit models like Flux-2-klein that accept multiple reference images." "description": "Chain multiple images as reference conditionings for Flux Klein, Kontext etc. with one node"
}, },
{ {
"author": "SidDays", "author": "SidDays",

View File

@ -6626,6 +6626,7 @@
"BoyoVACEInjector", "BoyoVACEInjector",
"BoyoVACEViewer", "BoyoVACEViewer",
"BoyoVAEDecode", "BoyoVAEDecode",
"BoyoVideoClipper",
"BoyoVideoCutter", "BoyoVideoCutter",
"BoyoVideoLengthCalculator", "BoyoVideoLengthCalculator",
"BoyoVideoPairedSaver", "BoyoVideoPairedSaver",
@ -8477,6 +8478,7 @@
[ [
"SF_ActionAnimator", "SF_ActionAnimator",
"SF_AssetLoader", "SF_AssetLoader",
"SF_DirectorEngine",
"SF_FuryPromptEngine", "SF_FuryPromptEngine",
"SF_FurySampler", "SF_FurySampler",
"SF_ProjectManager", "SF_ProjectManager",
@ -16772,6 +16774,7 @@
"RizzExtractAllFrames", "RizzExtractAllFrames",
"RizzExtractFrames", "RizzExtractFrames",
"RizzGDSPatcher", "RizzGDSPatcher",
"RizzImageEffects",
"RizzLoadAudio", "RizzLoadAudio",
"RizzLoadImage", "RizzLoadImage",
"RizzLoadLatestImage", "RizzLoadLatestImage",
@ -18111,9 +18114,9 @@
"https://github.com/Shiba-2-shiba/ComfyUI-HSWQ-Quantizer": [ "https://github.com/Shiba-2-shiba/ComfyUI-HSWQ-Quantizer": [
[ [
"HSWQAdvancedBenchmark", "HSWQAdvancedBenchmark",
"HSWQFP8ConverterNode",
"HSWQFP8ConverterNodeLegacy", "HSWQFP8ConverterNodeLegacy",
"SDXLHSWQCalibrationNode" "SDXLHSWQCalibrationNode",
"SDXLHSWQFP8QuantizerNode"
], ],
{ {
"title_aux": "ComfyUI-HSWQ-Quantizer" "title_aux": "ComfyUI-HSWQ-Quantizer"
@ -18131,9 +18134,9 @@
"https://github.com/Shiba-2-shiba/ComfyUI-Unofficial-HSWQ-QuantizerHSWQ-Quantizer": [ "https://github.com/Shiba-2-shiba/ComfyUI-Unofficial-HSWQ-QuantizerHSWQ-Quantizer": [
[ [
"HSWQAdvancedBenchmark", "HSWQAdvancedBenchmark",
"HSWQFP8ConverterNode",
"HSWQFP8ConverterNodeLegacy", "HSWQFP8ConverterNodeLegacy",
"SDXLHSWQCalibrationNode" "SDXLHSWQCalibrationNode",
"SDXLHSWQFP8QuantizerNode"
], ],
{ {
"title_aux": "ComfyUI-Unofficial-HSWQ-QuantizerHSWQ-Quantizer" "title_aux": "ComfyUI-Unofficial-HSWQ-QuantizerHSWQ-Quantizer"
@ -25449,7 +25452,9 @@
"Sage_DualCLIPTextEncode", "Sage_DualCLIPTextEncode",
"Sage_DualCLIPTextEncodeLumina2", "Sage_DualCLIPTextEncodeLumina2",
"Sage_DualCLIPTextEncodeQwen", "Sage_DualCLIPTextEncodeQwen",
"Sage_DynamicComboTest",
"Sage_EmptyLatentImagePassthrough", "Sage_EmptyLatentImagePassthrough",
"Sage_FlexibleCLIPSelector",
"Sage_FloatToStr", "Sage_FloatToStr",
"Sage_FreeMemory", "Sage_FreeMemory",
"Sage_FreeU2", "Sage_FreeU2",