From b3a7fb9c3eea891b9d93c5a61d5e255f5c7e8c7b Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 17 Jun 2025 23:53:40 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 32 ++++++++++++++-------- extension-node-map.json | 39 +++++++++++++++++++++++---- github-stats.json | 10 +++++++ node_db/dev/custom-node-list.json | 10 ------- node_db/dev/extension-node-map.json | 1 + node_db/new/custom-node-list.json | 41 +++++++++++++++-------------- node_db/new/extension-node-map.json | 39 +++++++++++++++++++++++---- 7 files changed, 121 insertions(+), 51 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index f2c5450b..bd846850 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -27740,6 +27740,27 @@ "install_type": "git-clone", "description": "This is a node to load an image from local path or url." }, + { + "author": "jinchanz", + "title": "ComfyUI-ADIC", + "reference": "https://github.com/jinchanz/ComfyUI-ADIC", + "files": [ + "https://github.com/jinchanz/ComfyUI-ADIC" + ], + "install_type": "git-clone", + "description": "This is a set of custom nodes for calling an image translation API within ComfyUI." + }, + { + "author": "Lord Lethris", + "title": "ComfyUI-RPG-Characters", + "id": "rpg-characters", + "reference": "https://github.com/lord-lethris/ComfyUI-RPG-Characters", + "files": [ + "https://github.com/lord-lethris/ComfyUI-RPG-Characters" + ], + "install_type": "git-clone", + "description": "Stylized RPG character prompt generator for ComfyUI. Supports standard and Ollama-based prompts, works with SD, SDXL, Flux, and more." + }, @@ -28180,17 +28201,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "Lord Lethris", - "title": "ComfyUI-RPG-Characters", - "id": "rpg-characters", - "reference": "https://github.com/lord-lethris/ComfyUI-RPG-Characters", - "files": [ - "https://github.com/lord-lethris/ComfyUI-RPG-Characters" - ], - "install_type": "git-clone", - "description": "Stylized RPG character prompt generator for ComfyUI. Supports standard and Ollama-based prompts, works with SD, SDXL, Flux, and more." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 4f0c477f..8e97d2f4 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -13566,11 +13566,13 @@ ], "https://github.com/Yanick112/ComfyUI-ToSVG": [ [ - "ConvertRasterToVectorBW", - "ConvertRasterToVectorColor", - "ConvertVectorToRaster", - "SVGPreview", - "SaveSVG" + "TS_ImageToSVGStringBW", + "TS_ImageToSVGStringColor", + "TS_SVGBytesIOToString", + "TS_SVGStringPreview", + "TS_SVGStringToImage", + "TS_SVGStringToSVGBytesIO", + "TS_SaveSVGString" ], { "title_aux": "ComfyUI-ToSVG" @@ -24554,6 +24556,20 @@ "title_aux": "ComfyUI Prompt Expander Node" } ], + "https://github.com/jinchanz/ComfyUI-ADIC": [ + [ + "ADIC_COMMON_API", + "ImageTranslateAPI", + "ImageTranslateParamsBuilder", + "ImageTranslateResultExtractor", + "LoadImagesFromUrls", + "PythonCodeExecutor", + "StringToJsonArray" + ], + { + "title_aux": "ComfyUI-ADIC" + } + ], "https://github.com/jitcoder/lora-info": [ [ "ImageFromURL", @@ -27719,6 +27735,18 @@ "title_aux": "comfyui-mask-util" } ], + "https://github.com/lord-lethris/ComfyUI-RPG-Characters": [ + [ + "PromptConcatenatorNode", + "PromptConditioningConverter", + "PromptSelectorNode", + "RPGArtStyleSelector", + "RPGCharacterSelector" + ], + { + "title_aux": "ComfyUI-RPG-Characters" + } + ], "https://github.com/lordgasmic/comfyui_save_image_with_options": [ [ "SaveImageWithOptions" @@ -27946,6 +27974,7 @@ "IterativeLatentUpscale", "KSamplerAdvancedProvider", "KSamplerProvider", + "LamaRemoverDetailerHookProvider", "LatentPixelScale", "LatentReceiver", "LatentSender", diff --git a/github-stats.json b/github-stats.json index f9d34326..72de60df 100644 --- a/github-stats.json +++ b/github-stats.json @@ -8399,6 +8399,11 @@ "last_update": "2025-01-28 08:04:24", "author_account_age_days": 4934 }, + "https://github.com/jinchanz/ComfyUI-ADIC": { + "stars": 0, + "last_update": "2025-06-17 14:07:24", + "author_account_age_days": 2423 + }, "https://github.com/jitcoder/lora-info": { "stars": 99, "last_update": "2025-05-15 07:25:46", @@ -9479,6 +9484,11 @@ "last_update": "2025-04-07 08:18:11", "author_account_age_days": 4522 }, + "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { + "stars": 1, + "last_update": "2025-06-17 14:30:19", + "author_account_age_days": 4782 + }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index b449806c..0245da69 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -20,16 +20,6 @@ "install_type": "git-clone", "description": "NODES: FlowMatchSigmas" }, - { - "author": "fangg2000", - "title": "ComfyUI-RPG-Characters [WIP]", - "reference": "https://github.com/lord-lethris/ComfyUI-RPG-Characters", - "files": [ - "https://github.com/lord-lethris/ComfyUI-RPG-Characters" - ], - "install_type": "git-clone", - "description": "A custom node for ComfyUI that generates stylized prompts for RPG characters. This node outputs both standard prompt formats and enhanced Ollama-style descriptive prompts ideal for extreme close-up portraits.\nNOTE: The files in the repo are not organized." - }, { "author": "casterpollux", "title": "MiniMax-bmo", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 25736c80..ec730366 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -2352,6 +2352,7 @@ "ImageHeigthStitch", "ImageWidthStitch", "MergeImageChannels", + "translator_m2m100", "translators" ], { diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index ccf7270b..ba846262 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,16 @@ { "custom_nodes": [ + { + "author": "Lord Lethris", + "title": "ComfyUI-RPG-Characters", + "id": "rpg-characters", + "reference": "https://github.com/lord-lethris/ComfyUI-RPG-Characters", + "files": [ + "https://github.com/lord-lethris/ComfyUI-RPG-Characters" + ], + "install_type": "git-clone", + "description": "Stylized RPG character prompt generator for ComfyUI. Supports standard and Ollama-based prompts, works with SD, SDXL, Flux, and more." + }, { "author": "Phospholipids", "title": "PPWildCard", @@ -41,6 +52,16 @@ "install_type": "git-clone", "description": "A ComfyUI custom node package for seamless integration with Threads (Meta's social platform). This package allows you to publish posts, manage images, and retrieve post history directly from your ComfyUI workflows." }, + { + "author": "jinchanz", + "title": "ComfyUI-ADIC", + "reference": "https://github.com/jinchanz/ComfyUI-ADIC", + "files": [ + "https://github.com/jinchanz/ComfyUI-ADIC" + ], + "install_type": "git-clone", + "description": "This is a set of custom nodes for calling an image translation API within ComfyUI." + }, { "author": "Alex Genovese", "title": "ComfyUI UNO Nodes", @@ -672,26 +693,6 @@ ], "install_type": "git-clone", "description": "A ComfyUI Node to save and load prompts from a library." - }, - { - "author": "judian17", - "title": "ComfyUI-UniWorld-jd17", - "reference": "https://github.com/judian17/ComfyUI-UniWorld-jd17", - "files": [ - "https://github.com/judian17/ComfyUI-UniWorld-jd17" - ], - "install_type": "git-clone", - "description": "Unofficial ComfyUI implementation of [a/UniWorld-V1](https://github.com/PKU-YuanGroup/UniWorld-V1)." - }, - { - "author": "whmc76", - "title": "ComfyUI-UniversalToolkit", - "reference": "https://github.com/whmc76/ComfyUI-UniversalToolkit", - "files": [ - "https://github.com/whmc76/ComfyUI-UniversalToolkit" - ], - "install_type": "git-clone", - "description": "This plugin provides general-purpose utility nodes for ComfyUI. Currently, it implements a 'Blank Cell Generator' node, which can batch-generate images, masks, and latents with specified resolution and color." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 4f0c477f..8e97d2f4 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -13566,11 +13566,13 @@ ], "https://github.com/Yanick112/ComfyUI-ToSVG": [ [ - "ConvertRasterToVectorBW", - "ConvertRasterToVectorColor", - "ConvertVectorToRaster", - "SVGPreview", - "SaveSVG" + "TS_ImageToSVGStringBW", + "TS_ImageToSVGStringColor", + "TS_SVGBytesIOToString", + "TS_SVGStringPreview", + "TS_SVGStringToImage", + "TS_SVGStringToSVGBytesIO", + "TS_SaveSVGString" ], { "title_aux": "ComfyUI-ToSVG" @@ -24554,6 +24556,20 @@ "title_aux": "ComfyUI Prompt Expander Node" } ], + "https://github.com/jinchanz/ComfyUI-ADIC": [ + [ + "ADIC_COMMON_API", + "ImageTranslateAPI", + "ImageTranslateParamsBuilder", + "ImageTranslateResultExtractor", + "LoadImagesFromUrls", + "PythonCodeExecutor", + "StringToJsonArray" + ], + { + "title_aux": "ComfyUI-ADIC" + } + ], "https://github.com/jitcoder/lora-info": [ [ "ImageFromURL", @@ -27719,6 +27735,18 @@ "title_aux": "comfyui-mask-util" } ], + "https://github.com/lord-lethris/ComfyUI-RPG-Characters": [ + [ + "PromptConcatenatorNode", + "PromptConditioningConverter", + "PromptSelectorNode", + "RPGArtStyleSelector", + "RPGCharacterSelector" + ], + { + "title_aux": "ComfyUI-RPG-Characters" + } + ], "https://github.com/lordgasmic/comfyui_save_image_with_options": [ [ "SaveImageWithOptions" @@ -27946,6 +27974,7 @@ "IterativeLatentUpscale", "KSamplerAdvancedProvider", "KSamplerProvider", + "LamaRemoverDetailerHookProvider", "LatentPixelScale", "LatentReceiver", "LatentSender",