From 0b013adb34872a6d99f6da16ed25a8845b26be09 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 20 Aug 2025 12:24:39 +0900 Subject: [PATCH] update DB --- extension-node-map.json | 8 +++++++- node_db/dev/custom-node-list.json | 10 ++++++++++ node_db/dev/extension-node-map.json | 8 ++++++++ node_db/dev/github-stats.json | 5 +++++ node_db/new/extension-node-map.json | 8 +++++++- 5 files changed, 37 insertions(+), 2 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index 723fe6a3..f2940b58 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -9269,10 +9269,15 @@ "FluxResolutionMatcher", "Image Scale To Total Pixels (SDXL Safe)", "LatentHalfMasks", + "Load Image Batch MXD", + "LoadLatent_WithParams", + "LoadLatents_FromFolder_WithParams", "Place Image By Mask", "Prompt With Guidance (Flux)", + "SaveLatentMXD", "Sdxl Empty Latent Image", - "Sdxl Resolution Selector" + "Sdxl Resolution Selector", + "Wan2_2EmptyLatentImageMXD" ], { "title_aux": "ComfyUI-MaxedOut" @@ -24004,6 +24009,7 @@ "FL_VideoTrim", "FL_WF_Agent", "FL_WanFirstLastFrameToVideo", + "FL_WordFrequencyGraph", "FL_ZipDirectory", "FL_ZipSave", "GradientImageGenerator", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index a4a29597..a3e829b8 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "viik420", + "title": "Model Copy Node for ComfyUI [UNSAFE]", + "reference": "https://github.com/apeirography/ModelCopyNode", + "files": [ + "https://github.com/apeirography/ModelCopyNode" + ], + "install_type": "git-clone", + "description": "A simple ComfyUI custom node that copies model files from the models/ folder to the output/ folder.[w/This node pack has a vulnerability that allows writing files to arbitrary paths.]" + }, { "author": "Maff3u", "title": "MattiaNodes - Points Editor On Cropped [WIP]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 302e1c8f..490f1694 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -4300,6 +4300,14 @@ "title_aux": "ComfyUI-Animemory-Loader" } ], + "https://github.com/apeirography/ModelCopyNode": [ + [ + "ModelCopyNode" + ], + { + "title_aux": "Model Copy Node for ComfyUI [UNSAFE]" + } + ], "https://github.com/apetitbois/nova_utils": [ [ "floatList2Float", diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 1bce1422..6f04e128 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -1489,6 +1489,11 @@ "last_update": "2025-08-15 03:21:01", "author_account_age_days": 2162 }, + "https://github.com/apeirography/ModelCopyNode": { + "stars": 0, + "last_update": "2025-08-20 02:39:14", + "author_account_age_days": 2162 + }, "https://github.com/apetitbois/nova_utils": { "stars": 0, "last_update": "2025-04-02 20:01:49", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 723fe6a3..f2940b58 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -9269,10 +9269,15 @@ "FluxResolutionMatcher", "Image Scale To Total Pixels (SDXL Safe)", "LatentHalfMasks", + "Load Image Batch MXD", + "LoadLatent_WithParams", + "LoadLatents_FromFolder_WithParams", "Place Image By Mask", "Prompt With Guidance (Flux)", + "SaveLatentMXD", "Sdxl Empty Latent Image", - "Sdxl Resolution Selector" + "Sdxl Resolution Selector", + "Wan2_2EmptyLatentImageMXD" ], { "title_aux": "ComfyUI-MaxedOut" @@ -24004,6 +24009,7 @@ "FL_VideoTrim", "FL_WF_Agent", "FL_WanFirstLastFrameToVideo", + "FL_WordFrequencyGraph", "FL_ZipDirectory", "FL_ZipSave", "GradientImageGenerator",