Browse Source

update DB

pull/304/head
Dr.Lt.Data 11 months ago
parent
commit
d9041b6932
  1. 40
      custom-node-list.json
  2. 28
      extension-node-map.json
  3. 33
      node_db/dev/extension-node-map.json
  4. 31
      node_db/new/custom-node-list.json
  5. 28
      node_db/new/extension-node-map.json

40
custom-node-list.json

@ -4064,6 +4064,36 @@
"install_type": "git-clone",
"description": "Calculate the execution time of all nodes."
},
{
"author": "Daniel Lewis",
"title": "ComfyUI-Llama",
"reference": "https://github.com/daniel-lewis-ab/ComfyUI-Llama",
"files": [
"https://github.com/daniel-lewis-ab/ComfyUI-Llama"
],
"install_type": "git-clone",
"description": "This is a set of nodes to interact with llama-cpp-python"
},
{
"author": "djbielejeski",
"title": "a-person-mask-generator",
"reference": "https://github.com/djbielejeski/a-person-mask-generator",
"files": [
"https://github.com/djbielejeski/a-person-mask-generator"
],
"install_type": "git-clone",
"description": "Extension for Automatic1111 and ComfyUI to automatically create masks for Background/Hair/Body/Face/Clothes in Img2Img"
},
{
"author": "smagnetize",
"title": "kb-comfyui-nodes",
"reference": "https://github.com/smagnetize/kb-comfyui-nodes",
"files": [
"https://github.com/smagnetize/kb-comfyui-nodes"
],
"install_type": "git-clone",
"description": "Loades:SingleImageDataUrlLoader"
},
{
"author": "Ser-Hilary",
@ -4371,16 +4401,6 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "Daniel Lewis",
"title": "ComfyUI-Llama",
"reference": "https://github.com/daniel-lewis-ab/ComfyUI-Llama",
"files": [
"https://github.com/daniel-lewis-ab/ComfyUI-Llama"
],
"install_type": "git-clone",
"description": "This is a set of nodes to interact with llama-cpp-python"
}
]
}

28
extension-node-map.json

