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