Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
This version properly manages memory to reduce the occurrence of OOM error
  • Loading branch information
Isi-dev authored Oct 1, 2024
1 parent 0b47c34 commit c1294b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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.2.1"
version = "1.2.2"
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"]

Expand Down

0 comments on commit c1294b9

Please sign in to comment.