jhj0517 commited on
Commit
34efb13
·
2 Parent(s): a569e57 f78e590

Update README about ffmpeg

Browse files
Files changed (1) hide show
  1. README.md +3 -4
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. (Optional, only needed if you are using Video Driven) `FFmpeg`: https://ffmpeg.org/download.html
17
- <br> After installing `FFmpeg`, make sure to add the FFmpeg/bin directory to your **system PATH**!
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 imade
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
  ```