version marker

update DB
This commit is contained in:
Dr.Lt.Data 2024-04-02 21:19:11 +09:00
parent abae9638ac
commit 04eff189d0
7 changed files with 117 additions and 77 deletions

View File

@ -30,7 +30,7 @@ except:
print(f"[WARN] ComfyUI-Manager: Your ComfyUI version is outdated. Please update to the latest version.") 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 '') version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '')
print(f"### Loading: ComfyUI-Manager ({version_str})") print(f"### Loading: ComfyUI-Manager ({version_str})")

View File

@ -266,16 +266,6 @@
], ],
"description": "CLIPTextEncodeBLIP: This custom node provides a CLIP Encoder that is capable of receiving images as input." "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", "author": "WASasquatch",
"title": "WAS Node Suite", "title": "WAS Node Suite",
@ -6788,6 +6778,26 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Text file utility for ComfyUI" "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."
},

View File

@ -811,18 +811,6 @@
"title_aux": "ComfyUI-ComfyCouple" "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": [ "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": [
[ [
"Absolute value", "Absolute value",
@ -882,6 +870,15 @@
"title_aux": "ComfyUI-Cre8it-Nodes" "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": [ "https://github.com/Electrofried/ComfyUI-OpenAINode": [
[ [
"OpenAINode" "OpenAINode"
@ -1048,6 +1045,7 @@
"MotionDiffSimpleSampler", "MotionDiffSimpleSampler",
"RenderMultipleSubjectsSMPLMesh", "RenderMultipleSubjectsSMPLMesh",
"RenderSMPLMesh", "RenderSMPLMesh",
"Render_OpenPose_From_SMPL_Mesh_Multiple_Subjects",
"SMPLLoader", "SMPLLoader",
"SMPLShapeParameters", "SMPLShapeParameters",
"SaveSMPL", "SaveSMPL",
@ -1695,6 +1693,7 @@
"ACN_ControlNetLoaderWithLoraAdvanced", "ACN_ControlNetLoaderWithLoraAdvanced",
"ACN_DefaultUniversalWeights", "ACN_DefaultUniversalWeights",
"ACN_ReferenceControlNet", "ACN_ReferenceControlNet",
"ACN_ReferenceControlNetFinetune",
"ACN_ReferencePreprocessor", "ACN_ReferencePreprocessor",
"ACN_SparseCtrlIndexMethodNode", "ACN_SparseCtrlIndexMethodNode",
"ACN_SparseCtrlLoaderAdvanced", "ACN_SparseCtrlLoaderAdvanced",
@ -2578,9 +2577,10 @@
"OneTimeMultiplyTransform", "OneTimeMultiplyTransform",
"OneTimeShiftTransform", "OneTimeShiftTransform",
"ShiftTransform", "ShiftTransform",
"TSamplerWithTransform", "TransformHijack",
"TransformOffset", "TransformOffset",
"TransformSampler", "TransformSampler",
"TransformSamplerAdvanced",
"TransformsCombine" "TransformsCombine"
], ],
{ {
@ -4012,16 +4012,6 @@
"title_aux": "MergeBlockWeighted_fo_ComfyUI" "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": [ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": [
[ [
"ArtGallery_Zho", "ArtGallery_Zho",
@ -7479,6 +7469,16 @@
"title_aux": "Animatediff MotionLoRA Trainer" "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": [ "https://github.com/kijai/ComfyUI-CCSR": [
[ [
"CCSR_Model_Select", "CCSR_Model_Select",

View File

@ -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." "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", "author": "Beinsezii",
"title": "comfyui-amd-go-fast", "title": "comfyui-amd-go-fast",

View File

@ -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." "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", "author": "laksjdjf",
"title": "LoRA-Merger-ComfyUI [DEPRECATED]", "title": "LoRA-Merger-ComfyUI [DEPRECATED]",

View File

@ -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", "author": "logtd",
"title": "ComfyUI-FLATTEN", "title": "ComfyUI-FLATTEN",
@ -671,26 +691,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI Trajectory" "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"
} }
] ]
} }

View File

@ -811,18 +811,6 @@
"title_aux": "ComfyUI-ComfyCouple" "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": [ "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": [
[ [
"Absolute value", "Absolute value",
@ -882,6 +870,15 @@
"title_aux": "ComfyUI-Cre8it-Nodes" "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": [ "https://github.com/Electrofried/ComfyUI-OpenAINode": [
[ [
"OpenAINode" "OpenAINode"
@ -1048,6 +1045,7 @@
"MotionDiffSimpleSampler", "MotionDiffSimpleSampler",
"RenderMultipleSubjectsSMPLMesh", "RenderMultipleSubjectsSMPLMesh",
"RenderSMPLMesh", "RenderSMPLMesh",
"Render_OpenPose_From_SMPL_Mesh_Multiple_Subjects",
"SMPLLoader", "SMPLLoader",
"SMPLShapeParameters", "SMPLShapeParameters",
"SaveSMPL", "SaveSMPL",
@ -1695,6 +1693,7 @@
"ACN_ControlNetLoaderWithLoraAdvanced", "ACN_ControlNetLoaderWithLoraAdvanced",
"ACN_DefaultUniversalWeights", "ACN_DefaultUniversalWeights",
"ACN_ReferenceControlNet", "ACN_ReferenceControlNet",
"ACN_ReferenceControlNetFinetune",
"ACN_ReferencePreprocessor", "ACN_ReferencePreprocessor",
"ACN_SparseCtrlIndexMethodNode", "ACN_SparseCtrlIndexMethodNode",
"ACN_SparseCtrlLoaderAdvanced", "ACN_SparseCtrlLoaderAdvanced",
@ -2578,9 +2577,10 @@
"OneTimeMultiplyTransform", "OneTimeMultiplyTransform",
"OneTimeShiftTransform", "OneTimeShiftTransform",
"ShiftTransform", "ShiftTransform",
"TSamplerWithTransform", "TransformHijack",
"TransformOffset", "TransformOffset",
"TransformSampler", "TransformSampler",
"TransformSamplerAdvanced",
"TransformsCombine" "TransformsCombine"
], ],
{ {
@ -4012,16 +4012,6 @@
"title_aux": "MergeBlockWeighted_fo_ComfyUI" "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": [ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": [
[ [
"ArtGallery_Zho", "ArtGallery_Zho",
@ -7479,6 +7469,16 @@
"title_aux": "Animatediff MotionLoRA Trainer" "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": [ "https://github.com/kijai/ComfyUI-CCSR": [
[ [
"CCSR_Model_Select", "CCSR_Model_Select",