mirror of
https://github.com/KwaiVGI/LivePortrait.git
synced 2024-12-22 04:12:38 +00:00
chore: rename file
This commit is contained in:
parent
8b1e1c77cb
commit
fe320a7355
@ -27,9 +27,9 @@ python setup.py build install
|
||||
cd - # equal to cd ../../../../../../../
|
||||
```
|
||||
|
||||
You can run the model using the script `inference_animal.py`:
|
||||
You can run the model using the script `inference_animals.py`:
|
||||
```bash
|
||||
python inference_animal.py -s assets/examples/source/s39.jpg -d assets/examples/driving/wink.pkl --no_flag_stitching --driving_multiplier 1.75
|
||||
python inference_animals.py -s assets/examples/source/s39.jpg -d assets/examples/driving/wink.pkl --no_flag_stitching --driving_multiplier 1.75
|
||||
```
|
||||
|
||||
Alternatively, we recommend using Gradio. Simply launch it by running:
|
||||
|
@ -135,7 +135,7 @@ cd - # equal to cd ../../../../../../../
|
||||
|
||||
Then
|
||||
```bash
|
||||
python inference_animal.py -s assets/examples/source/s39.jpg -d assets/examples/driving/wink.pkl --driving_multiplier 1.75 --no_flag_stitching
|
||||
python inference_animals.py -s assets/examples/source/s39.jpg -d assets/examples/driving/wink.pkl --driving_multiplier 1.75 --no_flag_stitching
|
||||
```
|
||||
If the script runs successfully, you will get an output mp4 file named `animations/s39--wink_concat.mp4`.
|
||||
<p align="center">
|
||||
|
Loading…
Reference in New Issue
Block a user