mirror of
https://github.com/KwaiVGI/LivePortrait.git
synced 2024-12-22 20:42:38 +00:00
chore: update readme and remove timm
This commit is contained in:
parent
2f808ca1d6
commit
39698bc6b3
@ -102,7 +102,7 @@ python inference.py -h
|
|||||||
|
|
||||||
### 4. Gradio interface
|
### 4. Gradio interface
|
||||||
|
|
||||||
We also provide a Gradio interface for a better experience. Please install `gradio` and then run `app.py`:
|
We also provide a Gradio interface for a better experience, just run by:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python app.py
|
python app.py
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
--extra-index-url https://download.pytorch.org/whl/cu118
|
--extra-index-url https://download.pytorch.org/whl/cu118
|
||||||
torch==2.3.0
|
torch==2.3.0
|
||||||
torchvision==0.18.0
|
torchvision==0.18.0
|
||||||
torchaudio==2.3.0
|
torchaudio==2.3.0
|
||||||
|
|
||||||
numpy==1.26.4
|
numpy==1.26.4
|
||||||
pyyaml==6.0.1
|
pyyaml==6.0.1
|
||||||
@ -10,7 +10,6 @@ scipy==1.13.1
|
|||||||
imageio==2.34.2
|
imageio==2.34.2
|
||||||
lmdb==1.4.1
|
lmdb==1.4.1
|
||||||
tqdm==4.66.4
|
tqdm==4.66.4
|
||||||
timm==1.0.7
|
|
||||||
rich==13.7.1
|
rich==13.7.1
|
||||||
ffmpeg==1.4
|
ffmpeg==1.4
|
||||||
onnxruntime-gpu==1.18.0
|
onnxruntime-gpu==1.18.0
|
||||||
@ -20,4 +19,4 @@ albumentations==1.4.10
|
|||||||
matplotlib==3.9.0
|
matplotlib==3.9.0
|
||||||
imageio-ffmpeg==0.5.1
|
imageio-ffmpeg==0.5.1
|
||||||
tyro==0.8.5
|
tyro==0.8.5
|
||||||
gradio==4.37.1
|
gradio==4.37.1
|
||||||
|
Loading…
Reference in New Issue
Block a user