Update README about ffmpeg
Browse files
README.md
CHANGED
|
@@ -13,9 +13,8 @@ You can try it in Colab
|
|
| 13 |
# Installation And Running
|
| 14 |
### Prerequisite
|
| 15 |
1. `3.9` <= `python` <= `3.12` : https://www.python.org/downloads/release/python-3110/
|
| 16 |
-
2. (
|
| 17 |
-
<br> After installing `FFmpeg`, make sure to add the FFmpeg/bin
|
| 18 |
-
|
| 19 |
## Run Locally
|
| 20 |
1. git clone this repository
|
| 21 |
```
|
|
@@ -41,7 +40,7 @@ If you're using Windows, right-click the script and then click on ***Run with Po
|
|
| 41 |
```
|
| 42 |
git clone https://github.com/jhj0517/AdvancedLivePortrait-WebUI.git
|
| 43 |
```
|
| 44 |
-
2. Build the
|
| 45 |
```
|
| 46 |
docker compose -f docker/docker-compose.yaml build
|
| 47 |
```
|
|
|
|
| 13 |
# Installation And Running
|
| 14 |
### Prerequisite
|
| 15 |
1. `3.9` <= `python` <= `3.12` : https://www.python.org/downloads/release/python-3110/
|
| 16 |
+
2. **(Opitonal, only if you're using Nvidia GPU)** CUDA 12.4 : https://developer.nvidia.com/cuda-12-4-0-download-archive?target_os=Windows
|
| 17 |
+
3. (Optional, only needed if you use Video Driven) `FFmpeg`: https://ffmpeg.org/download.html <br> After installing `FFmpeg`, make sure to add the FFmpeg/bin folder to your **system PATH**!
|
|
|
|
| 18 |
## Run Locally
|
| 19 |
1. git clone this repository
|
| 20 |
```
|
|
|
|
| 40 |
```
|
| 41 |
git clone https://github.com/jhj0517/AdvancedLivePortrait-WebUI.git
|
| 42 |
```
|
| 43 |
+
2. Build the image
|
| 44 |
```
|
| 45 |
docker compose -f docker/docker-compose.yaml build
|
| 46 |
```
|