feat: add custome node docs plugin

This commit is contained in:
cavinHuang 2024-05-19 10:45:54 +08:00
parent 624480978c
commit dfc39d9e81

View File

@ -9468,5 +9468,17 @@
"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": "cavinHuang",
"title": "Docs for every comfyui node",
"id": "nodesDocs",
"reference": "https://github.com/CavinHuang/comfyui-nodes-docs",
"files": [
"https://github.com/CavinHuang/comfyui-nodes-docs"
],
"install_type": "git-clone",
"description": "This is the documentation for the comfyUI every nodes."
}
] ]
} }