mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 01:57:04 +08:00
update DB
This commit is contained in:
parent
488a3e31b3
commit
d0f8419441
1
check.sh
1
check.sh
@ -5,6 +5,7 @@ files=(
|
||||
"model-list.json"
|
||||
"alter-list.json"
|
||||
"extension-node-map.json"
|
||||
"github-stats.json"
|
||||
"node_db/new/custom-node-list.json"
|
||||
"node_db/new/model-list.json"
|
||||
"node_db/new/extension-node-map.json"
|
||||
|
||||
@ -6587,7 +6587,7 @@
|
||||
"https://github.com/zhangp365/ComfyUI-utils-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:LoadImageWithSwitch, ImageBatchOneOrMore"
|
||||
"description": "Nodes:LoadImageWithSwitch, ImageBatchOneOrMore, ConcatText, ModifyTextGender"
|
||||
},
|
||||
{
|
||||
"author": "ratulrafsan",
|
||||
@ -6669,6 +6669,16 @@
|
||||
"install_type": "git-clone",
|
||||
"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",
|
||||
"title": "comfyui-load-image-39",
|
||||
@ -6689,6 +6699,16 @@
|
||||
"install_type": "git-clone",
|
||||
"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",
|
||||
"title": "comfygen",
|
||||
@ -6919,7 +6939,18 @@
|
||||
"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": "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",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -288,7 +288,7 @@
|
||||
"ImageScaleToSide-badger",
|
||||
"IntToString-badger",
|
||||
"SegmentToMaskByPoint-badger",
|
||||
"StringListToOneLine-badger",
|
||||
"SimpleBoolean-badger",
|
||||
"StringToFizz-badger",
|
||||
"TextListToString-badger",
|
||||
"ToPixel-badger",
|
||||
@ -2205,6 +2205,10 @@
|
||||
"https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": [
|
||||
[
|
||||
"AspectRatioCondition",
|
||||
"ConnectFloat",
|
||||
"ConnectImage",
|
||||
"ConnectInteger",
|
||||
"ConnectString",
|
||||
"DoubleClipTextEncode",
|
||||
"HashText",
|
||||
"IndoorBackgrounds",
|
||||
@ -2497,7 +2501,9 @@
|
||||
"https://github.com/ParisNeo/lollms_nodes_suite": [
|
||||
[
|
||||
"Artbot",
|
||||
"Lollms_Text_Gen"
|
||||
"Lollms_Text_Gen",
|
||||
"Lollms_Text_Saver",
|
||||
"RandomizeVideo"
|
||||
],
|
||||
{
|
||||
"title_aux": "lollms_nodes_suite"
|
||||
@ -3113,8 +3119,10 @@
|
||||
],
|
||||
"https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": [
|
||||
[
|
||||
"Deflicker (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"
|
||||
@ -5769,7 +5777,6 @@
|
||||
"ExtraVAELoader",
|
||||
"PixArtCheckpointLoader",
|
||||
"PixArtControlNetCond",
|
||||
"PixArtDPMSampler",
|
||||
"PixArtLoraLoader",
|
||||
"PixArtResolutionCond",
|
||||
"PixArtResolutionSelect",
|
||||
@ -6178,6 +6185,7 @@
|
||||
"KSamplerVariationsWithNoise+",
|
||||
"MaskBatch+",
|
||||
"MaskBlur+",
|
||||
"MaskBoundingBox+",
|
||||
"MaskExpandBatch+",
|
||||
"MaskFlip+",
|
||||
"MaskFromBatch+",
|
||||
@ -6722,8 +6730,15 @@
|
||||
],
|
||||
"https://github.com/filliptm/ComfyUI_Fill-Nodes": [
|
||||
[
|
||||
"FL_AudioConverter",
|
||||
"FL_AudioFrameCalculator",
|
||||
"FL_AudioPreview",
|
||||
"FL_CodeNode",
|
||||
"FL_DirectoryCrawl",
|
||||
"FL_ImageCaptionSaver",
|
||||
"FL_ImageDimensionDisplay",
|
||||
"FL_ImageDurationSync",
|
||||
"FL_ImagePixelator",
|
||||
"FL_ImageRandomizer"
|
||||
],
|
||||
{
|
||||
@ -7084,6 +7099,26 @@
|
||||
"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": [
|
||||
[
|
||||
"D_DreamTalk",
|
||||
@ -7962,6 +7997,16 @@
|
||||
"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": [
|
||||
[
|
||||
"Blocks Mecha Hyper",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
"title": "ComfyUI-Tara-LLM-Integration",
|
||||
@ -652,47 +692,6 @@
|
||||
],
|
||||
"install_type": "copy",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -288,7 +288,7 @@
|
||||
"ImageScaleToSide-badger",
|
||||
"IntToString-badger",
|
||||
"SegmentToMaskByPoint-badger",
|
||||
"StringListToOneLine-badger",
|
||||
"SimpleBoolean-badger",
|
||||
"StringToFizz-badger",
|
||||
"TextListToString-badger",
|
||||
"ToPixel-badger",
|
||||
@ -2205,6 +2205,10 @@
|
||||
"https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": [
|
||||
[
|
||||
"AspectRatioCondition",
|
||||
"ConnectFloat",
|
||||
"ConnectImage",
|
||||
"ConnectInteger",
|
||||
"ConnectString",
|
||||
"DoubleClipTextEncode",
|
||||
"HashText",
|
||||
"IndoorBackgrounds",
|
||||
@ -2497,7 +2501,9 @@
|
||||
"https://github.com/ParisNeo/lollms_nodes_suite": [
|
||||
[
|
||||
"Artbot",
|
||||
"Lollms_Text_Gen"
|
||||
"Lollms_Text_Gen",
|
||||
"Lollms_Text_Saver",
|
||||
"RandomizeVideo"
|
||||
],
|
||||
{
|
||||
"title_aux": "lollms_nodes_suite"
|
||||
@ -3113,8 +3119,10 @@
|
||||
],
|
||||
"https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": [
|
||||
[
|
||||
"Deflicker (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"
|
||||
@ -5769,7 +5777,6 @@
|
||||
"ExtraVAELoader",
|
||||
"PixArtCheckpointLoader",
|
||||
"PixArtControlNetCond",
|
||||
"PixArtDPMSampler",
|
||||
"PixArtLoraLoader",
|
||||
"PixArtResolutionCond",
|
||||
"PixArtResolutionSelect",
|
||||
@ -6178,6 +6185,7 @@
|
||||
"KSamplerVariationsWithNoise+",
|
||||
"MaskBatch+",
|
||||
"MaskBlur+",
|
||||
"MaskBoundingBox+",
|
||||
"MaskExpandBatch+",
|
||||
"MaskFlip+",
|
||||
"MaskFromBatch+",
|
||||
@ -6722,8 +6730,15 @@
|
||||
],
|
||||
"https://github.com/filliptm/ComfyUI_Fill-Nodes": [
|
||||
[
|
||||
"FL_AudioConverter",
|
||||
"FL_AudioFrameCalculator",
|
||||
"FL_AudioPreview",
|
||||
"FL_CodeNode",
|
||||
"FL_DirectoryCrawl",
|
||||
"FL_ImageCaptionSaver",
|
||||
"FL_ImageDimensionDisplay",
|
||||
"FL_ImageDurationSync",
|
||||
"FL_ImagePixelator",
|
||||
"FL_ImageRandomizer"
|
||||
],
|
||||
{
|
||||
@ -7084,6 +7099,26 @@
|
||||
"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": [
|
||||
[
|
||||
"D_DreamTalk",
|
||||
@ -7962,6 +7997,16 @@
|
||||
"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": [
|
||||
[
|
||||
"Blocks Mecha Hyper",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user