update DB
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run

This commit is contained in:
Dr.Lt.Data 2025-12-24 01:47:04 +09:00
parent f8709f4091
commit 6001bd4940
2 changed files with 22 additions and 12 deletions

View File

@ -18888,6 +18888,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "This repository contains a user-defined node for ComfyUI, currently there are nodes for capturing captions. But will be expanded in the future." "description": "This repository contains a user-defined node for ComfyUI, currently there are nodes for capturing captions. But will be expanded in the future."
}, },
{
"author": "BlackVortexAI",
"title": "BV Node Pack",
"reference": "https://github.com/BlackVortexAI/bv_nodepack",
"files": [
"https://github.com/BlackVortexAI/bv_nodepack"
],
"install_type": "git-clone",
"description": "A ComfyUI node pack with utility and workflow nodes: a flexible config-driven Pipe system plus Subgraph-friendly UI nodes (Heading, Spacer, Divider) with dynamic JavaScript rendering."
},
{ {
"author": "JosephThomasParker", "author": "JosephThomasParker",
"title": "ComfyUI-DrawThingsWrapper", "title": "ComfyUI-DrawThingsWrapper",
@ -39750,16 +39760,6 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "BlackVortexAI",
"title": "BV Node Pack",
"reference": "https://github.com/BlackVortexAI/bv_nodepack",
"files": [
"https://github.com/BlackVortexAI/bv_nodepack"
],
"install_type": "git-clone",
"description": "A ComfyUI node pack with utility and workflow nodes: a flexible config-driven Pipe system plus Subgraph-friendly UI nodes (Heading, Spacer, Divider) with dynamic JavaScript rendering."
} }
] ]
} }

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "BlackVortexAI",
"title": "BV Node Pack",
"reference": "https://github.com/BlackVortexAI/bv_nodepack",
"files": [
"https://github.com/BlackVortexAI/bv_nodepack"
],
"install_type": "git-clone",
"description": "A ComfyUI node pack with utility and workflow nodes: a flexible config-driven Pipe system plus Subgraph-friendly UI nodes (Heading, Spacer, Divider) with dynamic JavaScript rendering."
},
{ {
"author": "rakkarage", "author": "rakkarage",
"title": "ComfyRage", "title": "ComfyRage",