Add ComfyUI_Usability to custom-node-list.json (#938)

This commit is contained in:
kappa54 2024-08-08 21:50:00 +09:00 committed by GitHub
parent e1eddb336d
commit e775fe78ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12910,6 +12910,18 @@
], ],
"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": "kappa54",
"title": "ComfyUI Usability",
"id": "comfyui_usability",
"reference": "https://github.com/kappa54m/ComfyUI_Usability",
"files": [
"https://github.com/kappa54m/ComfyUI_Usability"
],
"pip": ["watchdog"],
"install_type": "git-clone",
"description": "Custom nodes intended to improve usability."
} }
] ]
} }