From e94e197a534d07690c5dbb42941f7b4703da7da5 Mon Sep 17 00:00:00 2001 From: snomiao Date: Thu, 1 Aug 2024 17:03:28 +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 bf900be..4075c43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui_ipadapter_plus" description = "ComfyUI reference implementation for the IPAdapter models. The IPAdapter are very powerful models for image conditioning. The style and composition of a reference can be easily transferred to the generation. Think of it as a 1-image lora." version = "2.0.0" -license = "GPL-3.0 license" +license = { text = "GNU General Public License v3.0" } [project.urls] Repository = "https://github.com/cubiq/ComfyUI_IPAdapter_plus"