From 37c8064c275459c7995e93a5bfb3fb1498449dfe Mon Sep 17 00:00:00 2001 From: snomiao Date: Thu, 15 Aug 2024 06:59:22 +0000 Subject: [PATCH] chore(pyproject): Add pyproject.toml for Custom Node Registry --- pyproject.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..a7fa768 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui-gguf" +description = "GGUF Quantization support for native ComfyUI models\nThis is currently very much WIP. These custom nodes provide support for model files stored in the GGUF format popularized by llama.cpp.\nWhile quantization wasn't feasible for regular UNET models (conv2d), transformer/DiT models such as flux seem less affected by quantization. This allows running it in much lower bits per weight variable bitrate quants on low-end GPUs." +version = "1.0.0" +license = {file = "LICENSE"} +dependencies = ["gguf>=0.9.1"] + +[project.urls] +Repository = "https://github.com/city96/ComfyUI-GGUF" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-GGUF" +Icon = ""