update DB

This commit is contained in:
Dr.Lt.Data 2025-06-19 12:55:15 +09:00
parent c4314b25a3
commit addefbc511
8 changed files with 96 additions and 1 deletions

View File

@ -27794,6 +27794,26 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Professional video object removal suite using MiniMax optimization. Includes BMO-enhanced nodes with VAE normalization, temporal preservation, and 6-step inference. Complete video inpainting solution for ComfyUI." "description": "Professional video object removal suite using MiniMax optimization. Includes BMO-enhanced nodes with VAE normalization, temporal preservation, and 6-step inference. Complete video inpainting solution for ComfyUI."
}, },
{
"author": "drphero",
"title": "ComfyUI-PromptTester",
"reference": "https://github.com/drphero/comfyui_prompttester",
"files": [
"https://github.com/drphero/comfyui_prompttester"
],
"install_type": "git-clone",
"description": "Automatically tests the impact of each phrase in a prompt by generating images with one phrase omitted at a time."
},
{
"author": "azazeal04",
"title": "anime_character_selector",
"reference": "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI",
"files": [
"https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI"
],
"install_type": "git-clone",
"description": "character nodes for characters from various anime shows and comics"
},

View File

@ -20646,6 +20646,14 @@
"title_aux": "comfyui-dreambait-nodes" "title_aux": "comfyui-dreambait-nodes"
} }
], ],
"https://github.com/drphero/comfyui_prompttester": [
[
"PromptTester"
],
{
"title_aux": "ComfyUI-PromptTester"
}
],
"https://github.com/drustan-hawk/primitive-types": [ "https://github.com/drustan-hawk/primitive-types": [
[ [
"float", "float",
@ -27805,6 +27813,7 @@
], ],
"https://github.com/lord-lethris/ComfyUI-RPG-Characters": [ "https://github.com/lord-lethris/ComfyUI-RPG-Characters": [
[ [
"ModelLikenessSwitch",
"PromptConcatenatorNode", "PromptConcatenatorNode",
"PromptConditioningConverter", "PromptConditioningConverter",
"PromptSelectorNode", "PromptSelectorNode",
@ -31863,6 +31872,7 @@
"BooleanToEnabled", "BooleanToEnabled",
"CannySlider", "CannySlider",
"ConfigurableDrawText", "ConfigurableDrawText",
"ConfigurableModelRouter",
"ControlNetSlider", "ControlNetSlider",
"DenoiseSlider", "DenoiseSlider",
"DrawTextConfig", "DrawTextConfig",

View File

@ -5609,6 +5609,11 @@
"last_update": "2025-03-07 08:09:46", "last_update": "2025-03-07 08:09:46",
"author_account_age_days": 3918 "author_account_age_days": 3918
}, },
"https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI": {
"stars": 0,
"last_update": "2025-06-18 23:49:31",
"author_account_age_days": 777
},
"https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": {
"stars": 4, "stars": 4,
"last_update": "2024-05-22 23:16:28", "last_update": "2024-05-22 23:16:28",
@ -7164,6 +7169,11 @@
"last_update": "2025-06-15 01:14:27", "last_update": "2025-06-15 01:14:27",
"author_account_age_days": 4137 "author_account_age_days": 4137
}, },
"https://github.com/drphero/comfyui_prompttester": {
"stars": 0,
"last_update": "2025-06-19 01:06:51",
"author_account_age_days": 3571
},
"https://github.com/drustan-hawk/primitive-types": { "https://github.com/drustan-hawk/primitive-types": {
"stars": 6, "stars": 6,
"last_update": "2024-08-01 17:44:51", "last_update": "2024-08-01 17:44:51",

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "tankenyuen-ola",
"title": "comfyui-env-variable-reader [UNSAFE]",
"reference": "https://github.com/tankenyuen-ola/comfyui-env-variable-reader",
"files": [
"https://github.com/tankenyuen-ola/comfyui-env-variable-reader"
],
"install_type": "git-clone",
"description": "NODES: Environment Variable Reader [w/Installing this node may expose environment variables that contain sensitive information such as API keys.]"
},
{ {
"author": "ftf001-tech", "author": "ftf001-tech",
"title": "ComfyUI-Lucian [WIP]", "title": "ComfyUI-Lucian [WIP]",

View File

@ -7096,7 +7096,9 @@
], ],
"https://github.com/markuryy/comfyui-spiritparticle": [ "https://github.com/markuryy/comfyui-spiritparticle": [
[ [
"FolderImageSelector" "FolderImageSelector",
"RandomCheckpointLoader",
"RandomLoRALoader"
], ],
{ {
"title_aux": "ComfyUI Spiritparticle Nodes [WIP]" "title_aux": "ComfyUI Spiritparticle Nodes [WIP]"
@ -8430,6 +8432,14 @@
"title_aux": "ComfyUI-Rpg-Architect [WIP]" "title_aux": "ComfyUI-Rpg-Architect [WIP]"
} }
], ],
"https://github.com/tankenyuen-ola/comfyui-env-variable-reader": [
[
"EnvironmentVariableNode"
],
{
"title_aux": "comfyui-env-variable-reader [UNSAFE]"
}
],
"https://github.com/tanmoy-it/comfyuiCustomNode": [ "https://github.com/tanmoy-it/comfyuiCustomNode": [
[ [
"DownloadImageDataUrl" "DownloadImageDataUrl"

View File

@ -2914,6 +2914,11 @@
"last_update": "2024-08-31 14:47:47", "last_update": "2024-08-31 14:47:47",
"author_account_age_days": 777 "author_account_age_days": 777
}, },
"https://github.com/tankenyuen-ola/comfyui-env-variable-reader": {
"stars": 0,
"last_update": "2025-06-19 02:24:09",
"author_account_age_days": 163
},
"https://github.com/tanmoy-it/comfyuiCustomNode": { "https://github.com/tanmoy-it/comfyuiCustomNode": {
"stars": 0, "stars": 0,
"last_update": "2025-05-10 07:45:32", "last_update": "2025-05-10 07:45:32",

View File

@ -1,5 +1,25 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "azazeal04",
"title": "anime_character_selector",
"reference": "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI",
"files": [
"https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI"
],
"install_type": "git-clone",
"description": "character nodes for characters from various anime shows and comics"
},
{
"author": "drphero",
"title": "ComfyUI-PromptTester",
"reference": "https://github.com/drphero/comfyui_prompttester",
"files": [
"https://github.com/drphero/comfyui_prompttester"
],
"install_type": "git-clone",
"description": "Automatically tests the impact of each phrase in a prompt by generating images with one phrase omitted at a time."
},
{ {
"author": "dseditor", "author": "dseditor",
"title": "ComfyUI-ScheduledTask", "title": "ComfyUI-ScheduledTask",

View File

@ -20646,6 +20646,14 @@
"title_aux": "comfyui-dreambait-nodes" "title_aux": "comfyui-dreambait-nodes"
} }
], ],
"https://github.com/drphero/comfyui_prompttester": [
[
"PromptTester"
],
{
"title_aux": "ComfyUI-PromptTester"
}
],
"https://github.com/drustan-hawk/primitive-types": [ "https://github.com/drustan-hawk/primitive-types": [
[ [
"float", "float",
@ -27805,6 +27813,7 @@
], ],
"https://github.com/lord-lethris/ComfyUI-RPG-Characters": [ "https://github.com/lord-lethris/ComfyUI-RPG-Characters": [
[ [
"ModelLikenessSwitch",
"PromptConcatenatorNode", "PromptConcatenatorNode",
"PromptConditioningConverter", "PromptConditioningConverter",
"PromptSelectorNode", "PromptSelectorNode",
@ -31863,6 +31872,7 @@
"BooleanToEnabled", "BooleanToEnabled",
"CannySlider", "CannySlider",
"ConfigurableDrawText", "ConfigurableDrawText",
"ConfigurableModelRouter",
"ControlNetSlider", "ControlNetSlider",
"DenoiseSlider", "DenoiseSlider",
"DrawTextConfig", "DrawTextConfig",