mirror of
https://github.com/KwaiVGI/LivePortrait.git
synced 2024-12-22 04:12:38 +00:00
fix: update dependency version (#421)
Co-authored-by: zhongzhizhou <zhongzhizhou@kuaishou.com>
This commit is contained in:
parent
ce950f8597
commit
d3632e0318
@ -72,7 +72,7 @@ git clone https://github.com/KwaiVGI/LivePortrait
|
||||
cd LivePortrait
|
||||
|
||||
# create env using conda
|
||||
conda create -n LivePortrait python=3.9
|
||||
conda create -n LivePortrait python=3.10
|
||||
conda activate LivePortrait
|
||||
```
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
-r requirements_base.txt
|
||||
|
||||
onnxruntime-gpu==1.18.0
|
||||
transformers==4.22.0
|
||||
transformers==4.38.0
|
||||
|
@ -13,6 +13,6 @@ albumentations==1.4.10
|
||||
matplotlib==3.9.0
|
||||
imageio-ffmpeg==0.5.1
|
||||
tyro==0.8.5
|
||||
gradio==4.37.1
|
||||
gradio==5.1.0
|
||||
pykalman==0.9.7
|
||||
pillow>=10.2.0
|
Loading…
Reference in New Issue
Block a user