update DB

This commit is contained in:
Dr.Lt.Data
2024-02-21 20:03:10 +09:00
parent ebe4a8da86
commit b28d27e24f
8 changed files with 251 additions and 77 deletions

View File

@@ -119,6 +119,16 @@
],
"install_type": "git-clone",
"description": "Nodes:M_Layer, M_Output"
},
{
"author": "andrewharp",
"title": "ComfyUI Function Annotator",
"reference": "https://github.com/andrewharp/ComfyUI-Annotations",
"files": [
"https://github.com/andrewharp/ComfyUI-Annotations"
],
"install_type": "git-clone",
"description": "This module provides an annotation @ComfyFunc to streamline adding custom node types in ComfyUI. It processes your function's signature to create a wrapped function and custom node definition required for ComfyUI, eliminating all the boilerplate code. In most cases you can just add a @ComfyFunc(\"category\") annotation to your existing function."
}
]
}