diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..f7cad8b --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "realisdance-comfyui" +description = "a custom node for [a/RealisDance](https://github.com/damo-cv/RealisDance)" +version = "1.0.0" +license = {file = "LICENSE"} +dependencies = ["transformers", "imageio==2.27.0", "decord==0.6.0", "gdown", "einops", "omegaconf", "safetensors", "#gradio", "wandb", "accelerate>=0.16.0", "deepspeed;sys_platform != \"win32\"", "tqdm", "numpy", "packaging", "pyre-extensions==0.0.29", "opencv-python", "matplotlib", "imageio[ffmpeg]", "torchsde", "oss2", "timeout_decorator", "pandas", "backoff", "peft", "piqa", "jsonlines", "diffusers==0.30.1"] + +[project.urls] +Repository = "https://github.com/AIFSH/RealisDance-ComfyUI" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "RealisDance-ComfyUI" +Icon = ""