From fa86308801ee36eee0852fc7f272ed34bf73867e Mon Sep 17 00:00:00 2001 From: "async () = process.env.GIT_USERNAME || (await ghUser()).email && (await ghUser()).name || DIE(\"Missing env.GIT_USERNAME\")" Date: Thu, 15 May 2025 13:06:29 +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..cd5ddd5 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "matrix-game" +description = "Make Matrix-Game avialbe in ComfyUI." +version = "1.0.0" +license = {file = "LICENSE"} +dependencies = ["diffusers==0.32.2", "einops==0.8.1", "flash_attn==2.7.4.post1", "ftfy==6.3.1", "imageio==2.34.0", "numpy==1.6.0", "opencv_python==4.9.0.80", "opencv_python_headless==4.9.0.80", "packaging==25.0", "peft==0.14.0", "Pillow==11.2.1", "regex==2024.11.6", "safetensors==0.5.3", "torch==2.5.1", "torchvision==0.20.1", "torchaudio==2.5.1", "transformers==4.47.1"] + +[project.urls] +Repository = "https://github.com/Yuan-ManX/ComfyUI-Matrix-Game" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-Matrix-Game" +Icon = ""