Skip to content

Commit a2b7597

Browse files
committed
Create pyproject.toml
1 parent 6570efe commit a2b7597

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)