diff --git a/extension-node-map.json b/extension-node-map.json index 0bcd8998..2b98cd3b 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2550,9 +2550,10 @@ "CivitaiDataFetcherLORA", "CivitaiRecipeGallery", "LoraTriggerWords", - "ParameterAnalyzerCKPT", - "ParameterAnalyzerLORA", + "MarkdownPresenter", + "ParameterAnalyzer", "PromptAnalyzer", + "RecipeParamsParser", "ResourceAnalyzer" ], { @@ -5836,7 +5837,8 @@ ], "https://github.com/Firetheft/ComfyUI_Civitai_Gallery": [ [ - "CivitaiGalleryNode" + "CivitaiGalleryNode", + "CivitaiModelsGalleryNode" ], { "title_aux": "ComfyUI Civitai Gallery" @@ -6112,7 +6114,6 @@ [ "LightX2VConfigCombiner", "LightX2VInferenceConfig", - "LightX2VLightweightVAE", "LightX2VLoRALoader", "LightX2VMemoryOptimization", "LightX2VModularInference", @@ -25576,6 +25577,8 @@ "MiniMaxSubjectReference_fal", "MiniMaxTextToVideo_fal", "MiniMax_fal", + "NanoBananaEdit_fal", + "QwenImageEdit_fal", "Recraft_fal", "RunwayGen3_fal", "Sana_fal", @@ -43084,6 +43087,7 @@ "ModifyTextGender", "NeedImageSizeAndCount", "ReplicateRequstNode", + "ReplicateVideoRequestNode", "SplitMask", "TextInputAutoSelector", "TextPreview", diff --git a/glob/manager_core.py b/glob/manager_core.py index 6e184107..b52658a7 100644 --- a/glob/manager_core.py +++ b/glob/manager_core.py @@ -1484,6 +1484,7 @@ class UnifiedManager: return ManagedResult('skip') elif self.is_disabled(node_id): return self.unified_enable(node_id) + else: version_spec = self.resolve_unspecified_version(node_id) diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index d6209d83..f7fb1c22 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,16 @@ { - "custom_nodes": [ + "custom_nodes": [ + { + "author": "tony-zn", + "title": "comfyui-zn-pycode [UNSAFE]", + "id": "comfyui-zn-pycode", + "reference": "https://github.com/tony-zn/comfyui-zn-pycode", + "files": [ + "https://github.com/tony-zn/comfyui-zn-pycode" + ], + "install_type": "git-clone", + "description": "This node allows you to run custom Python code for flexible data handling. It supports up to 20 input parameters and 20 output results, with unused slots automatically showing or hiding based on whether the parameter and result slots are connected." + }, { "author": "Solankimayursinh", "title": "PMSnodes [WIP]", @@ -30,16 +41,6 @@ "install_type": "git-clone", "description": "This repository contains ComfyUI-Luna-Collection, a bespoke collection of custom nodes for ComfyUI, engineered for power, flexibility, and a efficient workflow. These tools are born from a collaborative project between a human architect and their AI muse, Luna.\nNOTE: The files in the repo are not organized." }, - { - "author": "Vantage with AI", - "title": "ComfyUI-HunyuanFoley [NAME CONFLICT]", - "reference": "https://github.com/vantagewithai/ComfyUI-HunyuanFoley", - "files": [ - "https://github.com/vantagewithai/ComfyUI-HunyuanFoley" - ], - "install_type": "git-clone", - "description": "A ComfyUI custom node for generating high-fidelity, synchronized foley audio for any video, powered by Tencent’s HunyuanVideo-Foley model." - }, { "author": "5agado", "title": "Sagado Nodes for ComfyUI", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 00d95115..60bc58d3 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -2854,7 +2854,7 @@ ], "https://github.com/Nienai666/comfyui-encrypt-image-main": [ [ - "DecryptImage", + "DecryptImageFromFile", "EncryptImage", "\u89e3\u5bc6\u56fe\u7247" ], @@ -3369,6 +3369,20 @@ "title_aux": "ComfyUI-PIL" } ], + "https://github.com/Solankimayursinh/PMSnodes": [ + [ + "InputAnalyzer", + "LoadBase64Audio", + "LoadImageBase64", + "LoadMaskBase64", + "PMSLoadText", + "PMSSendAudio", + "PMSSendImage" + ], + { + "title_aux": "PMSnodes [WIP]" + } + ], "https://github.com/Soliton80/ComfyUI-Watermark-Detection-YOLO": [ [ "WatermarkDetector", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 0bcd8998..2b98cd3b 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2550,9 +2550,10 @@ "CivitaiDataFetcherLORA", "CivitaiRecipeGallery", "LoraTriggerWords", - "ParameterAnalyzerCKPT", - "ParameterAnalyzerLORA", + "MarkdownPresenter", + "ParameterAnalyzer", "PromptAnalyzer", + "RecipeParamsParser", "ResourceAnalyzer" ], { @@ -5836,7 +5837,8 @@ ], "https://github.com/Firetheft/ComfyUI_Civitai_Gallery": [ [ - "CivitaiGalleryNode" + "CivitaiGalleryNode", + "CivitaiModelsGalleryNode" ], { "title_aux": "ComfyUI Civitai Gallery" @@ -6112,7 +6114,6 @@ [ "LightX2VConfigCombiner", "LightX2VInferenceConfig", - "LightX2VLightweightVAE", "LightX2VLoRALoader", "LightX2VMemoryOptimization", "LightX2VModularInference", @@ -25576,6 +25577,8 @@ "MiniMaxSubjectReference_fal", "MiniMaxTextToVideo_fal", "MiniMax_fal", + "NanoBananaEdit_fal", + "QwenImageEdit_fal", "Recraft_fal", "RunwayGen3_fal", "Sana_fal", @@ -43084,6 +43087,7 @@ "ModifyTextGender", "NeedImageSizeAndCount", "ReplicateRequstNode", + "ReplicateVideoRequestNode", "SplitMask", "TextInputAutoSelector", "TextPreview",