update DB

This commit is contained in:
Dr.Lt.Data
2025-06-07 12:55:45 +09:00
parent 9c08a6314b
commit eed4c53df0
8 changed files with 1043 additions and 871 deletions

View File

@@ -3981,6 +3981,16 @@
"install_type": "git-clone",
"description": "A matting toolkit based on ComfyUI, supporting multiple matting models and detail processing methods."
},
{
"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."
},
{
"author": "martijnat",
"title": "comfyui-previewlatent",
@@ -24983,6 +24993,16 @@
"install_type": "git-clone",
"description": "This project provides a node for ComfyUI to use the JoyCaption-Beta model in GGUF format for image captioning."
},
{
"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": "AngelCookies",
"title": "ComfyUI-Seed-Tracker",
@@ -26940,6 +26960,16 @@
"install_type": "git-clone",
"description": "This node uses the Translators library for translation."
},
{
"author": "pictorialink",
"title": "ComfyUI-Custom-Node-Config",
"reference": "https://github.com/pictorialink/ComfyUI-Custom-Node-Config",
"files": [
"https://github.com/pictorialink/ComfyUI-Custom-Node-Config"
],
"install_type": "git-clone",
"description": "This project is a custom node plugin for ComfyUI that provides a form node for configuring and saving parameters related to LLMs (such as OpenAI, Kimi, DeepSeek). Users can input information such as API Key, Base, Version, and Model through the node. The node will automatically save the configuration to a local file and set it as environment variables, making it convenient for subsequent use."
},
{
"author": "mo230761",
"title": "ComfyUI-Text-Translation",
@@ -27081,6 +27111,26 @@
"install_type": "git-clone",
"description": "Declarative UI Framework for ComfyUI Nodes. Minimalistic base class for creating UI-based audio/text/image nodes."
},
{
"author": "hexxacubic",
"title": "ComfyUI-Prompt_Library",
"reference": "https://github.com/hexxacubic/ComfyUI-Prompt_Library",
"files": [
"https://github.com/hexxacubic/ComfyUI-Prompt_Library"
],
"install_type": "git-clone",
"description": "A ComfyUI Node to save and load prompts from a library."
},
{
"author": "MicheleGuidi",
"title": "ComfyUI-Computer-Vision",
"reference": "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2",
"files": [
"https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2"
],
"install_type": "git-clone",
"description": "Extension nodes for ComfyUI that improves automatic segmentation using bounding boxes generated by Florence 2 and segmentation from Segment Anything 2 (SAM2). Currently just an enhancement of nodes from [a/Kijai](https://github.com/kijai/ComfyUI-segment-anything-2)."
},