Browse Source

update DB

pull/547/head
Dr.Lt.Data 7 months ago
parent
commit
d0f8419441
  1. 1
      check.sh
  2. 45
      custom-node-list.json
  3. 53
      extension-node-map.json
  4. 348
      github-stats.json
  5. 81
      node_db/new/custom-node-list.json
  6. 53
      node_db/new/extension-node-map.json

1
check.sh

@ -5,6 +5,7 @@ files=(
"model-list.json" "model-list.json"
"alter-list.json" "alter-list.json"
"extension-node-map.json" "extension-node-map.json"
"github-stats.json"
"node_db/new/custom-node-list.json" "node_db/new/custom-node-list.json"
"node_db/new/model-list.json" "node_db/new/model-list.json"
"node_db/new/extension-node-map.json" "node_db/new/extension-node-map.json"

45
custom-node-list.json

@ -6587,7 +6587,7 @@
"https://github.com/zhangp365/ComfyUI-utils-nodes" "https://github.com/zhangp365/ComfyUI-utils-nodes"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:LoadImageWithSwitch, ImageBatchOneOrMore" "description": "Nodes:LoadImageWithSwitch, ImageBatchOneOrMore, ConcatText, ModifyTextGender"
}, },
{ {
"author": "ratulrafsan", "author": "ratulrafsan",
@ -6669,6 +6669,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Unofficial implementation of [a/dreamtalk](https://github.com/ali-vilab/dreamtalk) for ComfyUI" "description": "Unofficial implementation of [a/dreamtalk](https://github.com/ali-vilab/dreamtalk) for ComfyUI"
}, },
{
"author": "hay86",
"title": "ComfyUI_AceNodes",
"reference": "https://github.com/hay86/ComfyUI_AceNodes",
"files": [
"https://github.com/hay86/ComfyUI_AceNodes"
],
"install_type": "git-clone",
"description": "Nodes:Integer, Float, Text, Seed, Text Concatenate, Text Input Switch (2/4/8 way), Text List, Text Preview, Text Selector, Text To Resolution. Some useful custom nodes that are not included in ComfyUI core yet."
},
{ {
"author": "shinich39", "author": "shinich39",
"title": "comfyui-load-image-39", "title": "comfyui-load-image-39",
@ -6689,6 +6699,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Choose random node." "description": "Choose random node."
}, },
{
"author": "shinich39",
"title": "comfyui-text-pipe-39",
"reference": "https://github.com/shinich39/comfyui-text-pipe-39",
"files": [
"https://github.com/shinich39/comfyui-text-pipe-39"
],
"install_type": "git-clone",
"description": "Modify text by condition."
},
{ {
"author": "wei30172", "author": "wei30172",
"title": "comfygen", "title": "comfygen",
@ -6919,7 +6939,18 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Attach a debug node to an output to obtain more detailed information. Uncover the details of your models in ComfyUI with ease." "description": "Attach a debug node to an output to obtain more detailed information. Uncover the details of your models in ComfyUI with ease."
}, },
{
"author": "jtydhr88",
"title": "ComfyUI-Workflow-Encrypt",
"reference": "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt",
"files": [
"https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt"
],
"install_type": "git-clone",
"description": "Encrypt your comfyui workflow, and share it with key"
},
@ -7273,16 +7304,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": "jtydhr88",
"title": "ComfyUI-Workflow-Encrypt",
"reference": "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt",
"files": [
"https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt"
],
"install_type": "git-clone",
"description": "Encrypt your comfyui workflow, and share it with key"
} }
] ]
} }

53
extension-node-map.json

