mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-02-06 19:22:36 +08:00
update DB
This commit is contained in:
parent
492f7eda6a
commit
4ea05462e4
@ -42571,13 +42571,13 @@
|
||||
},
|
||||
{
|
||||
"author": "remingtonspaz",
|
||||
"title": "ComfyUI-ReferenceChain",
|
||||
"title": "Reference Chain Conditioning",
|
||||
"reference": "https://github.com/remingtonspaz/ComfyUI-ReferenceChain",
|
||||
"files": [
|
||||
"https://github.com/remingtonspaz/ComfyUI-ReferenceChain"
|
||||
],
|
||||
"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",
|
||||
@ -43307,16 +43307,6 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -6626,6 +6626,7 @@
|
||||
"BoyoVACEInjector",
|
||||
"BoyoVACEViewer",
|
||||
"BoyoVAEDecode",
|
||||
"BoyoVideoClipper",
|
||||
"BoyoVideoCutter",
|
||||
"BoyoVideoLengthCalculator",
|
||||
"BoyoVideoPairedSaver",
|
||||
@ -8477,6 +8478,7 @@
|
||||
[
|
||||
"SF_ActionAnimator",
|
||||
"SF_AssetLoader",
|
||||
"SF_DirectorEngine",
|
||||
"SF_FuryPromptEngine",
|
||||
"SF_FurySampler",
|
||||
"SF_ProjectManager",
|
||||
@ -16772,6 +16774,7 @@
|
||||
"RizzExtractAllFrames",
|
||||
"RizzExtractFrames",
|
||||
"RizzGDSPatcher",
|
||||
"RizzImageEffects",
|
||||
"RizzLoadAudio",
|
||||
"RizzLoadImage",
|
||||
"RizzLoadLatestImage",
|
||||
@ -18111,9 +18114,9 @@
|
||||
"https://github.com/Shiba-2-shiba/ComfyUI-HSWQ-Quantizer": [
|
||||
[
|
||||
"HSWQAdvancedBenchmark",
|
||||
"HSWQFP8ConverterNode",
|
||||
"HSWQFP8ConverterNodeLegacy",
|
||||
"SDXLHSWQCalibrationNode"
|
||||
"SDXLHSWQCalibrationNode",
|
||||
"SDXLHSWQFP8QuantizerNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-HSWQ-Quantizer"
|
||||
@ -18131,9 +18134,9 @@
|
||||
"https://github.com/Shiba-2-shiba/ComfyUI-Unofficial-HSWQ-QuantizerHSWQ-Quantizer": [
|
||||
[
|
||||
"HSWQAdvancedBenchmark",
|
||||
"HSWQFP8ConverterNode",
|
||||
"HSWQFP8ConverterNodeLegacy",
|
||||
"SDXLHSWQCalibrationNode"
|
||||
"SDXLHSWQCalibrationNode",
|
||||
"SDXLHSWQFP8QuantizerNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Unofficial-HSWQ-QuantizerHSWQ-Quantizer"
|
||||
@ -25449,7 +25452,9 @@
|
||||
"Sage_DualCLIPTextEncode",
|
||||
"Sage_DualCLIPTextEncodeLumina2",
|
||||
"Sage_DualCLIPTextEncodeQwen",
|
||||
"Sage_DynamicComboTest",
|
||||
"Sage_EmptyLatentImagePassthrough",
|
||||
"Sage_FlexibleCLIPSelector",
|
||||
"Sage_FloatToStr",
|
||||
"Sage_FreeMemory",
|
||||
"Sage_FreeU2",
|
||||
|
||||
@ -378,13 +378,13 @@
|
||||
},
|
||||
{
|
||||
"author": "remingtonspaz",
|
||||
"title": "ComfyUI-ReferenceChain",
|
||||
"title": "Reference Chain Conditioning",
|
||||
"reference": "https://github.com/remingtonspaz/ComfyUI-ReferenceChain",
|
||||
"files": [
|
||||
"https://github.com/remingtonspaz/ComfyUI-ReferenceChain"
|
||||
],
|
||||
"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",
|
||||
|
||||
@ -6626,6 +6626,7 @@
|
||||
"BoyoVACEInjector",
|
||||
"BoyoVACEViewer",
|
||||
"BoyoVAEDecode",
|
||||
"BoyoVideoClipper",
|
||||
"BoyoVideoCutter",
|
||||
"BoyoVideoLengthCalculator",
|
||||
"BoyoVideoPairedSaver",
|
||||
@ -8477,6 +8478,7 @@
|
||||
[
|
||||
"SF_ActionAnimator",
|
||||
"SF_AssetLoader",
|
||||
"SF_DirectorEngine",
|
||||
"SF_FuryPromptEngine",
|
||||
"SF_FurySampler",
|
||||
"SF_ProjectManager",
|
||||
@ -16772,6 +16774,7 @@
|
||||
"RizzExtractAllFrames",
|
||||
"RizzExtractFrames",
|
||||
"RizzGDSPatcher",
|
||||
"RizzImageEffects",
|
||||
"RizzLoadAudio",
|
||||
"RizzLoadImage",
|
||||
"RizzLoadLatestImage",
|
||||
@ -18111,9 +18114,9 @@
|
||||
"https://github.com/Shiba-2-shiba/ComfyUI-HSWQ-Quantizer": [
|
||||
[
|
||||
"HSWQAdvancedBenchmark",
|
||||
"HSWQFP8ConverterNode",
|
||||
"HSWQFP8ConverterNodeLegacy",
|
||||
"SDXLHSWQCalibrationNode"
|
||||
"SDXLHSWQCalibrationNode",
|
||||
"SDXLHSWQFP8QuantizerNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-HSWQ-Quantizer"
|
||||
@ -18131,9 +18134,9 @@
|
||||
"https://github.com/Shiba-2-shiba/ComfyUI-Unofficial-HSWQ-QuantizerHSWQ-Quantizer": [
|
||||
[
|
||||
"HSWQAdvancedBenchmark",
|
||||
"HSWQFP8ConverterNode",
|
||||
"HSWQFP8ConverterNodeLegacy",
|
||||
"SDXLHSWQCalibrationNode"
|
||||
"SDXLHSWQCalibrationNode",
|
||||
"SDXLHSWQFP8QuantizerNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Unofficial-HSWQ-QuantizerHSWQ-Quantizer"
|
||||
@ -25449,7 +25452,9 @@
|
||||
"Sage_DualCLIPTextEncode",
|
||||
"Sage_DualCLIPTextEncodeLumina2",
|
||||
"Sage_DualCLIPTextEncodeQwen",
|
||||
"Sage_DynamicComboTest",
|
||||
"Sage_EmptyLatentImagePassthrough",
|
||||
"Sage_FlexibleCLIPSelector",
|
||||
"Sage_FloatToStr",
|
||||
"Sage_FreeMemory",
|
||||
"Sage_FreeU2",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user