Browse Source

update DB

pull/205/head
dr.lt.data 12 months ago
parent
commit
3202ca7fec
  1. 38
      custom-node-list.json
  2. 37
      extension-node-map.json
  3. 29
      node_db/new/custom-node-list.json
  4. 37
      node_db/new/extension-node-map.json

38
custom-node-list.json

@ -2959,6 +2959,35 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A ComfyUI extension to add spatial anchors/waypoints to better navigate large workflows." "description": "A ComfyUI extension to add spatial anchors/waypoints to better navigate large workflows."
}, },
{
"author": "vanillacode314",
"title": "Simple Wildcard",
"reference": "https://github.com/vanillacode314/SimpleWildcardsComfyUI",
"files": ["https://github.com/vanillacode314/SimpleWildcardsComfyUI"],
"install_type": "git-clone",
"pip": ["pipe"],
"description": "A simple wildcard node for ComfyUI. Can also be used a style prompt node."
},
{
"author": "WebDev9000",
"title": "WebDev9000-Nodes",
"reference": "https://github.com/WebDev9000/WebDev9000-Nodes",
"files": [
"https://github.com/WebDev9000/WebDev9000-Nodes"
],
"install_type": "git-clone",
"description": "Nodes:Ignore Braces, Settings Switch."
},
{
"author": "Scholar01",
"title": "Simple Wildcard",
"reference": "https://github.com/Scholar01/ComfyUI-Keyframe",
"files": [
"https://github.com/Scholar01/ComfyUI-Keyframe"
],
"install_type": "git-clone",
"description": "Nodes:Keyframe Part, Keyframe Interpolation Part, Keyframe Apply."
},
{ {
"author": "Off-Live", "author": "Off-Live",
"title": "ComfyUI-off-suite", "title": "ComfyUI-off-suite",
@ -3250,15 +3279,6 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "vanillacode314",
"title": "Simple Wildcard",
"reference": "https://github.com/vanillacode314/SimpleWildcardsComfyUI",
"files": ["https://github.com/vanillacode314/SimpleWildcardsComfyUI"],
"install_type": "git-clone",
"pip": ["pipe"],
"description": "A simple wildcard node for ComfyUI. Can also be used a style prompt node."
} }
] ]
} }

37
extension-node-map.json

