diff --git a/custom-node-list.json b/custom-node-list.json index 8088ec07..c4c05163 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -27794,6 +27794,26 @@ "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." }, + { + "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" + }, diff --git a/extension-node-map.json b/extension-node-map.json index 42cbad75..8866f42d 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -20646,6 +20646,14 @@ "title_aux": "comfyui-dreambait-nodes" } ], + "https://github.com/drphero/comfyui_prompttester": [ + [ + "PromptTester" + ], + { + "title_aux": "ComfyUI-PromptTester" + } + ], "https://github.com/drustan-hawk/primitive-types": [ [ "float", @@ -27805,6 +27813,7 @@ ], "https://github.com/lord-lethris/ComfyUI-RPG-Characters": [ [ + "ModelLikenessSwitch", "PromptConcatenatorNode", "PromptConditioningConverter", "PromptSelectorNode", @@ -31863,6 +31872,7 @@ "BooleanToEnabled", "CannySlider", "ConfigurableDrawText", + "ConfigurableModelRouter", "ControlNetSlider", "DenoiseSlider", "DrawTextConfig", diff --git a/github-stats.json b/github-stats.json index 6219edc5..881a09c3 100644 --- a/github-stats.json +++ b/github-stats.json @@ -5609,6 +5609,11 @@ "last_update": "2025-03-07 08:09:46", "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": { "stars": 4, "last_update": "2024-05-22 23:16:28", @@ -7164,6 +7169,11 @@ "last_update": "2025-06-15 01:14:27", "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": { "stars": 6, "last_update": "2024-08-01 17:44:51", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 2a84efca..e60a0e9f 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "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", "title": "ComfyUI-Lucian [WIP]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 227f2ec4..2ea81e95 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -7096,7 +7096,9 @@ ], "https://github.com/markuryy/comfyui-spiritparticle": [ [ - "FolderImageSelector" + "FolderImageSelector", + "RandomCheckpointLoader", + "RandomLoRALoader" ], { "title_aux": "ComfyUI Spiritparticle Nodes [WIP]" @@ -8430,6 +8432,14 @@ "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": [ [ "DownloadImageDataUrl" diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 12abb36b..f3a5297a 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2914,6 +2914,11 @@ "last_update": "2024-08-31 14:47:47", "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": { "stars": 0, "last_update": "2025-05-10 07:45:32", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 3b7cde7e..3fcde3c2 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,25 @@ { "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", "title": "ComfyUI-ScheduledTask", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 42cbad75..8866f42d 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -20646,6 +20646,14 @@ "title_aux": "comfyui-dreambait-nodes" } ], + "https://github.com/drphero/comfyui_prompttester": [ + [ + "PromptTester" + ], + { + "title_aux": "ComfyUI-PromptTester" + } + ], "https://github.com/drustan-hawk/primitive-types": [ [ "float", @@ -27805,6 +27813,7 @@ ], "https://github.com/lord-lethris/ComfyUI-RPG-Characters": [ [ + "ModelLikenessSwitch", "PromptConcatenatorNode", "PromptConditioningConverter", "PromptSelectorNode", @@ -31863,6 +31872,7 @@ "BooleanToEnabled", "CannySlider", "ConfigurableDrawText", + "ConfigurableModelRouter", "ControlNetSlider", "DenoiseSlider", "DrawTextConfig",