update DB

This commit is contained in:
Dr.Lt.Data 2024-02-04 03:15:23 +09:00
parent a1d02bdbef
commit 5126f7caef
5 changed files with 62 additions and 3 deletions

View File

@ -4934,7 +4934,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "This is a revised version of the Bus node from the [a/Was Node Suite](https://github.com/WASasquatch/was-node-suite-comfyui) to integrate more input/output." "description": "This is a revised version of the Bus node from the [a/Was Node Suite](https://github.com/WASasquatch/was-node-suite-comfyui) to integrate more input/output."
}, },
{
"author": "yffyhk",
"title": "comfyui_auto_danbooru",
"reference": "https://github.com/yffyhk/comfyui_auto_danbooru",
"files": [
"https://github.com/yffyhk/comfyui_auto_danbooru"
],
"install_type": "git-clone",
"description": "Nodes: Get Danbooru, Tag Encode"
},

View File

@ -1117,18 +1117,23 @@
"JNodes_ParseParametersToGlobalList", "JNodes_ParseParametersToGlobalList",
"JNodes_ParseWildcards", "JNodes_ParseWildcards",
"JNodes_PromptBuilderSingleSubject", "JNodes_PromptBuilderSingleSubject",
"JNodes_PromptEditor", "JNodes_RemoveCommentedText",
"JNodes_RemoveMetaDataKey", "JNodes_RemoveMetaDataKey",
"JNodes_RemoveParseableDataForInference", "JNodes_RemoveParseableDataForInference",
"JNodes_SamplerSelectorWithString", "JNodes_SamplerSelectorWithString",
"JNodes_SaveImageWithOutput", "JNodes_SaveImageWithOutput",
"JNodes_SaveVideo", "JNodes_SaveVideo",
"JNodes_SchedulerSelectorWithString", "JNodes_SchedulerSelectorWithString",
"JNodes_SearchAndReplace",
"JNodes_SearchAndReplaceFromFile",
"JNodes_SearchAndReplaceFromList",
"JNodes_SetNegativePromptInMetaData", "JNodes_SetNegativePromptInMetaData",
"JNodes_SetPositivePromptInMetaData", "JNodes_SetPositivePromptInMetaData",
"JNodes_SplitAndJoin",
"JNodes_StringLiteral", "JNodes_StringLiteral",
"JNodes_SyncedStringLiteral", "JNodes_SyncedStringLiteral",
"JNodes_TokenCounter", "JNodes_TokenCounter",
"JNodes_TrimAndStrip",
"JNodes_UploadVideo", "JNodes_UploadVideo",
"JNodes_VaeSelectorWithString" "JNodes_VaeSelectorWithString"
], ],
@ -4525,6 +4530,7 @@
"https://github.com/darkpixel/darkprompts": [ "https://github.com/darkpixel/darkprompts": [
[ [
"DarkCombine", "DarkCombine",
"DarkFaceIndexShuffle",
"DarkLoRALoader", "DarkLoRALoader",
"DarkPrompt" "DarkPrompt"
], ],
@ -7715,6 +7721,15 @@
"title_aux": "NodeGPT" "title_aux": "NodeGPT"
} }
], ],
"https://github.com/yffyhk/comfyui_auto_danbooru": [
[
"GetDanbooru",
"TagEncode"
],
{
"title_aux": "comfyui_auto_danbooru"
}
],
"https://github.com/yolain/ComfyUI-Easy-Use": [ "https://github.com/yolain/ComfyUI-Easy-Use": [
[ [
"dynamicThresholdingFull", "dynamicThresholdingFull",

View File

@ -10,6 +10,16 @@
}, },
{
"author": "dezi-ai",
"title": "ComfyUI Animate LCM",
"reference": "https://github.com/dezi-ai/ComfyUI-AnimateLCM",
"files": [
"https://github.com/dezi-ai/ComfyUI-AnimateLCM"
],
"install_type": "git-clone",
"description": "Nodes: Configurator for AnimateLCM, Renderer for AnimateLCM to render the video."
},
{ {
"author": "blepping", "author": "blepping",
"title": "ComfyUI-sonar (WIP)", "title": "ComfyUI-sonar (WIP)",

View File

@ -10,6 +10,16 @@
}, },
{
"author": "yffyhk",
"title": "comfyui_auto_danbooru",
"reference": "https://github.com/yffyhk/comfyui_auto_danbooru",
"files": [
"https://github.com/yffyhk/comfyui_auto_danbooru"
],
"install_type": "git-clone",
"description": "Nodes: Get Danbooru, Tag Encode"
},
{ {
"author": "Clybius", "author": "Clybius",
"title": "ComfyUI Extra Samplers", "title": "ComfyUI Extra Samplers",

View File

@ -1117,18 +1117,23 @@
"JNodes_ParseParametersToGlobalList", "JNodes_ParseParametersToGlobalList",
"JNodes_ParseWildcards", "JNodes_ParseWildcards",
"JNodes_PromptBuilderSingleSubject", "JNodes_PromptBuilderSingleSubject",
"JNodes_PromptEditor", "JNodes_RemoveCommentedText",
"JNodes_RemoveMetaDataKey", "JNodes_RemoveMetaDataKey",
"JNodes_RemoveParseableDataForInference", "JNodes_RemoveParseableDataForInference",
"JNodes_SamplerSelectorWithString", "JNodes_SamplerSelectorWithString",
"JNodes_SaveImageWithOutput", "JNodes_SaveImageWithOutput",
"JNodes_SaveVideo", "JNodes_SaveVideo",
"JNodes_SchedulerSelectorWithString", "JNodes_SchedulerSelectorWithString",
"JNodes_SearchAndReplace",
"JNodes_SearchAndReplaceFromFile",
"JNodes_SearchAndReplaceFromList",
"JNodes_SetNegativePromptInMetaData", "JNodes_SetNegativePromptInMetaData",
"JNodes_SetPositivePromptInMetaData", "JNodes_SetPositivePromptInMetaData",
"JNodes_SplitAndJoin",
"JNodes_StringLiteral", "JNodes_StringLiteral",
"JNodes_SyncedStringLiteral", "JNodes_SyncedStringLiteral",
"JNodes_TokenCounter", "JNodes_TokenCounter",
"JNodes_TrimAndStrip",
"JNodes_UploadVideo", "JNodes_UploadVideo",
"JNodes_VaeSelectorWithString" "JNodes_VaeSelectorWithString"
], ],
@ -4525,6 +4530,7 @@
"https://github.com/darkpixel/darkprompts": [ "https://github.com/darkpixel/darkprompts": [
[ [
"DarkCombine", "DarkCombine",
"DarkFaceIndexShuffle",
"DarkLoRALoader", "DarkLoRALoader",
"DarkPrompt" "DarkPrompt"
], ],
@ -7715,6 +7721,15 @@
"title_aux": "NodeGPT" "title_aux": "NodeGPT"
} }
], ],
"https://github.com/yffyhk/comfyui_auto_danbooru": [
[
"GetDanbooru",
"TagEncode"
],
{
"title_aux": "comfyui_auto_danbooru"
}
],
"https://github.com/yolain/ComfyUI-Easy-Use": [ "https://github.com/yolain/ComfyUI-Easy-Use": [
[ [
"dynamicThresholdingFull", "dynamicThresholdingFull",