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

This commit is contained in:
Dr.Lt.Data 2026-02-12 12:44:07 +09:00
parent 1780916806
commit c1869f4d1d
2 changed files with 22 additions and 1 deletions

View File

@ -42996,7 +42996,17 @@
"install_type": "git-clone",
"description": "Automation nodes for ComfyUI: RM Styles (load prompts from JSON with random/increment modes), Power LoRA Loader (advanced LoRA loading with random weights), image fallback, mask gate, latent operations, and video combine nodes."
},
{
"author": "dennisvink",
"title": "Outline Alpha Snap Node for ComfyUI",
"id": "outlinealphasnap",
"reference": "https://github.com/dennisvink/comfyui-outline",
"files": [
"https://github.com/dennisvink/comfyui-outline"
],
"install_type": "git-clone",
"description": "This node adds an outside-only outline around the opaque region of an image while cleaning up semitransparent edge pixels and removing stray islands."
},

View File

@ -1,5 +1,16 @@
{
"custom_nodes": [
{
"author": "dennisvink",
"title": "Outline Alpha Snap Node for ComfyUI",
"id": "outlinealphasnap",
"reference": "https://github.com/dennisvink/comfyui-outline",
"files": [
"https://github.com/dennisvink/comfyui-outline"
],
"install_type": "git-clone",
"description": "This node adds an outside-only outline around the opaque region of an image while cleaning up semitransparent edge pixels and removing stray islands."
},
{
"author": "Moser9815",
"title": "ComfyUI-RMAutomation",