From 04eff189d0d58088bd7f815374890cbe1bbdc3f2 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 2 Apr 2024 21:19:11 +0900 Subject: [PATCH] version marker update DB --- __init__.py | 2 +- custom-node-list.json | 30 ++++++++++++------ extension-node-map.json | 46 ++++++++++++++-------------- node_db/dev/custom-node-list.json | 20 ++++++++++++ node_db/legacy/custom-node-list.json | 10 ++++++ node_db/new/custom-node-list.json | 40 ++++++++++++------------ node_db/new/extension-node-map.json | 46 ++++++++++++++-------------- 7 files changed, 117 insertions(+), 77 deletions(-) diff --git a/__init__.py b/__init__.py index 55fa79d4..1467ba49 100644 --- a/__init__.py +++ b/__init__.py @@ -30,7 +30,7 @@ except: print(f"[WARN] ComfyUI-Manager: Your ComfyUI version is outdated. Please update to the latest version.") -version = [2, 12] +version = [2, 13] version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '') print(f"### Loading: ComfyUI-Manager ({version_str})") diff --git a/custom-node-list.json b/custom-node-list.json index 98bb6ecf..9d5a09fe 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -266,16 +266,6 @@ ], "description": "CLIPTextEncodeBLIP: This custom node provides a CLIP Encoder that is capable of receiving images as input." }, - { - "author": "Davemane42", - "title": "Visual Area Conditioning / Latent composition", - "reference": "https://github.com/Davemane42/ComfyUI_Dave_CustomNode", - "files": [ - "https://github.com/Davemane42/ComfyUI_Dave_CustomNode" - ], - "install_type": "git-clone", - "description": "This tool provides custom nodes that allow visualization and configuration of area conditioning and latent composite." - }, { "author": "WASasquatch", "title": "WAS Node Suite", @@ -6788,6 +6778,26 @@ "install_type": "git-clone", "description": "Text file utility for ComfyUI" }, + { + "author": "kijai", + "title": "ComfyUI-APISR", + "reference": "https://github.com/kijai/ComfyUI-APISR", + "files": [ + "https://github.com/kijai/ComfyUI-APISR" + ], + "install_type": "git-clone", + "description": "Node to use [a/APISR](https://github.com/Kiteretsu77/APISR) upscale models in ComfyUI" + }, + { + "author": "DrMWeigand", + "title": "ComfyUI Color Detection Nodes", + "reference": "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection", + "files": [ + "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection" + ], + "install_type": "git-clone", + "description": "A collection of nodes for detecting color in images, leveraging RGB and LAB color spaces. These nodes aim to distinguish colored images from black and white, including those with color tints." + }, diff --git a/extension-node-map.json b/extension-node-map.json index fb5dcc7d..0a49c538 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -811,18 +811,6 @@ "title_aux": "ComfyUI-ComfyCouple" } ], - "https://github.com/Davemane42/ComfyUI_Dave_CustomNode": [ - [ - "ABGRemover", - "ConditioningStretch", - "ConditioningUpscale", - "MultiAreaConditioning", - "MultiLatentComposite" - ], - { - "title_aux": "Visual Area Conditioning / Latent composition" - } - ], "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": [ [ "Absolute value", @@ -882,6 +870,15 @@ "title_aux": "ComfyUI-Cre8it-Nodes" } ], + "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": [ + [ + "LABColorDetection", + "RGBColorDetection" + ], + { + "title_aux": "ComfyUI Color Detection Nodes" + } + ], "https://github.com/Electrofried/ComfyUI-OpenAINode": [ [ "OpenAINode" @@ -1048,6 +1045,7 @@ "MotionDiffSimpleSampler", "RenderMultipleSubjectsSMPLMesh", "RenderSMPLMesh", + "Render_OpenPose_From_SMPL_Mesh_Multiple_Subjects", "SMPLLoader", "SMPLShapeParameters", "SaveSMPL", @@ -1695,6 +1693,7 @@ "ACN_ControlNetLoaderWithLoraAdvanced", "ACN_DefaultUniversalWeights", "ACN_ReferenceControlNet", + "ACN_ReferenceControlNetFinetune", "ACN_ReferencePreprocessor", "ACN_SparseCtrlIndexMethodNode", "ACN_SparseCtrlLoaderAdvanced", @@ -2578,9 +2577,10 @@ "OneTimeMultiplyTransform", "OneTimeShiftTransform", "ShiftTransform", - "TSamplerWithTransform", + "TransformHijack", "TransformOffset", "TransformSampler", + "TransformSamplerAdvanced", "TransformsCombine" ], { @@ -4012,16 +4012,6 @@ "title_aux": "MergeBlockWeighted_fo_ComfyUI" } ], - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": [ - [ - "APISR_Lterative_Zho", - "APISR_ModelLoader_Zho", - "APISR_Zho" - ], - { - "title_aux": "APISR IN COMFYUI" - } - ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": [ [ "ArtGallery_Zho", @@ -7479,6 +7469,16 @@ "title_aux": "Animatediff MotionLoRA Trainer" } ], + "https://github.com/kijai/ComfyUI-APISR": [ + [ + "APISR_Lterative_Zho", + "APISR_ModelLoader_Zho", + "APISR_Zho" + ], + { + "title_aux": "ComfyUI-APISR" + } + ], "https://github.com/kijai/ComfyUI-CCSR": [ [ "CCSR_Model_Select", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index e449c205..ceb1eaaf 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -9,6 +9,26 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel." }, + { + "author": "Jiffies-64", + "title": "ComfyUI-SaveImagePlus", + "reference": "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus", + "files": [ + "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus" + ], + "install_type": "git-clone", + "description": "Nodes:SaveImagePlus" + }, + { + "author": "kadirnar", + "title": "ComfyUI-Adapter [WIP]", + "reference": "https://github.com/kadirnar/ComfyUI-Adapter", + "files": [ + "https://github.com/kadirnar/ComfyUI-Adapter" + ], + "install_type": "git-clone", + "description": "WIP" + }, { "author": "Beinsezii", "title": "comfyui-amd-go-fast", diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index 28fff976..f008d4c0 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -9,6 +9,16 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nLegacy channel provides only the list of the deprecated nodes. If you want to find the complete node list, please go to the Default channel." }, + { + "author": "Davemane42", + "title": "Visual Area Conditioning / Latent composition [DEPRECATED]", + "reference": "https://github.com/Davemane42/ComfyUI_Dave_CustomNode", + "files": [ + "https://github.com/Davemane42/ComfyUI_Dave_CustomNode" + ], + "install_type": "git-clone", + "description": "This tool provides custom nodes that allow visualization and configuration of area conditioning and latent composite." + }, { "author": "laksjdjf", "title": "LoRA-Merger-ComfyUI [DEPRECATED]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 96703e9a..68409745 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,26 @@ }, + { + "author": "DrMWeigand", + "title": "ComfyUI Color Detection Nodes", + "reference": "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection", + "files": [ + "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection" + ], + "install_type": "git-clone", + "description": "A collection of nodes for detecting color in images, leveraging RGB and LAB color spaces. These nodes aim to distinguish colored images from black and white, including those with color tints." + }, + { + "author": "kijai", + "title": "ComfyUI-APISR", + "reference": "https://github.com/kijai/ComfyUI-APISR", + "files": [ + "https://github.com/kijai/ComfyUI-APISR" + ], + "install_type": "git-clone", + "description": "Node to use [a/APISR](https://github.com/Kiteretsu77/APISR) upscale models in ComfyUI" + }, { "author": "logtd", "title": "ComfyUI-FLATTEN", @@ -671,26 +691,6 @@ ], "install_type": "git-clone", "description": "ComfyUI Trajectory" - }, - { - "author": "olduvai-jp", - "title": "ComfyUI-HfLoader", - "reference": "https://github.com/olduvai-jp/ComfyUI-HfLoader", - "files": [ - "https://github.com/olduvai-jp/ComfyUI-HfLoader" - ], - "install_type": "git-clone", - "description": "Nodes:Lora Loader From HF" - }, - { - "author": "AiMiDi", - "title": "ComfyUI-Aimidi-nodes", - "reference": "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes", - "files": [ - "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes" - ], - "install_type": "git-clone", - "description": "Nodes:Merge Tag, Clear Tag, Add Tag, Load Images Pair Batch, Save Images Pair" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index fb5dcc7d..0a49c538 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -811,18 +811,6 @@ "title_aux": "ComfyUI-ComfyCouple" } ], - "https://github.com/Davemane42/ComfyUI_Dave_CustomNode": [ - [ - "ABGRemover", - "ConditioningStretch", - "ConditioningUpscale", - "MultiAreaConditioning", - "MultiLatentComposite" - ], - { - "title_aux": "Visual Area Conditioning / Latent composition" - } - ], "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": [ [ "Absolute value", @@ -882,6 +870,15 @@ "title_aux": "ComfyUI-Cre8it-Nodes" } ], + "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": [ + [ + "LABColorDetection", + "RGBColorDetection" + ], + { + "title_aux": "ComfyUI Color Detection Nodes" + } + ], "https://github.com/Electrofried/ComfyUI-OpenAINode": [ [ "OpenAINode" @@ -1048,6 +1045,7 @@ "MotionDiffSimpleSampler", "RenderMultipleSubjectsSMPLMesh", "RenderSMPLMesh", + "Render_OpenPose_From_SMPL_Mesh_Multiple_Subjects", "SMPLLoader", "SMPLShapeParameters", "SaveSMPL", @@ -1695,6 +1693,7 @@ "ACN_ControlNetLoaderWithLoraAdvanced", "ACN_DefaultUniversalWeights", "ACN_ReferenceControlNet", + "ACN_ReferenceControlNetFinetune", "ACN_ReferencePreprocessor", "ACN_SparseCtrlIndexMethodNode", "ACN_SparseCtrlLoaderAdvanced", @@ -2578,9 +2577,10 @@ "OneTimeMultiplyTransform", "OneTimeShiftTransform", "ShiftTransform", - "TSamplerWithTransform", + "TransformHijack", "TransformOffset", "TransformSampler", + "TransformSamplerAdvanced", "TransformsCombine" ], { @@ -4012,16 +4012,6 @@ "title_aux": "MergeBlockWeighted_fo_ComfyUI" } ], - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": [ - [ - "APISR_Lterative_Zho", - "APISR_ModelLoader_Zho", - "APISR_Zho" - ], - { - "title_aux": "APISR IN COMFYUI" - } - ], "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": [ [ "ArtGallery_Zho", @@ -7479,6 +7469,16 @@ "title_aux": "Animatediff MotionLoRA Trainer" } ], + "https://github.com/kijai/ComfyUI-APISR": [ + [ + "APISR_Lterative_Zho", + "APISR_ModelLoader_Zho", + "APISR_Zho" + ], + { + "title_aux": "ComfyUI-APISR" + } + ], "https://github.com/kijai/ComfyUI-CCSR": [ [ "CCSR_Model_Select",