update DB
This commit is contained in:
@@ -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."
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user