mirror of
https://github.com/forkless/XPUSYS-Monitor-NG.git
synced 2026-08-16 00:46:37 +02:00
15 lines
462 B
TOML
15 lines
462 B
TOML
[project]
|
|
name = "ComfyUI-XPUSYS-Monitor-AMD"
|
|
version = "1.0.3"
|
|
description = "AMD/ROCm Windows-native hardware monitor for ComfyUI. Uses torch.cuda.mem_get_info() for VRAM, PDH for GPU load, no rocm_smi_lib dependency."
|
|
license = { text = "MIT" }
|
|
dependencies = ["psutil", "pynvml"]
|
|
|
|
[project.urls]
|
|
Repository = "https://github.com/forkless/ComfyUI-XPUSYS-Monitor-AMD"
|
|
|
|
[tool.comfy]
|
|
PublisherId = "forkless"
|
|
DisplayName = "ComfyUI-XPUSYS-Monitor-AMD"
|
|
Icon = ""
|