@ -822,7 +822,8 @@
],
"https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": [
[
"MS kosmos-2 Interrogator"
"MS kosmos-2 Interrogator",
"Save Image w/o Metadata"
],
{
"title_aux": "ComfyUI-Hangover-Nodes"
@ -3755,6 +3756,15 @@
"title_aux": "SDXL Auto Prompter"
}
],
"https://github.com/daniel-lewis-ab/ComfyUI-Llama": [
[
"Call LLM",
"Load LLM Model"
],
{
"title_aux": "ComfyUI-Llama"
}
],
"https://github.com/dawangraoming/ComfyUI_ksampler_gpu/raw/main/ksampler_gpu.py": [
[
"KSamplerAdvancedGPU",
@ -3824,6 +3834,14 @@
"title_aux": "ComfyUI-Vextra-Nodes"
}
],
"https://github.com/djbielejeski/a-person-mask-generator": [
[
"APersonMaskGenerator"
],
{
"title_aux": "a-person-mask-generator"
}
],
"https://github.com/dmarx/ComfyUI-AudioReactive": [
[
"OpAbs",
@ -5822,6 +5840,14 @@
"title_aux": "ComfyUI-Coziness"
}
],
"https://github.com/smagnetize/kb-comfyui-nodes": [
[
"SingleImageDataUrlLoader"
],
{
"title_aux": "kb-comfyui-nodes"
}
],
"https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [
[
"DiscoDiffusion_DiscoDiffusion",

33
node_db/dev/extension-node-map.json

@ -256,6 +256,7 @@
"SplitImageWithAlpha",
"SplitSigmas",
"StableZero123_Conditioning",
"StableZero123_Conditioning_Batched",
"StyleModelApply",
"StyleModelLoader",
"TomePatchModel",
@ -293,11 +294,11 @@
],
"https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": [
[
"BlackImage",
"CopyImage(Wayland)",
"ExecStrAsCode",
"KSamplerAdvancedWithDenoise",
"MergeStrings",
"RandnLatentImage",
"StrTuple"
"YamlToPrompt"
],
{
"title_aux": "ComfyUI_WcpD_Utility_Kit"
@ -518,6 +519,32 @@
"title_aux": "ComfyUI-Workflow-Component [WIP]"
}
],
"https://github.com/nidefawl/ComfyUI-nidefawl": [
[
"BlendImagesWithBoundedMasks",
"CropImagesWithMasks",
"CustomCallback",
"DisplayAnyType",
"EmptyImageWithColor",
"ImageToLatent",
"LatentPerlinNoise",
"LatentScaledNoise",
"LatentToImage",
"MaskFromColor",
"ModelSamplerTonemapNoiseTest",
"PythonScript",
"ReferenceOnlySimple",
"SamplerCustomCallback",
"SamplerDPMPP_2M_SDE_nidefawl",
"SetLatentCustomNoise",
"SplitCustomSigmas",
"VAELoaderDataType",
"gcLatentTunnel"
],
{
"title_aux": "ComfyUI-nidefawl [UNSAFE]"
}
],
"https://github.com/oyvindg/ComfyUI-TrollSuite": [
[
"BinaryImageMask",

31
node_db/new/custom-node-list.json

@ -8,7 +8,38 @@
"install_type": "git-clone",
"description": "If you see this message, your ComfyUI-Manager is outdated.\nRecent channel provides only the list of the latest nodes. If you want to find the complete node list, please go to the Default channel."
},
{
"author": "Daniel Lewis",
"title": "ComfyUI-Llama",
"reference": "https://github.com/daniel-lewis-ab/ComfyUI-Llama",
"files": [
"https://github.com/daniel-lewis-ab/ComfyUI-Llama"
],
"install_type": "git-clone",
"description": "This is a set of nodes to interact with llama-cpp-python"
},
{
"author": "djbielejeski",
"title": "a-person-mask-generator",
"reference": "https://github.com/djbielejeski/a-person-mask-generator",
"files": [
"https://github.com/djbielejeski/a-person-mask-generator"
],
"install_type": "git-clone",
"description": "Extension for Automatic1111 and ComfyUI to automatically create masks for Background/Hair/Body/Face/Clothes in Img2Img"
},
{
"author": "smagnetize",
"title": "kb-comfyui-nodes",
"reference": "https://github.com/smagnetize/kb-comfyui-nodes",
"files": [
"https://github.com/smagnetize/kb-comfyui-nodes"
],
"install_type": "git-clone",
"description": "Loades:SingleImageDataUrlLoader"
},
{
"author": "tzwm",
"title": "ComfyUI Profiler",

28
node_db/new/extension-node-map.json

@ -822,7 +822,8 @@
],
"https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": [
[
"MS kosmos-2 Interrogator"
"MS kosmos-2 Interrogator",
"Save Image w/o Metadata"
],
{
"title_aux": "ComfyUI-Hangover-Nodes"
@ -3755,6 +3756,15 @@
"title_aux": "SDXL Auto Prompter"
}
],
"https://github.com/daniel-lewis-ab/ComfyUI-Llama": [
[
"Call LLM",
"Load LLM Model"
],
{
"title_aux": "ComfyUI-Llama"
}
],
"https://github.com/dawangraoming/ComfyUI_ksampler_gpu/raw/main/ksampler_gpu.py": [
[
"KSamplerAdvancedGPU",
@ -3824,6 +3834,14 @@
"title_aux": "ComfyUI-Vextra-Nodes"
}
],
"https://github.com/djbielejeski/a-person-mask-generator": [
[
"APersonMaskGenerator"
],
{
"title_aux": "a-person-mask-generator"
}
],
"https://github.com/dmarx/ComfyUI-AudioReactive": [
[
"OpAbs",
@ -5822,6 +5840,14 @@
"title_aux": "ComfyUI-Coziness"
}
],
"https://github.com/smagnetize/kb-comfyui-nodes": [
[
"SingleImageDataUrlLoader"
],
{
"title_aux": "kb-comfyui-nodes"
}
],
"https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [
[
"DiscoDiffusion_DiscoDiffusion",

Loading…
Cancel
Save