From 2ee7eddeed2922f39ccb876463a2b2c3b31a4ff3 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 3 Mar 2025 17:59:46 -0500 Subject: [PATCH] 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 --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b0b51c05..b38839bb 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -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." } ] }