feat: add custome node docs plugin

This commit is contained in:
cavinHuang 2024-05-19 10:51:03 +08:00
parent dfc39d9e81
commit a44752bf91

View File

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