update DB

This commit is contained in:
Dr.Lt.Data 2025-06-17 23:53:40 +09:00
parent c143c81a7e
commit b3a7fb9c3e
7 changed files with 121 additions and 51 deletions

View File

@ -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."
}
]
}

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -2352,6 +2352,7 @@
"ImageHeigthStitch",
"ImageWidthStitch",
"MergeImageChannels",
"translator_m2m100",
"translators"
],
{

View File

@ -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."
}
]
}

View File

@ -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",