Added ComfyUI_EnvAutopsyAPI to custom-node-list.json

This pull request adds ComfyUI_EnvAutopsyAPI to the custom-node-list.json, allowing users to install it via ComfyUI-Manager.
- Repository: https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI
- Functionality: A powerful debugging tool designed that provides in-depth analysis of your environment and dependencies by exposing API endpoints. This tool allows you to inspect environment variables, pip packages, python info and dependency trees, making it easier to diagnose and resolve issues in your ComfyUI setup.
- Compatibility: Tested and used extensively with the latest ComfyUI version
This commit is contained in:
chris 2025-03-03 17:59:46 -05:00 committed by GitHub
parent 1248bd0413
commit 2ee7eddeed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22226,6 +22226,17 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "chrisdreid",
"title": "ComfyUI_EnvAutopsyAPI Debugger",
"id": "chrisdreid",
"reference": "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI",
"files": [
"https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI"
],
"install_type": "git-clone",
"description": "A powerful debugging tool designed to provide in-depth analysis of your environment and dependencies by exposing API endpoints. This tool allows you to inspect environment variables, pip packages, python info and dependency trees, making it easier to diagnose and resolve issues in your ComfyUI setup."
}
]
}