mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-01-10 14:10:49 +08:00
This commit is contained in:
parent
5cff01eef3
commit
ac122a1db0
@ -37406,6 +37406,16 @@
|
|||||||
"install_type": "git-clone",
|
"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)"
|
"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",
|
"author": "rafacost",
|
||||||
"title": "rafacostComfy",
|
"title": "rafacostComfy",
|
||||||
@ -40653,8 +40663,56 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "A ComfyUI custom node that scans PyTorch model files for potential security vulnerabilities without executing them."
|
"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_StringFilter",
|
||||||
"1hew_StringJoinMulti",
|
"1hew_StringJoinMulti",
|
||||||
"1hew_TextCustomExtract",
|
"1hew_TextCustomExtract",
|
||||||
"1hew_TextEncodeQwenImageEditKeepSize",
|
|
||||||
"1hew_TextListToString",
|
"1hew_TextListToString",
|
||||||
"1hew_TextPrefixSuffix",
|
"1hew_TextPrefixSuffix",
|
||||||
"1hew_URLToVideo",
|
"1hew_URLToVideo",
|
||||||
@ -3059,6 +3058,14 @@
|
|||||||
"title_aux": "ComfyUI AstroCorp Nodes"
|
"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": [
|
"https://github.com/AugustusLXIII/ComfyUI_CustomResolution_I2V": [
|
||||||
[
|
[
|
||||||
"CustomResolutionI2V"
|
"CustomResolutionI2V"
|
||||||
@ -5633,6 +5640,18 @@
|
|||||||
"title_aux": "ComfyUI Prompt Template"
|
"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": [
|
"https://github.com/Daohoi123/ComfyUI-Gemini3": [
|
||||||
[
|
[
|
||||||
"Gemini3ProImageNode"
|
"Gemini3ProImageNode"
|
||||||
@ -6310,12 +6329,15 @@
|
|||||||
"BoyoExecutionBarrier",
|
"BoyoExecutionBarrier",
|
||||||
"BoyoForLoopEnd",
|
"BoyoForLoopEnd",
|
||||||
"BoyoForLoopStart",
|
"BoyoForLoopStart",
|
||||||
|
"BoyoFrameCounter",
|
||||||
"BoyoFramePackLoRA",
|
"BoyoFramePackLoRA",
|
||||||
"BoyoIPAdapterZImageLoader",
|
"BoyoIPAdapterZImageLoader",
|
||||||
"BoyoImageCrop",
|
"BoyoImageCrop",
|
||||||
"BoyoImageGrab",
|
"BoyoImageGrab",
|
||||||
"BoyoIncontextSaver",
|
"BoyoIncontextSaver",
|
||||||
|
"BoyoLatentCacheUpdater",
|
||||||
"BoyoLatentPassthrough",
|
"BoyoLatentPassthrough",
|
||||||
|
"BoyoLatentSwitch",
|
||||||
"BoyoLoRAConfigInspector",
|
"BoyoLoRAConfigInspector",
|
||||||
"BoyoLoRAConfigProcessor",
|
"BoyoLoRAConfigProcessor",
|
||||||
"BoyoLoRAJSONBuilder",
|
"BoyoLoRAJSONBuilder",
|
||||||
@ -6326,7 +6348,10 @@
|
|||||||
"BoyoLoopCounter",
|
"BoyoLoopCounter",
|
||||||
"BoyoLoopImageSaver",
|
"BoyoLoopImageSaver",
|
||||||
"BoyoLoopReset",
|
"BoyoLoopReset",
|
||||||
|
"BoyoLorainforsender",
|
||||||
"BoyoMathInt",
|
"BoyoMathInt",
|
||||||
|
"BoyoOverlapSwitch",
|
||||||
|
"BoyoPainterSVI",
|
||||||
"BoyoPairedImageSaver",
|
"BoyoPairedImageSaver",
|
||||||
"BoyoPairedSaver",
|
"BoyoPairedSaver",
|
||||||
"BoyoPromptInjector",
|
"BoyoPromptInjector",
|
||||||
@ -6340,6 +6365,8 @@
|
|||||||
"BoyoVACEInjector",
|
"BoyoVACEInjector",
|
||||||
"BoyoVACEViewer",
|
"BoyoVACEViewer",
|
||||||
"BoyoVAEDecode",
|
"BoyoVAEDecode",
|
||||||
|
"BoyoVideoCutter",
|
||||||
|
"BoyoVideoLengthCalculator",
|
||||||
"BoyoVideoPairedSaver",
|
"BoyoVideoPairedSaver",
|
||||||
"BoyoVideoSaver",
|
"BoyoVideoSaver",
|
||||||
"BoyoVision",
|
"BoyoVision",
|
||||||
@ -7072,7 +7099,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/EricRorich/ComfyUI-face-shaper": [
|
"https://github.com/EricRorich/ComfyUI-face-shaper": [
|
||||||
[
|
[
|
||||||
"ComfyUI-face-shaper"
|
"RORICH-AI"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-face-shaper"
|
"title_aux": "ComfyUI-face-shaper"
|
||||||
@ -14040,8 +14067,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/NOLABEL-VFX/ComfyUI-NL_Nodes": [
|
"https://github.com/NOLABEL-VFX/ComfyUI-NL_Nodes": [
|
||||||
[
|
[
|
||||||
"ModelLocalizer",
|
"ModelLocalizer"
|
||||||
"ShotPathBuilder"
|
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-NL_Nodes"
|
"title_aux": "ComfyUI-NL_Nodes"
|
||||||
@ -25929,6 +25955,7 @@
|
|||||||
"LoadVideoFromUrlOrPath",
|
"LoadVideoFromUrlOrPath",
|
||||||
"LoadVideoLoraFromUrlOrPath",
|
"LoadVideoLoraFromUrlOrPath",
|
||||||
"LoadVideoLoraFromUrlOrPathSelect",
|
"LoadVideoLoraFromUrlOrPathSelect",
|
||||||
|
"OpenRouterGeminiImage",
|
||||||
"PasteImageByMask"
|
"PasteImageByMask"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -30599,7 +30626,8 @@
|
|||||||
"LatentImageAndSeed",
|
"LatentImageAndSeed",
|
||||||
"PromptCameraSelector",
|
"PromptCameraSelector",
|
||||||
"PromptConstructor",
|
"PromptConstructor",
|
||||||
"PromptLightingSelector"
|
"PromptLightingSelector",
|
||||||
|
"TrainingDatasetSaver"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-daveand-nodes"
|
"title_aux": "ComfyUI-daveand-nodes"
|
||||||
@ -46425,6 +46453,15 @@
|
|||||||
"title_aux": "ComfyUI-PainterImageLoad"
|
"title_aux": "ComfyUI-PainterImageLoad"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/princepainter/ComfyUI-PainterLTXV2": [
|
||||||
|
[
|
||||||
|
"PainterLTXVtoVideo",
|
||||||
|
"PainterSamplerLTXV"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-PainterLTXV2"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/princepainter/ComfyUI-PainterLongVideo": [
|
"https://github.com/princepainter/ComfyUI-PainterLongVideo": [
|
||||||
[
|
[
|
||||||
"PainterLongVideo"
|
"PainterLongVideo"
|
||||||
@ -50434,6 +50471,7 @@
|
|||||||
"SigmasGraph",
|
"SigmasGraph",
|
||||||
"SigmasRescale",
|
"SigmasRescale",
|
||||||
"SuperCreateTiles",
|
"SuperCreateTiles",
|
||||||
|
"SuperResizeImage",
|
||||||
"SuperSVRCalcTiles",
|
"SuperSVRCalcTiles",
|
||||||
"SuperStitchTiles"
|
"SuperStitchTiles"
|
||||||
],
|
],
|
||||||
@ -54555,6 +54593,14 @@
|
|||||||
"title_aux": "ComfyUI Kontext Duo Image Analyzer"
|
"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": [
|
"https://github.com/yanhuifair/comfyui-janus": [
|
||||||
[
|
[
|
||||||
"JanusProImageGenerationNode",
|
"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": [
|
"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",
|
"author": "zhu798542746",
|
||||||
"title": "comfyui_model [UNSAFE]",
|
"title": "comfyui_model [UNSAFE]",
|
||||||
|
|||||||
@ -2790,6 +2790,7 @@
|
|||||||
"LunaConnectionEditor",
|
"LunaConnectionEditor",
|
||||||
"LunaConnectionMatcher",
|
"LunaConnectionMatcher",
|
||||||
"LunaConnectionStats",
|
"LunaConnectionStats",
|
||||||
|
"LunaDAAMAnalyzer",
|
||||||
"LunaDaemonCLIPLoader",
|
"LunaDaemonCLIPLoader",
|
||||||
"LunaDaemonVAELoader",
|
"LunaDaemonVAELoader",
|
||||||
"LunaDimensionScaler",
|
"LunaDimensionScaler",
|
||||||
@ -2804,6 +2805,8 @@
|
|||||||
"LunaKSamplerAdvanced",
|
"LunaKSamplerAdvanced",
|
||||||
"LunaKSamplerHeadless",
|
"LunaKSamplerHeadless",
|
||||||
"LunaKSamplerScaffold",
|
"LunaKSamplerScaffold",
|
||||||
|
"LunaLSDBridge",
|
||||||
|
"LunaLSDTokenEditor",
|
||||||
"LunaLoRARandomizer",
|
"LunaLoRARandomizer",
|
||||||
"LunaLoRAStacker",
|
"LunaLoRAStacker",
|
||||||
"LunaLoRATriggerInjector",
|
"LunaLoRATriggerInjector",
|
||||||
@ -12083,6 +12086,7 @@
|
|||||||
"https://github.com/saltchicken/ComfyUI-Local-Loader": [
|
"https://github.com/saltchicken/ComfyUI-Local-Loader": [
|
||||||
[
|
[
|
||||||
"LoadImageFromDir",
|
"LoadImageFromDir",
|
||||||
|
"LoadImageFromOutput",
|
||||||
"LoadImageFromPath",
|
"LoadImageFromPath",
|
||||||
"LoadSingleImageFromPath",
|
"LoadSingleImageFromPath",
|
||||||
"LoadVideoFromOutput"
|
"LoadVideoFromOutput"
|
||||||
@ -12093,7 +12097,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/saltchicken/ComfyUI-Prompter": [
|
"https://github.com/saltchicken/ComfyUI-Prompter": [
|
||||||
[
|
[
|
||||||
"CustomizablePromptGenerator"
|
"PromptTemplateManager"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-Prompter"
|
"title_aux": "ComfyUI-Prompter"
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,66 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"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",
|
"author": "logicalor",
|
||||||
"title": "comfyui_path_sanitizer",
|
"title": "comfyui_path_sanitizer",
|
||||||
|
|||||||
@ -467,7 +467,6 @@
|
|||||||
"1hew_StringFilter",
|
"1hew_StringFilter",
|
||||||
"1hew_StringJoinMulti",
|
"1hew_StringJoinMulti",
|
||||||
"1hew_TextCustomExtract",
|
"1hew_TextCustomExtract",
|
||||||
"1hew_TextEncodeQwenImageEditKeepSize",
|
|
||||||
"1hew_TextListToString",
|
"1hew_TextListToString",
|
||||||
"1hew_TextPrefixSuffix",
|
"1hew_TextPrefixSuffix",
|
||||||
"1hew_URLToVideo",
|
"1hew_URLToVideo",
|
||||||
@ -3059,6 +3058,14 @@
|
|||||||
"title_aux": "ComfyUI AstroCorp Nodes"
|
"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": [
|
"https://github.com/AugustusLXIII/ComfyUI_CustomResolution_I2V": [
|
||||||
[
|
[
|
||||||
"CustomResolutionI2V"
|
"CustomResolutionI2V"
|
||||||
@ -5633,6 +5640,18 @@
|
|||||||
"title_aux": "ComfyUI Prompt Template"
|
"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": [
|
"https://github.com/Daohoi123/ComfyUI-Gemini3": [
|
||||||
[
|
[
|
||||||
"Gemini3ProImageNode"
|
"Gemini3ProImageNode"
|
||||||
@ -6310,12 +6329,15 @@
|
|||||||
"BoyoExecutionBarrier",
|
"BoyoExecutionBarrier",
|
||||||
"BoyoForLoopEnd",
|
"BoyoForLoopEnd",
|
||||||
"BoyoForLoopStart",
|
"BoyoForLoopStart",
|
||||||
|
"BoyoFrameCounter",
|
||||||
"BoyoFramePackLoRA",
|
"BoyoFramePackLoRA",
|
||||||
"BoyoIPAdapterZImageLoader",
|
"BoyoIPAdapterZImageLoader",
|
||||||
"BoyoImageCrop",
|
"BoyoImageCrop",
|
||||||
"BoyoImageGrab",
|
"BoyoImageGrab",
|
||||||
"BoyoIncontextSaver",
|
"BoyoIncontextSaver",
|
||||||
|
"BoyoLatentCacheUpdater",
|
||||||
"BoyoLatentPassthrough",
|
"BoyoLatentPassthrough",
|
||||||
|
"BoyoLatentSwitch",
|
||||||
"BoyoLoRAConfigInspector",
|
"BoyoLoRAConfigInspector",
|
||||||
"BoyoLoRAConfigProcessor",
|
"BoyoLoRAConfigProcessor",
|
||||||
"BoyoLoRAJSONBuilder",
|
"BoyoLoRAJSONBuilder",
|
||||||
@ -6326,7 +6348,10 @@
|
|||||||
"BoyoLoopCounter",
|
"BoyoLoopCounter",
|
||||||
"BoyoLoopImageSaver",
|
"BoyoLoopImageSaver",
|
||||||
"BoyoLoopReset",
|
"BoyoLoopReset",
|
||||||
|
"BoyoLorainforsender",
|
||||||
"BoyoMathInt",
|
"BoyoMathInt",
|
||||||
|
"BoyoOverlapSwitch",
|
||||||
|
"BoyoPainterSVI",
|
||||||
"BoyoPairedImageSaver",
|
"BoyoPairedImageSaver",
|
||||||
"BoyoPairedSaver",
|
"BoyoPairedSaver",
|
||||||
"BoyoPromptInjector",
|
"BoyoPromptInjector",
|
||||||
@ -6340,6 +6365,8 @@
|
|||||||
"BoyoVACEInjector",
|
"BoyoVACEInjector",
|
||||||
"BoyoVACEViewer",
|
"BoyoVACEViewer",
|
||||||
"BoyoVAEDecode",
|
"BoyoVAEDecode",
|
||||||
|
"BoyoVideoCutter",
|
||||||
|
"BoyoVideoLengthCalculator",
|
||||||
"BoyoVideoPairedSaver",
|
"BoyoVideoPairedSaver",
|
||||||
"BoyoVideoSaver",
|
"BoyoVideoSaver",
|
||||||
"BoyoVision",
|
"BoyoVision",
|
||||||
@ -7072,7 +7099,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/EricRorich/ComfyUI-face-shaper": [
|
"https://github.com/EricRorich/ComfyUI-face-shaper": [
|
||||||
[
|
[
|
||||||
"ComfyUI-face-shaper"
|
"RORICH-AI"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-face-shaper"
|
"title_aux": "ComfyUI-face-shaper"
|
||||||
@ -14040,8 +14067,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/NOLABEL-VFX/ComfyUI-NL_Nodes": [
|
"https://github.com/NOLABEL-VFX/ComfyUI-NL_Nodes": [
|
||||||
[
|
[
|
||||||
"ModelLocalizer",
|
"ModelLocalizer"
|
||||||
"ShotPathBuilder"
|
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-NL_Nodes"
|
"title_aux": "ComfyUI-NL_Nodes"
|
||||||
@ -25929,6 +25955,7 @@
|
|||||||
"LoadVideoFromUrlOrPath",
|
"LoadVideoFromUrlOrPath",
|
||||||
"LoadVideoLoraFromUrlOrPath",
|
"LoadVideoLoraFromUrlOrPath",
|
||||||
"LoadVideoLoraFromUrlOrPathSelect",
|
"LoadVideoLoraFromUrlOrPathSelect",
|
||||||
|
"OpenRouterGeminiImage",
|
||||||
"PasteImageByMask"
|
"PasteImageByMask"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -30599,7 +30626,8 @@
|
|||||||
"LatentImageAndSeed",
|
"LatentImageAndSeed",
|
||||||
"PromptCameraSelector",
|
"PromptCameraSelector",
|
||||||
"PromptConstructor",
|
"PromptConstructor",
|
||||||
"PromptLightingSelector"
|
"PromptLightingSelector",
|
||||||
|
"TrainingDatasetSaver"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-daveand-nodes"
|
"title_aux": "ComfyUI-daveand-nodes"
|
||||||
@ -46425,6 +46453,15 @@
|
|||||||
"title_aux": "ComfyUI-PainterImageLoad"
|
"title_aux": "ComfyUI-PainterImageLoad"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/princepainter/ComfyUI-PainterLTXV2": [
|
||||||
|
[
|
||||||
|
"PainterLTXVtoVideo",
|
||||||
|
"PainterSamplerLTXV"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-PainterLTXV2"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/princepainter/ComfyUI-PainterLongVideo": [
|
"https://github.com/princepainter/ComfyUI-PainterLongVideo": [
|
||||||
[
|
[
|
||||||
"PainterLongVideo"
|
"PainterLongVideo"
|
||||||
@ -50434,6 +50471,7 @@
|
|||||||
"SigmasGraph",
|
"SigmasGraph",
|
||||||
"SigmasRescale",
|
"SigmasRescale",
|
||||||
"SuperCreateTiles",
|
"SuperCreateTiles",
|
||||||
|
"SuperResizeImage",
|
||||||
"SuperSVRCalcTiles",
|
"SuperSVRCalcTiles",
|
||||||
"SuperStitchTiles"
|
"SuperStitchTiles"
|
||||||
],
|
],
|
||||||
@ -54555,6 +54593,14 @@
|
|||||||
"title_aux": "ComfyUI Kontext Duo Image Analyzer"
|
"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": [
|
"https://github.com/yanhuifair/comfyui-janus": [
|
||||||
[
|
[
|
||||||
"JanusProImageGenerationNode",
|
"JanusProImageGenerationNode",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user