update DB

This commit is contained in:
Dr.Lt.Data 2024-05-25 16:26:50 +09:00
parent fa32dba2b7
commit 3c14b7314e
5 changed files with 470 additions and 341 deletions

View File

@ -7732,6 +7732,7 @@
{ {
"author": "BlakeOne", "author": "BlakeOne",
"title": "ComfyUI NodePresets", "title": "ComfyUI NodePresets",
"id": "nodepresets",
"reference": "https://github.com/BlakeOne/ComfyUI-NodePresets", "reference": "https://github.com/BlakeOne/ComfyUI-NodePresets",
"files": [ "files": [
"https://github.com/BlakeOne/ComfyUI-NodePresets" "https://github.com/BlakeOne/ComfyUI-NodePresets"
@ -7742,6 +7743,7 @@
{ {
"author": "BlakeOne", "author": "BlakeOne",
"title": "ComfyUI NodeReset", "title": "ComfyUI NodeReset",
"id": "nodereset",
"reference": "https://github.com/BlakeOne/ComfyUI-NodeReset", "reference": "https://github.com/BlakeOne/ComfyUI-NodeReset",
"files": [ "files": [
"https://github.com/BlakeOne/ComfyUI-NodeReset" "https://github.com/BlakeOne/ComfyUI-NodeReset"
@ -7752,6 +7754,7 @@
{ {
"author": "kale4eat", "author": "kale4eat",
"title": "ComfyUI_demucus", "title": "ComfyUI_demucus",
"id": "demucus",
"reference": "https://github.com/kale4eat/ComfyUI-path-util", "reference": "https://github.com/kale4eat/ComfyUI-path-util",
"files": [ "files": [
"https://github.com/kale4eat/ComfyUI-path-util" "https://github.com/kale4eat/ComfyUI-path-util"
@ -9024,7 +9027,18 @@
"https://github.com/christian-byrne/img2txt-comfyui-nodes" "https://github.com/christian-byrne/img2txt-comfyui-nodes"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:img2txt BLIP SalesForce Large" "description": "Nodes:img2txt BLIP/Llava Multimodel Tagger"
},
{
"author": "christian-byrne",
"title": "img2colors-comfyui-node",
"id": "img2colors-nodes",
"reference": "https://github.com/christian-byrne/img2colors-comfyui-node",
"files": [
"https://github.com/christian-byrne/img2colors-comfyui-node"
],
"install_type": "git-clone",
"description": "Nodes:Img2Color - Color Palette Extractor"
}, },
{ {
"author": "oztrkoguz", "author": "oztrkoguz",
@ -9300,6 +9314,28 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Two custom nodes are included for modifying a prompt to create prompt variations.\nScramblePrompts [m9]: Reorder prompts, remove prompts, modify weights\nTweakWeights [m9]: Modify the weights of prompts matching keywords" "description": "Two custom nodes are included for modifying a prompt to create prompt variations.\nScramblePrompts [m9]: Reorder prompts, remove prompts, modify weights\nTweakWeights [m9]: Modify the weights of prompts matching keywords"
}, },
{
"author": "xuhongming251",
"title": "ComfyUI-GPEN",
"id": "gpen",
"reference": "https://github.com/xuhongming251/ComfyUI-GPEN",
"files": [
"https://github.com/xuhongming251/ComfyUI-GPEN"
],
"install_type": "git-clone",
"description": "Nodes:FaceEnhancement. Based on modelscope pipeline."
},
{
"author": "xuhongming251",
"title": "ComfyUI-MuseTalkUtils",
"id": "musetalk-utils",
"reference": "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils",
"files": [
"https://github.com/xuhongming251/ComfyUI-MuseTalkUtils"
],
"install_type": "git-clone",
"description": "MuseTalk ComfyUI Preprocess and Postprocess Nodes"
},
@ -9676,6 +9712,16 @@
"install_type": "copy", "install_type": "copy",
"description": "Nodes:TextToSpeech, phy_3_conditioning, SaveAudioToDaVinci, SaveImageToDaVinci.\nNOTE:In order to use DaVinci node you must have DaVinci Resolve Studio connected to the API. For more information check the help seciton in DaVinci Resolve Studio HELP>DOCUMENTATION>DEVELOPER. It will open a folder, search for scripting and the for README.txt file, the API documentation." "description": "Nodes:TextToSpeech, phy_3_conditioning, SaveAudioToDaVinci, SaveImageToDaVinci.\nNOTE:In order to use DaVinci node you must have DaVinci Resolve Studio connected to the API. For more information check the help seciton in DaVinci Resolve Studio HELP>DOCUMENTATION>DEVELOPER. It will open a folder, search for scripting and the for README.txt file, the API documentation."
}, },
{
"author": "exdysa",
"title": "comfyui-selector",
"reference": "https://github.com/exdysa/comfyui-selector",
"files": [
"https://github.com/exdysa/comfyui-selector/raw/main/selector.py"
],
"install_type": "copy",
"description": "Nodes:Selector. Quick and dirty parameter generator node for ComfyUI."
},

View File

@ -3578,7 +3578,8 @@
[ [
"Clip Text Encode (Shinsplat)", "Clip Text Encode (Shinsplat)",
"Clip Text Encode SDXL (Shinsplat)", "Clip Text Encode SDXL (Shinsplat)",
"Lora Loader (Shinsplat)" "Lora Loader (Shinsplat)",
"Sum Wrap (Shinsplat)"
], ],
{ {
"title_aux": "ComfyUI-Shinsplat" "title_aux": "ComfyUI-Shinsplat"
@ -6811,6 +6812,18 @@
"title_aux": "Use Everywhere (UE Nodes)" "title_aux": "Use Everywhere (UE Nodes)"
} }
], ],
"https://github.com/christian-byrne/img2colors-comfyui-node": [
[
"bmy_Img2ColorNode"
],
{
"author": "christian-byrne",
"description": "",
"nickname": "img2color",
"title": "Img2Color Node - Detect and describe color palettes in images",
"title_aux": "img2colors-comfyui-node"
}
],
"https://github.com/city96/ComfyUI_ColorMod": [ "https://github.com/city96/ComfyUI_ColorMod": [
[ [
"CV2Tonemap", "CV2Tonemap",
@ -7911,6 +7924,14 @@
"title_aux": "ComfyMath" "title_aux": "ComfyMath"
} }
], ],
"https://github.com/exdysa/comfyui-selector/raw/main/selector.py": [
[
"Selector"
],
{
"title_aux": "comfyui-selector"
}
],
"https://github.com/fearnworks/ComfyUI_FearnworksNodes/raw/main/fw_nodes.py": [ "https://github.com/fearnworks/ComfyUI_FearnworksNodes/raw/main/fw_nodes.py": [
[ [
"Count Files in Directory (FW)", "Count Files in Directory (FW)",
@ -8628,13 +8649,15 @@
], ],
"https://github.com/gonzalu/ComfyUI_YFG_Comical": [ "https://github.com/gonzalu/ComfyUI_YFG_Comical": [
[ [
"image_halftone",
"image_histograms_node", "image_histograms_node",
"image_histograms_node_compact" "image_histograms_node_compact",
"images_side_by_side"
], ],
{ {
"author": "YFG", "author": "YFG",
"description": "This extension calculates the histogram of an image and outputs the results as graph images for individual channels as well as RGB and Luminosity.", "description": "This extension calculates the histogram of an image and outputs the results as graph images for individual channels as well as RGB and Luminosity.",
"nickname": "\ud83d\udc31 YFG Histograms", "nickname": "\ud83d\udc2f YFG Histograms",
"title": "YFG Histograms", "title": "YFG Histograms",
"title_aux": "\ud83d\ude38 YFG Comical Nodes" "title_aux": "\ud83d\ude38 YFG Comical Nodes"
} }
@ -8652,6 +8675,7 @@
"PromptImageVariationTask", "PromptImageVariationTask",
"PromptTask", "PromptTask",
"Rule", "Rule",
"RunAgent",
"TextSummaryTask", "TextSummaryTask",
"ToolList", "ToolList",
"ToolTask", "ToolTask",
@ -8672,7 +8696,8 @@
"gtUIOpenAiStructureConfig", "gtUIOpenAiStructureConfig",
"gtUIOutputImageNode", "gtUIOutputImageNode",
"gtUIOutputStringNode", "gtUIOutputStringNode",
"gtUITextToClipEncode" "gtUITextToClipEncode",
"gtUIWebSearch"
], ],
{ {
"author": "Jason Schleifer", "author": "Jason Schleifer",
@ -13245,6 +13270,26 @@
"title_aux": "ComfyUI_SendDiscord" "title_aux": "ComfyUI_SendDiscord"
} }
], ],
"https://github.com/xuhongming251/ComfyUI-GPEN": [
[
"FaceEnhancement"
],
{
"title_aux": "ComfyUI-GPEN"
}
],
"https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": [
[
"MuseTalkPostprocess",
"MuseTalkPreprocess",
"MuseTalkTrain",
"MuseTalkTrainPreprocess",
"MuseTalkUncropMask"
],
{
"title_aux": "ComfyUI-MuseTalkUtils"
}
],
"https://github.com/yffyhk/comfyui_auto_danbooru": [ "https://github.com/yffyhk/comfyui_auto_danbooru": [
[ [
"GetDanbooru", "GetDanbooru",
@ -13275,7 +13320,9 @@
"easy XYPlot", "easy XYPlot",
"easy XYPlotAdvanced", "easy XYPlotAdvanced",
"easy a1111Loader", "easy a1111Loader",
"easy applyBrushNet",
"easy applyFooocusInpaint", "easy applyFooocusInpaint",
"easy applyPowerPaint",
"easy boolean", "easy boolean",
"easy cascadeKSampler", "easy cascadeKSampler",
"easy cascadeLoader", "easy cascadeLoader",
@ -13292,7 +13339,6 @@
"easy detailerFix", "easy detailerFix",
"easy dynamiCrafterLoader", "easy dynamiCrafterLoader",
"easy float", "easy float",
"easy fooocusInpaintLoader",
"easy fullCascadeKSampler", "easy fullCascadeKSampler",
"easy fullLoader", "easy fullLoader",
"easy fullkSampler", "easy fullkSampler",

File diff suppressed because it is too large Load Diff

View File

@ -12,6 +12,49 @@
{
"author": "christian-byrne",
"title": "img2colors-comfyui-node",
"id": "img2colors-nodes",
"reference": "https://github.com/christian-byrne/img2colors-comfyui-node",
"files": [
"https://github.com/christian-byrne/img2colors-comfyui-node"
],
"install_type": "git-clone",
"description": "Nodes:Img2Color - Color Palette Extractor"
},
{
"author": "xuhongming251",
"title": "ComfyUI-MuseTalkUtils",
"id": "musetalk-utils",
"reference": "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils",
"files": [
"https://github.com/xuhongming251/ComfyUI-MuseTalkUtils"
],
"install_type": "git-clone",
"description": "MuseTalk ComfyUI Preprocess and Postprocess Nodes"
},
{
"author": "xuhongming251",
"title": "ComfyUI-GPEN",
"id": "gpen",
"reference": "https://github.com/xuhongming251/ComfyUI-GPEN",
"files": [
"https://github.com/xuhongming251/ComfyUI-GPEN"
],
"install_type": "git-clone",
"description": "Nodes:FaceEnhancement. Based on modelscope pipeline."
},
{
"author": "exdysa",
"title": "comfyui-selector",
"reference": "https://github.com/exdysa/comfyui-selector",
"files": [
"https://github.com/exdysa/comfyui-selector/raw/main/selector.py"
],
"install_type": "copy",
"description": "Nodes:Selector. Quick and dirty parameter generator node for ComfyUI."
},
{ {
"author": "barckley75", "author": "barckley75",
"title": "comfyUI_DaVinciResolve", "title": "comfyUI_DaVinciResolve",
@ -647,70 +690,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Misc Nodes: ControlNet Selector Node, Load Optional ControlNet Model" "description": "Misc Nodes: ControlNet Selector Node, Load Optional ControlNet Model"
},
{
"author": "fsdymy1024",
"title": "ComfyUI_fsdymy",
"id": "fsdymy",
"reference": "https://github.com/fsdymy1024/ComfyUI_fsdymy",
"files": [
"https://github.com/fsdymy1024/ComfyUI_fsdymy"
],
"install_type": "git-clone",
"description": "Nodes:Save Image Without Metadata"
},
{
"author": "xliry",
"title": "color2rgb",
"reference": "https://github.com/vxinhao/color2rgb",
"files": [
"https://github.com/vxinhao/color2rgb/raw/main/color2rgb.py"
],
"install_type": "copy",
"description": "Nodes:color2RGB"
},
{
"author": "SaltAI",
"title": "SaltAI_LlamaIndex",
"id": "saltai-llamaindex",
"reference": "https://github.com/get-salt-AI/SaltAI_LlamaIndex",
"files": [
"https://github.com/get-salt-AI/SaltAI_LlamaIndex"
],
"install_type": "git-clone",
"description": "An implementation of the RAG LlamaIndex with Agents from AutoGen"
},
{
"author": "ITurchenko",
"title": "ComfyUI-SizeFromArray",
"id": "sizefromarray",
"reference": "https://github.com/ITurchenko/ComfyUI-SizeFromArray",
"files": [
"https://github.com/ITurchenko/ComfyUI-SizeFromArray"
],
"install_type": "git-clone",
"description": "Nodes:SizeFromArray"
},
{
"author": "KewkLW",
"title": "ComfyUI-kewky_tools",
"id": "kewky-tools",
"reference": "https://github.com/KewkLW/ComfyUI-kewky_tools",
"files": [
"https://github.com/KewkLW/ComfyUI-kewky_tools"
],
"install_type": "git-clone",
"description": "Nodes:TensorDebugPlus, FormattedTextOutput"
},
{
"author": "Fihade",
"title": "IC-Light-ComfyUI-Node",
"reference": "https://github.com/Fihade/IC-Light-ComfyUI-Node",
"files": [
"https://github.com/Fihade/IC-Light-ComfyUI-Node"
],
"install_type": "git-clone",
"description": "Original repo: [a/https://github.com/lllyasviel/IC-Light](https://github.com/lllyasviel/IC-Light)\nModels: [a/https://huggingface.co/lllyasviel/ic-light/tree/main](https://huggingface.co/lllyasviel/ic-light/tree/main), [a/https://huggingface.co/digiplay/Photon_v1/tree/main](https://huggingface.co/digiplay/Photon_v1/tree/main)\nmodels go into ComfyUI/models/unet"
} }
] ]
} }

View File

@ -3578,7 +3578,8 @@
[ [
"Clip Text Encode (Shinsplat)", "Clip Text Encode (Shinsplat)",
"Clip Text Encode SDXL (Shinsplat)", "Clip Text Encode SDXL (Shinsplat)",
"Lora Loader (Shinsplat)" "Lora Loader (Shinsplat)",
"Sum Wrap (Shinsplat)"
], ],
{ {
"title_aux": "ComfyUI-Shinsplat" "title_aux": "ComfyUI-Shinsplat"
@ -6811,6 +6812,18 @@
"title_aux": "Use Everywhere (UE Nodes)" "title_aux": "Use Everywhere (UE Nodes)"
} }
], ],
"https://github.com/christian-byrne/img2colors-comfyui-node": [
[
"bmy_Img2ColorNode"
],
{
"author": "christian-byrne",
"description": "",
"nickname": "img2color",
"title": "Img2Color Node - Detect and describe color palettes in images",
"title_aux": "img2colors-comfyui-node"
}
],
"https://github.com/city96/ComfyUI_ColorMod": [ "https://github.com/city96/ComfyUI_ColorMod": [
[ [
"CV2Tonemap", "CV2Tonemap",
@ -7911,6 +7924,14 @@
"title_aux": "ComfyMath" "title_aux": "ComfyMath"
} }
], ],
"https://github.com/exdysa/comfyui-selector/raw/main/selector.py": [
[
"Selector"
],
{
"title_aux": "comfyui-selector"
}
],
"https://github.com/fearnworks/ComfyUI_FearnworksNodes/raw/main/fw_nodes.py": [ "https://github.com/fearnworks/ComfyUI_FearnworksNodes/raw/main/fw_nodes.py": [
[ [
"Count Files in Directory (FW)", "Count Files in Directory (FW)",
@ -8628,13 +8649,15 @@
], ],
"https://github.com/gonzalu/ComfyUI_YFG_Comical": [ "https://github.com/gonzalu/ComfyUI_YFG_Comical": [
[ [
"image_halftone",
"image_histograms_node", "image_histograms_node",
"image_histograms_node_compact" "image_histograms_node_compact",
"images_side_by_side"
], ],
{ {
"author": "YFG", "author": "YFG",
"description": "This extension calculates the histogram of an image and outputs the results as graph images for individual channels as well as RGB and Luminosity.", "description": "This extension calculates the histogram of an image and outputs the results as graph images for individual channels as well as RGB and Luminosity.",
"nickname": "\ud83d\udc31 YFG Histograms", "nickname": "\ud83d\udc2f YFG Histograms",
"title": "YFG Histograms", "title": "YFG Histograms",
"title_aux": "\ud83d\ude38 YFG Comical Nodes" "title_aux": "\ud83d\ude38 YFG Comical Nodes"
} }
@ -8652,6 +8675,7 @@
"PromptImageVariationTask", "PromptImageVariationTask",
"PromptTask", "PromptTask",
"Rule", "Rule",
"RunAgent",
"TextSummaryTask", "TextSummaryTask",
"ToolList", "ToolList",
"ToolTask", "ToolTask",
@ -8672,7 +8696,8 @@
"gtUIOpenAiStructureConfig", "gtUIOpenAiStructureConfig",
"gtUIOutputImageNode", "gtUIOutputImageNode",
"gtUIOutputStringNode", "gtUIOutputStringNode",
"gtUITextToClipEncode" "gtUITextToClipEncode",
"gtUIWebSearch"
], ],
{ {
"author": "Jason Schleifer", "author": "Jason Schleifer",
@ -13245,6 +13270,26 @@
"title_aux": "ComfyUI_SendDiscord" "title_aux": "ComfyUI_SendDiscord"
} }
], ],
"https://github.com/xuhongming251/ComfyUI-GPEN": [
[
"FaceEnhancement"
],
{
"title_aux": "ComfyUI-GPEN"
}
],
"https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": [
[
"MuseTalkPostprocess",
"MuseTalkPreprocess",
"MuseTalkTrain",
"MuseTalkTrainPreprocess",
"MuseTalkUncropMask"
],
{
"title_aux": "ComfyUI-MuseTalkUtils"
}
],
"https://github.com/yffyhk/comfyui_auto_danbooru": [ "https://github.com/yffyhk/comfyui_auto_danbooru": [
[ [
"GetDanbooru", "GetDanbooru",
@ -13275,7 +13320,9 @@
"easy XYPlot", "easy XYPlot",
"easy XYPlotAdvanced", "easy XYPlotAdvanced",
"easy a1111Loader", "easy a1111Loader",
"easy applyBrushNet",
"easy applyFooocusInpaint", "easy applyFooocusInpaint",
"easy applyPowerPaint",
"easy boolean", "easy boolean",
"easy cascadeKSampler", "easy cascadeKSampler",
"easy cascadeLoader", "easy cascadeLoader",
@ -13292,7 +13339,6 @@
"easy detailerFix", "easy detailerFix",
"easy dynamiCrafterLoader", "easy dynamiCrafterLoader",
"easy float", "easy float",
"easy fooocusInpaintLoader",
"easy fullCascadeKSampler", "easy fullCascadeKSampler",
"easy fullLoader", "easy fullLoader",
"easy fullkSampler", "easy fullkSampler",