mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-15 22:56:49 +08:00
15 lines
405 B
TOML
15 lines
405 B
TOML
[project]
|
|
name = "ComfyUI-GGUF"
|
|
description = "GGUF Quantization support for native ComfyUI models."
|
|
version = "1.1.3" # 2.0.0 = GitHub main, 1.X.X = ComfyUI Registry
|
|
license = { file = "LICENSE" }
|
|
dependencies = ["gguf>=0.13.0", "sentencepiece", "protobuf"]
|
|
|
|
[project.urls]
|
|
Repository = "https://github.com/city96/ComfyUI-GGUF"
|
|
|
|
[tool.comfy]
|
|
PublisherId = "city96"
|
|
DisplayName = "ComfyUI-GGUF"
|
|
Icon = ""
|