We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6570efe commit a2b7597Copy full SHA for a2b7597
pyproject.toml
@@ -0,0 +1,14 @@
1
+[project]
2
+name = "comfyui-gguf"
3
+description = "GGUF Quantization support for native ComfyUI models."
4
+version = "2.0.0" # 2.0.0 = GitHub main, 1.X.X = ComfyUI Registry
5
+license = { file = "LICENSE" }
6
+dependencies = ["gguf>=0.13.0", "sentencepiece", "protobuf"]
7
+
8
+[project.urls]
9
+Repository = "https://github.com/city96/ComfyUI-GGUF"
10
11
+[tool.comfy]
12
+PublisherId = "city96"
13
+DisplayName = "ComfyUI-GGUF"
14
+Icon = ""
0 commit comments