@ -288,7 +288,7 @@
"ImageScaleToSide-badger", "ImageScaleToSide-badger",
"IntToString-badger", "IntToString-badger",
"SegmentToMaskByPoint-badger", "SegmentToMaskByPoint-badger",
"StringListToOneLine-badger", "SimpleBoolean-badger",
"StringToFizz-badger", "StringToFizz-badger",
"TextListToString-badger", "TextListToString-badger",
"ToPixel-badger", "ToPixel-badger",
@ -2205,6 +2205,10 @@
"https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": [ "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": [
[ [
"AspectRatioCondition", "AspectRatioCondition",
"ConnectFloat",
"ConnectImage",
"ConnectInteger",
"ConnectString",
"DoubleClipTextEncode", "DoubleClipTextEncode",
"HashText", "HashText",
"IndoorBackgrounds", "IndoorBackgrounds",
@ -2497,7 +2501,9 @@
"https://github.com/ParisNeo/lollms_nodes_suite": [ "https://github.com/ParisNeo/lollms_nodes_suite": [
[ [
"Artbot", "Artbot",
"Lollms_Text_Gen" "Lollms_Text_Gen",
"Lollms_Text_Saver",
"RandomizeVideo"
], ],
{ {
"title_aux": "lollms_nodes_suite" "title_aux": "lollms_nodes_suite"
@ -3113,8 +3119,10 @@
], ],
"https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": [ "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": [
[ [
"Deflicker (SuperBeasts.AI)",
"HDR Effects (SuperBeasts.AI)", "HDR Effects (SuperBeasts.AI)",
"Make Resized Mask Batch (SuperBeasts.AI)" "Make Resized Mask Batch (SuperBeasts.AI)",
"Pixel Deflicker (SuperBeasts.AI)"
], ],
{ {
"title_aux": "ComfyUI-SuperBeasts" "title_aux": "ComfyUI-SuperBeasts"
@ -5769,7 +5777,6 @@
"ExtraVAELoader", "ExtraVAELoader",
"PixArtCheckpointLoader", "PixArtCheckpointLoader",
"PixArtControlNetCond", "PixArtControlNetCond",
"PixArtDPMSampler",
"PixArtLoraLoader", "PixArtLoraLoader",
"PixArtResolutionCond", "PixArtResolutionCond",
"PixArtResolutionSelect", "PixArtResolutionSelect",
@ -6178,6 +6185,7 @@
"KSamplerVariationsWithNoise+", "KSamplerVariationsWithNoise+",
"MaskBatch+", "MaskBatch+",
"MaskBlur+", "MaskBlur+",
"MaskBoundingBox+",
"MaskExpandBatch+", "MaskExpandBatch+",
"MaskFlip+", "MaskFlip+",
"MaskFromBatch+", "MaskFromBatch+",
@ -6722,8 +6730,15 @@
], ],
"https://github.com/filliptm/ComfyUI_Fill-Nodes": [ "https://github.com/filliptm/ComfyUI_Fill-Nodes": [
[ [
"FL_AudioConverter",
"FL_AudioFrameCalculator",
"FL_AudioPreview",
"FL_CodeNode",
"FL_DirectoryCrawl",
"FL_ImageCaptionSaver", "FL_ImageCaptionSaver",
"FL_ImageDimensionDisplay", "FL_ImageDimensionDisplay",
"FL_ImageDurationSync",
"FL_ImagePixelator",
"FL_ImageRandomizer" "FL_ImageRandomizer"
], ],
{ {
@ -7084,6 +7099,26 @@
"title_aux": "ComfyUI-Image-Matting" "title_aux": "ComfyUI-Image-Matting"
} }
], ],
"https://github.com/hay86/ComfyUI_AceNodes": [
[
"ACE_Float",
"ACE_ImageConstrain",
"ACE_Integer",
"ACE_Seed",
"ACE_Text",
"ACE_TextConcatenate",
"ACE_TextInputSwitch2Way",
"ACE_TextInputSwitch4Way",
"ACE_TextInputSwitch8Way",
"ACE_TextList",
"ACE_TextPreview",
"ACE_TextSelector",
"ACE_TextToResolution"
],
{
"title_aux": "ComfyUI_AceNodes"
}
],
"https://github.com/hay86/ComfyUI_Dreamtalk": [ "https://github.com/hay86/ComfyUI_Dreamtalk": [
[ [
"D_DreamTalk", "D_DreamTalk",
@ -7962,6 +7997,16 @@
"title_aux": "simple wildcard for ComfyUI" "title_aux": "simple wildcard for ComfyUI"
} }
], ],
"https://github.com/liusida/ComfyUI-Debug": [
[
"DebugInspectorNode",
"DebugModelInspectorNode",
"DebugModelPrintOutNode"
],
{
"title_aux": "ComfyUI-Debug"
}
],
"https://github.com/ljleb/comfy-mecha": [ "https://github.com/ljleb/comfy-mecha": [
[ [
"Blocks Mecha Hyper", "Blocks Mecha Hyper",

348
github-stats.json

File diff suppressed because it is too large Load Diff

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

@ -10,6 +10,46 @@
}, },
{
"author": "shinich39",
"title": "comfyui-text-pipe-39",
"reference": "https://github.com/shinich39/comfyui-text-pipe-39",
"files": [
"https://github.com/shinich39/comfyui-text-pipe-39"
],
"install_type": "git-clone",
"description": "Modify text by condition."
},
{
"author": "Sida Liu",
"title": "ComfyUI-Debug",
"reference": "https://github.com/liusida/ComfyUI-Debug",
"files": [
"https://github.com/liusida/ComfyUI-Debug"
],
"install_type": "git-clone",
"description": "Attach a debug node to an output to obtain more detailed information. Uncover the details of your models in ComfyUI with ease."
},
{
"author": "hay86",
"title": "ComfyUI_AceNodes",
"reference": "https://github.com/hay86/ComfyUI_AceNodes",
"files": [
"https://github.com/hay86/ComfyUI_AceNodes"
],
"install_type": "git-clone",
"description": "Nodes:Integer, Float, Text, Seed, Text Concatenate, Text Input Switch (2/4/8 way), Text List, Text Preview, Text Selector, Text To Resolution. Some useful custom nodes that are not included in ComfyUI core yet."
},
{
"author": "jtydhr88",
"title": "ComfyUI-Workflow-Encrypt",
"reference": "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt",
"files": [
"https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt"
],
"install_type": "git-clone",
"description": "Encrypt your comfyui workflow, and share it with key"
},
{ {
"author": "ronniebasak", "author": "ronniebasak",
"title": "ComfyUI-Tara-LLM-Integration", "title": "ComfyUI-Tara-LLM-Integration",
@ -652,47 +692,6 @@
], ],
"install_type": "copy", "install_type": "copy",
"description": "Nodes:Indoor Backgrounds, Landscape Backgrounds. Custom nodes for ComfyUI which allows selective 'randomness' in constructing a prompt for portrait backgrounds." "description": "Nodes:Indoor Backgrounds, Landscape Backgrounds. Custom nodes for ComfyUI which allows selective 'randomness' in constructing a prompt for portrait backgrounds."
},
{
"author": "zhangp365",
"title": "zhangp365/Some Utils for ComfyUI",
"reference": "https://github.com/zhangp365/ComfyUI-utils-nodes",
"files": [
"https://github.com/zhangp365/ComfyUI-utils-nodes"
],
"install_type": "git-clone",
"description": "LoadImageWithSwitch, ImageBatchOneOrMore"
},
{
"author": "ZHO-ZHO-ZHO",
"title": "ComfyUI-BRIA_AI-RMBG",
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG",
"files": [
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG"
],
"install_type": "git-clone",
"description": "Unofficial implementation of BRIA RMBG Model for ComfyUI."
},
{
"author": "ZHO-ZHO-ZHO",
"title": "APISR IN COMFYUI",
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR",
"files": [
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR"
],
"install_type": "git-clone",
"description": "Unofficial implementation of APISR for ComfyUI, both image and video"
},
{
"author": "chaojie",
"title": "ComfyUI-Open-Sora",
"reference": "https://github.com/chaojie/ComfyUI-Open-Sora",
"files": [
"https://github.com/chaojie/ComfyUI-Open-Sora"
],
"install_type": "git-clone",
"description": "ComfyUI Open Sora"
} }
] ]
} }

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

@ -288,7 +288,7 @@
"ImageScaleToSide-badger", "ImageScaleToSide-badger",
"IntToString-badger", "IntToString-badger",
"SegmentToMaskByPoint-badger", "SegmentToMaskByPoint-badger",
"StringListToOneLine-badger", "SimpleBoolean-badger",
"StringToFizz-badger", "StringToFizz-badger",
"TextListToString-badger", "TextListToString-badger",
"ToPixel-badger", "ToPixel-badger",
@ -2205,6 +2205,10 @@
"https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": [ "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": [
[ [
"AspectRatioCondition", "AspectRatioCondition",
"ConnectFloat",
"ConnectImage",
"ConnectInteger",
"ConnectString",
"DoubleClipTextEncode", "DoubleClipTextEncode",
"HashText", "HashText",
"IndoorBackgrounds", "IndoorBackgrounds",
@ -2497,7 +2501,9 @@
"https://github.com/ParisNeo/lollms_nodes_suite": [ "https://github.com/ParisNeo/lollms_nodes_suite": [
[ [
"Artbot", "Artbot",
"Lollms_Text_Gen" "Lollms_Text_Gen",
"Lollms_Text_Saver",
"RandomizeVideo"
], ],
{ {
"title_aux": "lollms_nodes_suite" "title_aux": "lollms_nodes_suite"
@ -3113,8 +3119,10 @@
], ],
"https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": [ "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": [
[ [
"Deflicker (SuperBeasts.AI)",
"HDR Effects (SuperBeasts.AI)", "HDR Effects (SuperBeasts.AI)",
"Make Resized Mask Batch (SuperBeasts.AI)" "Make Resized Mask Batch (SuperBeasts.AI)",
"Pixel Deflicker (SuperBeasts.AI)"
], ],
{ {
"title_aux": "ComfyUI-SuperBeasts" "title_aux": "ComfyUI-SuperBeasts"
@ -5769,7 +5777,6 @@
"ExtraVAELoader", "ExtraVAELoader",
"PixArtCheckpointLoader", "PixArtCheckpointLoader",
"PixArtControlNetCond", "PixArtControlNetCond",
"PixArtDPMSampler",
"PixArtLoraLoader", "PixArtLoraLoader",
"PixArtResolutionCond", "PixArtResolutionCond",
"PixArtResolutionSelect", "PixArtResolutionSelect",
@ -6178,6 +6185,7 @@
"KSamplerVariationsWithNoise+", "KSamplerVariationsWithNoise+",
"MaskBatch+", "MaskBatch+",
"MaskBlur+", "MaskBlur+",
"MaskBoundingBox+",
"MaskExpandBatch+", "MaskExpandBatch+",
"MaskFlip+", "MaskFlip+",
"MaskFromBatch+", "MaskFromBatch+",
@ -6722,8 +6730,15 @@
], ],
"https://github.com/filliptm/ComfyUI_Fill-Nodes": [ "https://github.com/filliptm/ComfyUI_Fill-Nodes": [
[ [
"FL_AudioConverter",
"FL_AudioFrameCalculator",
"FL_AudioPreview",
"FL_CodeNode",
"FL_DirectoryCrawl",
"FL_ImageCaptionSaver", "FL_ImageCaptionSaver",
"FL_ImageDimensionDisplay", "FL_ImageDimensionDisplay",
"FL_ImageDurationSync",
"FL_ImagePixelator",
"FL_ImageRandomizer" "FL_ImageRandomizer"
], ],
{ {
@ -7084,6 +7099,26 @@
"title_aux": "ComfyUI-Image-Matting" "title_aux": "ComfyUI-Image-Matting"
} }
], ],
"https://github.com/hay86/ComfyUI_AceNodes": [
[
"ACE_Float",
"ACE_ImageConstrain",
"ACE_Integer",
"ACE_Seed",
"ACE_Text",
"ACE_TextConcatenate",
"ACE_TextInputSwitch2Way",
"ACE_TextInputSwitch4Way",
"ACE_TextInputSwitch8Way",
"ACE_TextList",
"ACE_TextPreview",
"ACE_TextSelector",
"ACE_TextToResolution"
],
{
"title_aux": "ComfyUI_AceNodes"
}
],
"https://github.com/hay86/ComfyUI_Dreamtalk": [ "https://github.com/hay86/ComfyUI_Dreamtalk": [
[ [
"D_DreamTalk", "D_DreamTalk",
@ -7962,6 +7997,16 @@
"title_aux": "simple wildcard for ComfyUI" "title_aux": "simple wildcard for ComfyUI"
} }
], ],
"https://github.com/liusida/ComfyUI-Debug": [
[
"DebugInspectorNode",
"DebugModelInspectorNode",
"DebugModelPrintOutNode"
],
{
"title_aux": "ComfyUI-Debug"
}
],
"https://github.com/ljleb/comfy-mecha": [ "https://github.com/ljleb/comfy-mecha": [
[ [
"Blocks Mecha Hyper", "Blocks Mecha Hyper",

Loading…
Cancel
Save