Browse Source

version marker

update DB
pull/537/head
Dr.Lt.Data 8 months ago
parent
commit
04eff189d0
  1. 2
      __init__.py
  2. 30
      custom-node-list.json
  3. 46
      extension-node-map.json
  4. 20
      node_db/dev/custom-node-list.json
  5. 10
      node_db/legacy/custom-node-list.json
  6. 40
      node_db/new/custom-node-list.json
  7. 46
      node_db/new/extension-node-map.json

2
__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})")

30
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."
},

46
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",

20
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",

10
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]",

40
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"
}
]
}

46
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",

Loading…
Cancel
Save