From f863c47b35a2698d7e486f0a8ff36e757cb6a625 Mon Sep 17 00:00:00 2001 From: Isi Date: Sat, 7 Sep 2024 19:23:46 +0100 Subject: [PATCH] Update pyproject.toml Previous workflows should still work --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f8a49e..482550c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-unianimate-w" description = "These are nodes to animate an image with a reference video using UniAnimate. [w/Name conflict with AIFSH/ComfyUI-UniAnimate. Cannot install simulatenously.]" -version = "1.0.0" +version = "1.1.0" license = {file = "LICENSE"} dependencies = ["numpy==1.26.0", "opencv-python==4.9.0.80", "pytorch_lightning==2.3.0", "lightning_utilities==0.10.0", "lightning_fabric==2.3.0", "torchmetrics==1.3.0.post0", "xformers==0.0.27", "einops==0.7.0", "onnxruntime==1.18.0", "open-clip-torch==2.24.0", "fairscale==0.4.13", "easydict==1.11", "imageio==2.33.1", "matplotlib>=3.8.2", "args"]