From 85c378858f5a5505729061a70aa94b7bd4b1ab84 Mon Sep 17 00:00:00 2001 From: shadowcz007 Date: Sat, 13 Jul 2024 22:19:59 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4cafb72..40491c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-liveportrait" description = "The ComfyUI version of [a/LivePortrait](https://github.com/KwaiVGI/LivePortrait)." -version = "1.3.0" +version = "1.3.1" license = "LICENSE" dependencies = ["numpy>=1.26.4", "opencv-python-headless", "imageio>=2.34.2", "lmdb>=1.4.1", "timm>=1.0.7", "rich>=13.7.1", "ffmpeg>=1.4", "onnxruntime-gpu>=1.18.0", "onnx>=1.16.1", "scikit-image>=0.24.0", "albumentations>=1.4.10", "matplotlib>=3.9.0", "imageio-ffmpeg>=0.5.1"]