We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7147ec4 + 425e4bc commit 522ee8cCopy full SHA for 522ee8c
1 file changed
pyproject.toml
@@ -0,0 +1,14 @@
1
+[project]
2
+name = "amdgpumonitor"
3
+description = "A simple, lightweight AMD GPU monitoring tool for ComfyUI that displays real-time information about your AMD GPU directly in the UI."
4
+version = "1.0.0"
5
+license = {file = "LICENSE"}
6
+
7
+[project.urls]
8
+Repository = "https://github.com/iDAPPA/ComfyUI-AMDGPUMonitor"
9
+# Used by Comfy Registry https://comfyregistry.org
10
11
+[tool.comfy]
12
+PublisherId = "idappa"
13
+DisplayName = "ComfyUI-AMDGPUMonitor"
14
+Icon = ""
0 commit comments