update DB

This commit is contained in:
Dr.Lt.Data 2025-09-03 00:16:55 +09:00
parent 7e3e6726e0
commit 98a8464933
2 changed files with 24 additions and 13 deletions

View File

@ -29424,6 +29424,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Text rendering and styling nodes for ComfyUI. This extension provides a basic text renderer, multiple font loaders, and a style node that adds stroke, shadow, gradient fill, and opacity control." "description": "Text rendering and styling nodes for ComfyUI. This extension provides a basic text renderer, multiple font loaders, and a style node that adds stroke, shadow, gradient fill, and opacity control."
}, },
{
"author": "S4MUEL404",
"title": "ComfyUI Prepack",
"id": "comfyui-prepack",
"reference": "https://github.com/S4MUEL-404/ComfyUI-Prepack",
"files": [
"https://github.com/S4MUEL-404/ComfyUI-Prepack"
],
"install_type": "git-clone",
"description": "A small, practical bundle of ComfyUI nodes that streamlines common workflows."
},
{ {
"author": "fchangjun", "author": "fchangjun",
"title": "MultiSaveImage Node", "title": "MultiSaveImage Node",
@ -32131,7 +32142,7 @@
"https://github.com/Frief84/ComfyUI-LoRAWeightAxisXY" "https://github.com/Frief84/ComfyUI-LoRAWeightAxisXY"
], ],
"description": "Adds `XY Input: LoRA Weight (simple)` for Efficiency Nodes. Outputs XY subtype 'LoRA' (name, weight, weight) with a linear sweep; works with `XY Input: Checkpoint`.", "description": "Adds `XY Input: LoRA Weight (simple)` for Efficiency Nodes. Outputs XY subtype 'LoRA' (name, weight, weight) with a linear sweep; works with `XY Input: Checkpoint`.",
"install_type": "git-clone", "install_type": "git-clone",
"tags": ["xy-plot", "lora", "efficiency-nodes", "utility"] "tags": ["xy-plot", "lora", "efficiency-nodes", "utility"]
}, },
@ -32572,17 +32583,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": "S4MUEL404",
"title": "ComfyUI Prepack",
"id": "comfyui-prepack",
"reference": "https://github.com/S4MUEL-404/ComfyUI-Prepack",
"files": [
"https://github.com/S4MUEL-404/ComfyUI-Prepack"
],
"install_type": "git-clone",
"description": "A small, practical bundle of ComfyUI nodes that streamlines common workflows."
} }
] ]
} }

View File

@ -1,5 +1,16 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "S4MUEL404",
"title": "ComfyUI Prepack",
"id": "comfyui-prepack",
"reference": "https://github.com/S4MUEL-404/ComfyUI-Prepack",
"files": [
"https://github.com/S4MUEL-404/ComfyUI-Prepack"
],
"install_type": "git-clone",
"description": "A small, practical bundle of ComfyUI nodes that streamlines common workflows."
},
{ {
"author": "Frief84", "author": "Frief84",
"title": "ComfyUI-LoRAWeightAxisXY", "title": "ComfyUI-LoRAWeightAxisXY",
@ -8,7 +19,7 @@
"https://github.com/Frief84/ComfyUI-LoRAWeightAxisXY" "https://github.com/Frief84/ComfyUI-LoRAWeightAxisXY"
], ],
"description": "Adds `XY Input: LoRA Weight (simple)` for Efficiency Nodes. Outputs XY subtype 'LoRA' (name, weight, weight) with a linear sweep; works with `XY Input: Checkpoint`.", "description": "Adds `XY Input: LoRA Weight (simple)` for Efficiency Nodes. Outputs XY subtype 'LoRA' (name, weight, weight) with a linear sweep; works with `XY Input: Checkpoint`.",
"install_type": "git-clone", "install_type": "git-clone",
"tags": ["xy-plot", "lora", "efficiency-nodes", "utility"] "tags": ["xy-plot", "lora", "efficiency-nodes", "utility"]
}, },
{ {