From 4f8049c5a5fe1b9e41ce63eb4c68d5689308cfb2 Mon Sep 17 00:00:00 2001 From: snomiao Date: Thu, 1 Aug 2024 23:03:51 +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 a3ce15c..642723a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui-supir" description = "Wrapper nodes to use SUPIR upscaling process in ComfyUI" version = "1.0.1" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = ["transformers>=4.28.1", "fsspec>=2023.4.0", "kornia>=0.6.9", "open-clip-torch>=2.24.0", "Pillow>=9.4.0", "pytorch-lightning>=2.2.1", "omegaconf", "accelerate"] [project.urls]