mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-02-15 23:52:32 +08:00
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:
parent
1248bd0413
commit
2ee7eddeed
@ -22226,6 +22226,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": "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."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user