From 22a910251e8f533e35f5e71d7349f469a8062f26 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: Tue, 3 Jun 2025 13:58:42 +0000 Subject: [PATCH] chore(pyproject): Add pyproject.toml for Custom Node Registry --- pyproject.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..574da7f --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,16 @@ +[project] +name = "magi-1" +description = "" +version = "1.0.0" +license = {file = "LICENSE"} +dependencies = ["accelerate==0.32.1", "beautifulsoup4==4.13.4", "debugpy==1.8.14", "diffusers==0.29.2", "einops>=0.6.0", "ffmpeg-python", "flash-attn==2.4.2", "flashinfer-python==0.2.0.post2 --extra-index-url https://flashinfer.ai/whl/cu124/torch2.4/", "ftfy==6.2.0", "gpustat==1.1.1", "imageio==2.34.0", "imageio[ffmpeg]", "matplotlib==3.10.1", "numpy==1.26.4", "protobuf==5.28.3", "rich==14.0.0", "sentencepiece==0.2.0", "timm==1.0.15", "torchdiffeq==0.2.4", "transformers==4.42.3"] + +[project.urls] +Repository = "https://github.com/SandAI-org/MAGI-1" +# Used by Comfy Registry https://registry.comfy.org + +[tool.comfy] +PublisherId = "" +DisplayName = "MAGI-1" +Icon = "" +includes = []