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"