mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-01-09 13:40:49 +08:00
This commit is contained in:
parent
5cff01eef3
commit
ac122a1db0
@ -37406,6 +37406,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Qwen multi-image editing enhancement node supporting 8-image input, dual conditional output, and background layer priority for coordinated image composition workflows. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "princepainter",
|
||||
"title": "ComfyUI-PainterLTXV2",
|
||||
"reference": "https://github.com/princepainter/ComfyUI-PainterLTXV2",
|
||||
"files": [
|
||||
"https://github.com/princepainter/ComfyUI-PainterLTXV2"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI custom nodes providing LTXV audio-video separation sampling and latent preparation capabilities for professional video generation workflows."
|
||||
},
|
||||
{
|
||||
"author": "rafacost",
|
||||
"title": "rafacostComfy",
|
||||
@ -40653,8 +40663,56 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI custom node that scans PyTorch model files for potential security vulnerabilities without executing them."
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"author": "DanrisiUA",
|
||||
"title": "ComfyUI-ZImage-LoRA-Merger",
|
||||
"reference": "https://github.com/DanrisiUA/ComfyUI-ZImage-LoRA-Merger",
|
||||
"files": [
|
||||
"https://github.com/DanrisiUA/ComfyUI-ZImage-LoRA-Merger"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom nodes for combining multiple LoRAs without overexposure on distilled models like Z-Image Turbo"
|
||||
},
|
||||
{
|
||||
"author": "yangrui511",
|
||||
"title": "ComfyUI-Text-Preserve",
|
||||
"reference": "https://github.com/yangrui511/ComfyUI-Text-Preserve",
|
||||
"files": [
|
||||
"https://github.com/yangrui511/ComfyUI-Text-Preserve"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom node providing text preservation preprocessing for ComfyUI using OCR to identify text regions and apply blur/noise fusion to non-text areas. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "Atsushi888",
|
||||
"title": "easy_prompt_selector_for_comfyui",
|
||||
"reference": "https://github.com/Atsushi888/easy_prompt_selector_for_comfyui",
|
||||
"files": [
|
||||
"https://github.com/Atsushi888/easy_prompt_selector_for_comfyui"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A simple custom node for ComfyUI that loads and provides an all-in-one dropdown selector to build a prompt string."
|
||||
},
|
||||
{
|
||||
"author": "pixixai",
|
||||
"title": "ComfyUI-AlignLayout",
|
||||
"reference": "https://github.com/pixixai/ComfyUI-AlignLayout",
|
||||
"files": [
|
||||
"https://github.com/pixixai/ComfyUI-AlignLayout"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Productivity enhancement extension for ComfyUI featuring radial menus and mouse flick gestures for efficient node alignment, distribution, and resizing. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "MechaBabyAi",
|
||||
"title": "ComfyUI-MechaBabyNodeSearch",
|
||||
"reference": "https://github.com/MechaBabyAi/ComfyUI-MechaBabyNodeSearch",
|
||||
"files": [
|
||||
"https://github.com/MechaBabyAi/ComfyUI-MechaBabyNodeSearch"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Enhance ComfyUI workflow by providing powerful node search, attribute search, and port navigation features with Ctrl+F shortcut support."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -467,7 +467,6 @@
|
||||
"1hew_StringFilter",
|
||||
"1hew_StringJoinMulti",
|
||||
"1hew_TextCustomExtract",
|
||||
"1hew_TextEncodeQwenImageEditKeepSize",
|
||||
"1hew_TextListToString",
|
||||
"1hew_TextPrefixSuffix",
|
||||
"1hew_URLToVideo",
|
||||
@ -3059,6 +3058,14 @@
|
||||
"title_aux": "ComfyUI AstroCorp Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/Atsushi888/easy_prompt_selector_for_comfyui": [
|
||||
[
|
||||
"EasyHairPromptSelector"
|
||||
],
|
||||
{
|
||||
"title_aux": "easy_prompt_selector_for_comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/AugustusLXIII/ComfyUI_CustomResolution_I2V": [
|
||||
[
|
||||
"CustomResolutionI2V"
|
||||
@ -5633,6 +5640,18 @@
|
||||
"title_aux": "ComfyUI Prompt Template"
|
||||
}
|
||||
],
|
||||
"https://github.com/DanrisiUA/ComfyUI-ZImage-LoRA-Merger": [
|
||||
[
|
||||
"ZImageLoRAMergeToSingle",
|
||||
"ZImageLoRAMerger",
|
||||
"ZImageLoRAStack",
|
||||
"ZImageLoRAStackApply",
|
||||
"ZImageLoRATrueMerge"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ZImage-LoRA-Merger"
|
||||
}
|
||||
],
|
||||
"https://github.com/Daohoi123/ComfyUI-Gemini3": [
|
||||
[
|
||||
"Gemini3ProImageNode"
|
||||
@ -6310,12 +6329,15 @@
|
||||
"BoyoExecutionBarrier",
|
||||
"BoyoForLoopEnd",
|
||||
"BoyoForLoopStart",
|
||||
"BoyoFrameCounter",
|
||||
"BoyoFramePackLoRA",
|
||||
"BoyoIPAdapterZImageLoader",
|
||||
"BoyoImageCrop",
|
||||
"BoyoImageGrab",
|
||||
"BoyoIncontextSaver",
|
||||
"BoyoLatentCacheUpdater",
|
||||
"BoyoLatentPassthrough",
|
||||
"BoyoLatentSwitch",
|
||||
"BoyoLoRAConfigInspector",
|
||||
"BoyoLoRAConfigProcessor",
|
||||
"BoyoLoRAJSONBuilder",
|
||||
@ -6326,7 +6348,10 @@
|
||||
"BoyoLoopCounter",
|
||||
"BoyoLoopImageSaver",
|
||||
"BoyoLoopReset",
|
||||
"BoyoLorainforsender",
|
||||
"BoyoMathInt",
|
||||
"BoyoOverlapSwitch",
|
||||
"BoyoPainterSVI",
|
||||
"BoyoPairedImageSaver",
|
||||
"BoyoPairedSaver",
|
||||
"BoyoPromptInjector",
|
||||
@ -6340,6 +6365,8 @@
|
||||
"BoyoVACEInjector",
|
||||
"BoyoVACEViewer",
|
||||
"BoyoVAEDecode",
|
||||
"BoyoVideoCutter",
|
||||
"BoyoVideoLengthCalculator",
|
||||
"BoyoVideoPairedSaver",
|
||||
"BoyoVideoSaver",
|
||||
"BoyoVision",
|
||||
@ -7072,7 +7099,7 @@
|
||||
],
|
||||
"https://github.com/EricRorich/ComfyUI-face-shaper": [
|
||||
[
|
||||
"ComfyUI-face-shaper"
|
||||
"RORICH-AI"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-face-shaper"
|
||||
@ -14040,8 +14067,7 @@
|
||||
],
|
||||
"https://github.com/NOLABEL-VFX/ComfyUI-NL_Nodes": [
|
||||
[
|
||||
"ModelLocalizer",
|
||||
"ShotPathBuilder"
|
||||
"ModelLocalizer"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-NL_Nodes"
|
||||
@ -25929,6 +25955,7 @@
|
||||
"LoadVideoFromUrlOrPath",
|
||||
"LoadVideoLoraFromUrlOrPath",
|
||||
"LoadVideoLoraFromUrlOrPathSelect",
|
||||
"OpenRouterGeminiImage",
|
||||
"PasteImageByMask"
|
||||
],
|
||||
{
|
||||
@ -30599,7 +30626,8 @@
|
||||
"LatentImageAndSeed",
|
||||
"PromptCameraSelector",
|
||||
"PromptConstructor",
|
||||
"PromptLightingSelector"
|
||||
"PromptLightingSelector",
|
||||
"TrainingDatasetSaver"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-daveand-nodes"
|
||||
@ -46425,6 +46453,15 @@
|
||||
"title_aux": "ComfyUI-PainterImageLoad"
|
||||
}
|
||||
],
|
||||
"https://github.com/princepainter/ComfyUI-PainterLTXV2": [
|
||||
[
|
||||
"PainterLTXVtoVideo",
|
||||
"PainterSamplerLTXV"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-PainterLTXV2"
|
||||
}
|
||||
],
|
||||
"https://github.com/princepainter/ComfyUI-PainterLongVideo": [
|
||||
[
|
||||
"PainterLongVideo"
|
||||
@ -50434,6 +50471,7 @@
|
||||
"SigmasGraph",
|
||||
"SigmasRescale",
|
||||
"SuperCreateTiles",
|
||||
"SuperResizeImage",
|
||||
"SuperSVRCalcTiles",
|
||||
"SuperStitchTiles"
|
||||
],
|
||||
@ -54555,6 +54593,14 @@
|
||||
"title_aux": "ComfyUI Kontext Duo Image Analyzer"
|
||||
}
|
||||
],
|
||||
"https://github.com/yangrui511/ComfyUI-Text-Preserve": [
|
||||
[
|
||||
"TextPreserveNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Text-Preserve"
|
||||
}
|
||||
],
|
||||
"https://github.com/yanhuifair/comfyui-janus": [
|
||||
[
|
||||
"JanusProImageGenerationNode",
|
||||
|
||||
6752
github-stats.json
6752
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,25 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "w3rc",
|
||||
"title": "lpips-similarity-comfyui",
|
||||
"reference": "https://github.com/w3rc/lpips-similarity-comfyui",
|
||||
"files": [
|
||||
"https://github.com/w3rc/lpips-similarity-comfyui"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: GetSimilarity, LPIPSSimilarity"
|
||||
},
|
||||
{
|
||||
"author": "StevenBaby",
|
||||
"title": "comfyui-tools",
|
||||
"reference": "https://github.com/StevenBaby/comfyui-tools",
|
||||
"files": [
|
||||
"https://github.com/StevenBaby/comfyui-tools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "IntParameterNode: A Node contain 4 int parameters to quick switch input to other nodes."
|
||||
},
|
||||
{
|
||||
"author": "zhu798542746",
|
||||
"title": "comfyui_model [UNSAFE]",
|
||||
|
||||
@ -2790,6 +2790,7 @@
|
||||
"LunaConnectionEditor",
|
||||
"LunaConnectionMatcher",
|
||||
"LunaConnectionStats",
|
||||
"LunaDAAMAnalyzer",
|
||||
"LunaDaemonCLIPLoader",
|
||||
"LunaDaemonVAELoader",
|
||||
"LunaDimensionScaler",
|
||||
@ -2804,6 +2805,8 @@
|
||||
"LunaKSamplerAdvanced",
|
||||
"LunaKSamplerHeadless",
|
||||
"LunaKSamplerScaffold",
|
||||
"LunaLSDBridge",
|
||||
"LunaLSDTokenEditor",
|
||||
"LunaLoRARandomizer",
|
||||
"LunaLoRAStacker",
|
||||
"LunaLoRATriggerInjector",
|
||||
@ -12083,6 +12086,7 @@
|
||||
"https://github.com/saltchicken/ComfyUI-Local-Loader": [
|
||||
[
|
||||
"LoadImageFromDir",
|
||||
"LoadImageFromOutput",
|
||||
"LoadImageFromPath",
|
||||
"LoadSingleImageFromPath",
|
||||
"LoadVideoFromOutput"
|
||||
@ -12093,7 +12097,7 @@
|
||||
],
|
||||
"https://github.com/saltchicken/ComfyUI-Prompter": [
|
||||
[
|
||||
"CustomizablePromptGenerator"
|
||||
"PromptTemplateManager"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Prompter"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,66 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "DanrisiUA",
|
||||
"title": "ComfyUI-ZImage-LoRA-Merger",
|
||||
"reference": "https://github.com/DanrisiUA/ComfyUI-ZImage-LoRA-Merger",
|
||||
"files": [
|
||||
"https://github.com/DanrisiUA/ComfyUI-ZImage-LoRA-Merger"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom nodes for combining multiple LoRAs without overexposure on distilled models like Z-Image Turbo"
|
||||
},
|
||||
{
|
||||
"author": "pixixai",
|
||||
"title": "ComfyUI-AlignLayout",
|
||||
"reference": "https://github.com/pixixai/ComfyUI-AlignLayout",
|
||||
"files": [
|
||||
"https://github.com/pixixai/ComfyUI-AlignLayout"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Productivity enhancement extension for ComfyUI featuring radial menus and mouse flick gestures for efficient node alignment, distribution, and resizing. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "MechaBabyAi",
|
||||
"title": "ComfyUI-MechaBabyNodeSearch",
|
||||
"reference": "https://github.com/MechaBabyAi/ComfyUI-MechaBabyNodeSearch",
|
||||
"files": [
|
||||
"https://github.com/MechaBabyAi/ComfyUI-MechaBabyNodeSearch"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Enhance ComfyUI workflow by providing powerful node search, attribute search, and port navigation features with Ctrl+F shortcut support."
|
||||
},
|
||||
{
|
||||
"author": "yangrui511",
|
||||
"title": "ComfyUI-Text-Preserve",
|
||||
"reference": "https://github.com/yangrui511/ComfyUI-Text-Preserve",
|
||||
"files": [
|
||||
"https://github.com/yangrui511/ComfyUI-Text-Preserve"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom node providing text preservation preprocessing for ComfyUI using OCR to identify text regions and apply blur/noise fusion to non-text areas. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "Atsushi888",
|
||||
"title": "easy_prompt_selector_for_comfyui",
|
||||
"reference": "https://github.com/Atsushi888/easy_prompt_selector_for_comfyui",
|
||||
"files": [
|
||||
"https://github.com/Atsushi888/easy_prompt_selector_for_comfyui"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A simple custom node for ComfyUI that loads and provides an all-in-one dropdown selector to build a prompt string."
|
||||
},
|
||||
{
|
||||
"author": "princepainter",
|
||||
"title": "ComfyUI-PainterLTXV2",
|
||||
"reference": "https://github.com/princepainter/ComfyUI-PainterLTXV2",
|
||||
"files": [
|
||||
"https://github.com/princepainter/ComfyUI-PainterLTXV2"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI custom nodes providing LTXV audio-video separation sampling and latent preparation capabilities for professional video generation workflows."
|
||||
},
|
||||
|
||||
{
|
||||
"author": "logicalor",
|
||||
"title": "comfyui_path_sanitizer",
|
||||
|
||||
@ -467,7 +467,6 @@
|
||||
"1hew_StringFilter",
|
||||
"1hew_StringJoinMulti",
|
||||
"1hew_TextCustomExtract",
|
||||
"1hew_TextEncodeQwenImageEditKeepSize",
|
||||
"1hew_TextListToString",
|
||||
"1hew_TextPrefixSuffix",
|
||||
"1hew_URLToVideo",
|
||||
@ -3059,6 +3058,14 @@
|
||||
"title_aux": "ComfyUI AstroCorp Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/Atsushi888/easy_prompt_selector_for_comfyui": [
|
||||
[
|
||||
"EasyHairPromptSelector"
|
||||
],
|
||||
{
|
||||
"title_aux": "easy_prompt_selector_for_comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/AugustusLXIII/ComfyUI_CustomResolution_I2V": [
|
||||
[
|
||||
"CustomResolutionI2V"
|
||||
@ -5633,6 +5640,18 @@
|
||||
"title_aux": "ComfyUI Prompt Template"
|
||||
}
|
||||
],
|
||||
"https://github.com/DanrisiUA/ComfyUI-ZImage-LoRA-Merger": [
|
||||
[
|
||||
"ZImageLoRAMergeToSingle",
|
||||
"ZImageLoRAMerger",
|
||||
"ZImageLoRAStack",
|
||||
"ZImageLoRAStackApply",
|
||||
"ZImageLoRATrueMerge"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ZImage-LoRA-Merger"
|
||||
}
|
||||
],
|
||||
"https://github.com/Daohoi123/ComfyUI-Gemini3": [
|
||||
[
|
||||
"Gemini3ProImageNode"
|
||||
@ -6310,12 +6329,15 @@
|
||||
"BoyoExecutionBarrier",
|
||||
"BoyoForLoopEnd",
|
||||
"BoyoForLoopStart",
|
||||
"BoyoFrameCounter",
|
||||
"BoyoFramePackLoRA",
|
||||
"BoyoIPAdapterZImageLoader",
|
||||
"BoyoImageCrop",
|
||||
"BoyoImageGrab",
|
||||
"BoyoIncontextSaver",
|
||||
"BoyoLatentCacheUpdater",
|
||||
"BoyoLatentPassthrough",
|
||||
"BoyoLatentSwitch",
|
||||
"BoyoLoRAConfigInspector",
|
||||
"BoyoLoRAConfigProcessor",
|
||||
"BoyoLoRAJSONBuilder",
|
||||
@ -6326,7 +6348,10 @@
|
||||
"BoyoLoopCounter",
|
||||
"BoyoLoopImageSaver",
|
||||
"BoyoLoopReset",
|
||||
"BoyoLorainforsender",
|
||||
"BoyoMathInt",
|
||||
"BoyoOverlapSwitch",
|
||||
"BoyoPainterSVI",
|
||||
"BoyoPairedImageSaver",
|
||||
"BoyoPairedSaver",
|
||||
"BoyoPromptInjector",
|
||||
@ -6340,6 +6365,8 @@
|
||||
"BoyoVACEInjector",
|
||||
"BoyoVACEViewer",
|
||||
"BoyoVAEDecode",
|
||||
"BoyoVideoCutter",
|
||||
"BoyoVideoLengthCalculator",
|
||||
"BoyoVideoPairedSaver",
|
||||
"BoyoVideoSaver",
|
||||
"BoyoVision",
|
||||
@ -7072,7 +7099,7 @@
|
||||
],
|
||||
"https://github.com/EricRorich/ComfyUI-face-shaper": [
|
||||
[
|
||||
"ComfyUI-face-shaper"
|
||||
"RORICH-AI"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-face-shaper"
|
||||
@ -14040,8 +14067,7 @@
|
||||
],
|
||||
"https://github.com/NOLABEL-VFX/ComfyUI-NL_Nodes": [
|
||||
[
|
||||
"ModelLocalizer",
|
||||
"ShotPathBuilder"
|
||||
"ModelLocalizer"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-NL_Nodes"
|
||||
@ -25929,6 +25955,7 @@
|
||||
"LoadVideoFromUrlOrPath",
|
||||
"LoadVideoLoraFromUrlOrPath",
|
||||
"LoadVideoLoraFromUrlOrPathSelect",
|
||||
"OpenRouterGeminiImage",
|
||||
"PasteImageByMask"
|
||||
],
|
||||
{
|
||||
@ -30599,7 +30626,8 @@
|
||||
"LatentImageAndSeed",
|
||||
"PromptCameraSelector",
|
||||
"PromptConstructor",
|
||||
"PromptLightingSelector"
|
||||
"PromptLightingSelector",
|
||||
"TrainingDatasetSaver"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-daveand-nodes"
|
||||
@ -46425,6 +46453,15 @@
|
||||
"title_aux": "ComfyUI-PainterImageLoad"
|
||||
}
|
||||
],
|
||||
"https://github.com/princepainter/ComfyUI-PainterLTXV2": [
|
||||
[
|
||||
"PainterLTXVtoVideo",
|
||||
"PainterSamplerLTXV"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-PainterLTXV2"
|
||||
}
|
||||
],
|
||||
"https://github.com/princepainter/ComfyUI-PainterLongVideo": [
|
||||
[
|
||||
"PainterLongVideo"
|
||||
@ -50434,6 +50471,7 @@
|
||||
"SigmasGraph",
|
||||
"SigmasRescale",
|
||||
"SuperCreateTiles",
|
||||
"SuperResizeImage",
|
||||
"SuperSVRCalcTiles",
|
||||
"SuperStitchTiles"
|
||||
],
|
||||
@ -54555,6 +54593,14 @@
|
||||
"title_aux": "ComfyUI Kontext Duo Image Analyzer"
|
||||
}
|
||||
],
|
||||
"https://github.com/yangrui511/ComfyUI-Text-Preserve": [
|
||||
[
|
||||
"TextPreserveNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Text-Preserve"
|
||||
}
|
||||
],
|
||||
"https://github.com/yanhuifair/comfyui-janus": [
|
||||
[
|
||||
"JanusProImageGenerationNode",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user