@ -713,6 +713,7 @@
"https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": [ "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": [
[ [
"ACN_AdvancedControlNetApply", "ACN_AdvancedControlNetApply",
"ACN_DefaultUniversalWeights",
"ControlNetLoaderAdvanced", "ControlNetLoaderAdvanced",
"CustomControlNetWeights", "CustomControlNetWeights",
"CustomT2IAdapterWeights", "CustomT2IAdapterWeights",
@ -723,6 +724,7 @@
"LatentKeyframeTiming", "LatentKeyframeTiming",
"LoadImagesFromDirectory", "LoadImagesFromDirectory",
"ScaledSoftControlNetWeights", "ScaledSoftControlNetWeights",
"ScaledSoftMaskedUniversalWeights",
"SoftControlNetWeights", "SoftControlNetWeights",
"SoftT2IAdapterWeights", "SoftT2IAdapterWeights",
"TimestepKeyframe" "TimestepKeyframe"
@ -1354,6 +1356,16 @@
"title_aux": "ComfyUI A1111-like Prompt Custom Node Solution" "title_aux": "ComfyUI A1111-like Prompt Custom Node Solution"
} }
], ],
"https://github.com/Scholar01/ComfyUI-Keyframe": [
[
"KeyframeApply",
"KeyframeInterpolationPart",
"KeyframePart"
],
{
"title_aux": "Simple Wildcard"
}
],
"https://github.com/SeargeDP/SeargeSDXL": [ "https://github.com/SeargeDP/SeargeSDXL": [
[ [
"SeargeAdvancedParameters", "SeargeAdvancedParameters",
@ -1956,6 +1968,15 @@
"title_aux": "WAS Node Suite" "title_aux": "WAS Node Suite"
} }
], ],
"https://github.com/WebDev9000/WebDev9000-Nodes": [
[
"IgnoreBraces",
"SettingsSwitch"
],
{
"title_aux": "WebDev9000-Nodes"
}
],
"https://github.com/YMC-GitHub/ymc-node-suite-comfyui": [ "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": [
[ [
"Image Save", "Image Save",
@ -4775,6 +4796,18 @@
"title_aux": "ComfyUI-Fans" "title_aux": "ComfyUI-Fans"
} }
], ],
"https://github.com/vanillacode314/SimpleWildcardsComfyUI": [
[
"SimpleWildcard"
],
{
"author": "VanillaCode314",
"description": "A simple wildcard node for ComfyUI. Can also be used a style prompt node.",
"nickname": "Simple Wildcard",
"title": "Simple Wildcard",
"title_aux": "Simple Wildcard"
}
],
"https://github.com/wallish77/wlsh_nodes": [ "https://github.com/wallish77/wlsh_nodes": [
[ [
"Alternating KSampler (WLSH)", "Alternating KSampler (WLSH)",
@ -4940,12 +4973,14 @@
"Critic", "Critic",
"DisplayString", "DisplayString",
"DisplayTextAsImage", "DisplayTextAsImage",
"EVAL",
"Engineer", "Engineer",
"Executor", "Executor",
"GroupChat", "GroupChat",
"Image_generation_Conditioning", "Image_generation_Conditioning",
"LM_Studio", "LM_Studio",
"LoadAPIconfig", "LoadAPIconfig",
"LoadTXT",
"MemGPT", "MemGPT",
"Memory_Excel", "Memory_Excel",
"Model_1", "Model_1",
@ -4959,6 +4994,8 @@
"TextInput", "TextInput",
"TextOutput", "TextOutput",
"UserProxy", "UserProxy",
"llama-cpp",
"llava",
"oobaboogaOpenAI" "oobaboogaOpenAI"
], ],
{ {

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

@ -1,5 +1,34 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "Scholar01",
"title": "Simple Wildcard",
"reference": "https://github.com/Scholar01/ComfyUI-Keyframe",
"files": [
"https://github.com/Scholar01/ComfyUI-Keyframe"
],
"install_type": "git-clone",
"description": "Nodes:Keyframe Part, Keyframe Interpolation Part, Keyframe Apply."
},
{
"author": "WebDev9000",
"title": "WebDev9000-Nodes",
"reference": "https://github.com/WebDev9000/WebDev9000-Nodes",
"files": [
"https://github.com/WebDev9000/WebDev9000-Nodes"
],
"install_type": "git-clone",
"description": "Nodes:Ignore Braces, Settings Switch."
},
{
"author": "vanillacode314",
"title": "Simple Wildcard",
"reference": "https://github.com/vanillacode314/SimpleWildcardsComfyUI",
"files": ["https://github.com/vanillacode314/SimpleWildcardsComfyUI"],
"install_type": "git-clone",
"pip": ["pipe"],
"description": "A simple wildcard node for ComfyUI. Can also be used a style prompt node."
},
{ {
"author": "DrJKL", "author": "DrJKL",
"title": "ComfyUI-Anchors", "title": "ComfyUI-Anchors",

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

@ -713,6 +713,7 @@
"https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": [ "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": [
[ [
"ACN_AdvancedControlNetApply", "ACN_AdvancedControlNetApply",
"ACN_DefaultUniversalWeights",
"ControlNetLoaderAdvanced", "ControlNetLoaderAdvanced",
"CustomControlNetWeights", "CustomControlNetWeights",
"CustomT2IAdapterWeights", "CustomT2IAdapterWeights",
@ -723,6 +724,7 @@
"LatentKeyframeTiming", "LatentKeyframeTiming",
"LoadImagesFromDirectory", "LoadImagesFromDirectory",
"ScaledSoftControlNetWeights", "ScaledSoftControlNetWeights",
"ScaledSoftMaskedUniversalWeights",
"SoftControlNetWeights", "SoftControlNetWeights",
"SoftT2IAdapterWeights", "SoftT2IAdapterWeights",
"TimestepKeyframe" "TimestepKeyframe"
@ -1354,6 +1356,16 @@
"title_aux": "ComfyUI A1111-like Prompt Custom Node Solution" "title_aux": "ComfyUI A1111-like Prompt Custom Node Solution"
} }
], ],
"https://github.com/Scholar01/ComfyUI-Keyframe": [
[
"KeyframeApply",
"KeyframeInterpolationPart",
"KeyframePart"
],
{
"title_aux": "Simple Wildcard"
}
],
"https://github.com/SeargeDP/SeargeSDXL": [ "https://github.com/SeargeDP/SeargeSDXL": [
[ [
"SeargeAdvancedParameters", "SeargeAdvancedParameters",
@ -1956,6 +1968,15 @@
"title_aux": "WAS Node Suite" "title_aux": "WAS Node Suite"
} }
], ],
"https://github.com/WebDev9000/WebDev9000-Nodes": [
[
"IgnoreBraces",
"SettingsSwitch"
],
{
"title_aux": "WebDev9000-Nodes"
}
],
"https://github.com/YMC-GitHub/ymc-node-suite-comfyui": [ "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": [
[ [
"Image Save", "Image Save",
@ -4775,6 +4796,18 @@
"title_aux": "ComfyUI-Fans" "title_aux": "ComfyUI-Fans"
} }
], ],
"https://github.com/vanillacode314/SimpleWildcardsComfyUI": [
[
"SimpleWildcard"
],
{
"author": "VanillaCode314",
"description": "A simple wildcard node for ComfyUI. Can also be used a style prompt node.",
"nickname": "Simple Wildcard",
"title": "Simple Wildcard",
"title_aux": "Simple Wildcard"
}
],
"https://github.com/wallish77/wlsh_nodes": [ "https://github.com/wallish77/wlsh_nodes": [
[ [
"Alternating KSampler (WLSH)", "Alternating KSampler (WLSH)",
@ -4940,12 +4973,14 @@
"Critic", "Critic",
"DisplayString", "DisplayString",
"DisplayTextAsImage", "DisplayTextAsImage",
"EVAL",
"Engineer", "Engineer",
"Executor", "Executor",
"GroupChat", "GroupChat",
"Image_generation_Conditioning", "Image_generation_Conditioning",
"LM_Studio", "LM_Studio",
"LoadAPIconfig", "LoadAPIconfig",
"LoadTXT",
"MemGPT", "MemGPT",
"Memory_Excel", "Memory_Excel",
"Model_1", "Model_1",
@ -4959,6 +4994,8 @@
"TextInput", "TextInput",
"TextOutput", "TextOutput",
"UserProxy", "UserProxy",
"llama-cpp",
"llava",
"oobaboogaOpenAI" "oobaboogaOpenAI"
], ],
{ {

Loading…
Cancel
Save