From fa3d8c607de6a83718d47f37f46343d1f7e7885b Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Thu, 19 Dec 2024 15:05:59 -0800 Subject: [PATCH] v1.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d52c924..45d5cbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui_instantid" description = "Native InstantID support for ComfyUI. This extension differs from the many already available as it doesn't use diffusers but instead implements InstantID natively and it fully integrates with ComfyUI." -version = "1.0.0" +version = "1.1.0" license = "LICENSE" dependencies = ["insightface", "onnxruntime", "onnxruntime-gpu"]