一个简单的 ComfyUI 自定义节点,用于检查系统 CUDA 信息和 PyTorch 版本。
- 检查 CUDA 是否可用
- 显示 CUDA 版本
- 显示可用 GPU 设备数量和名称
- 显示 PyTorch 等模块版本
将此文件夹放入 ComfyUI/custom_nodes/ 目录下。
在 ComfyUI-Manager 中选择 Git 安装方式,输入以下地址:
https://github.com/edisonchan/ComfyUI-Sysinfo
在 custom_nodes 文件夹中执行以下命令:
git clone https://github.com/edisonchan/ComfyUI-Sysinfo