From 5dc07c1511ddbed0b0f5a490ab53dd552365ae17 Mon Sep 17 00:00:00 2001 From: snomiao Date: Sat, 8 Mar 2025 18:22:17 +0000 Subject: [PATCH] chore(licence-update): Update PyProject Toml - License --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9175d7c..e61354cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui_hallo" description = "Unofficial implementation of [a/hallo](https://github.com/fudan-generative-vision/hallo) for ComfyUI" version = "1.0.0" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = ["diffusers", "omegaconf", "librosa", "audio-separator", "onnxruntime-gpu", "opencv-python", "onnx2torch", "onnx", "moviepy", "accelerate", "av", "bitsandbytes", "decord", "einops", "insightface", "mediapipe[vision]==0.10.14", "mlflow", "tqdm", "isort", "pylint", "pre-commit", "accelerate", "xformers", "torch", "numpy", "opencv-python"] [project.urls]