numz commited on
Commit
53705ce
1 Parent(s): b65c3d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -83,11 +83,14 @@ It improves the quality of the lip-sync videos generated by the [Wav2Lip tool](h
83
 
84
  ## 💻 Installation
85
 
86
- 1. Install [python 3.10.11](https://www.python.org/downloads/release/python-31011/)
87
- 2. Install [git](https://git-scm.com/downloads)
88
- 3. Install [Cuda 11.8](https://developer.nvidia.com/cuda-11-8-0-download-archive) if not ever done.
 
 
 
89
  ![Illustration](demo/cuda.png)
90
- 4. Check python and git installation
91
  ```bash
92
  python --version
93
  git --version
@@ -103,9 +106,6 @@ It improves the quality of the lip-sync videos generated by the [Wav2Lip tool](h
103
  Cuda compilation tools, release 11.8, V11.8.89
104
  Build cuda_11.8.r11.8/compiler.31833905_0
105
  ```
106
- 5. Install [Visual Studio](https://visualstudio.microsoft.com/fr/downloads/). During the install, make sure to include the Python and C++ packages in visual studio installer.
107
- ![Illustration](demo/visual_studio_1.png)
108
- ![Illustration](demo/visual_studio_2.png)
109
  6. if you have multiple Python version on your computer edit wav2lip-studio.bat and change the following line:
110
  ```bash
111
  REM set PYTHON="your python.exe path"
@@ -119,7 +119,7 @@ To do so, go to :
119
  - [pyannote segmentation-3.0 huggingface repository](https://huggingface.co/pyannote/segmentation-3.0)
120
  set each field and click "Agree and access repository"
121
  ![Illustration](demo/hf_aggrement.png)
122
- 9. Create an access token to Huggingface:
123
  1. Connect with your account
124
  2. go to [access tokens](https://huggingface.co/settings/token) in settings
125
  3. create a new token in read mode
@@ -130,7 +130,7 @@ set each field and click "Agree and access repository"
130
  "huggingface_token": "your token"
131
  }
132
  ```
133
- 10. double click on wav2lip-studio.bat, that will install the requirements and download models
134
 
135
  ## Tutorial
136
  - [FR version](https://youtu.be/43Q8YASkcUA)
 
83
 
84
  ## 💻 Installation
85
 
86
+ 1.Install [Visual Studio](https://visualstudio.microsoft.com/fr/downloads/). During the install, make sure to include the Python and C++ packages in visual studio installer.
87
+ ![Illustration](demo/visual_studio_1.png)
88
+ ![Illustration](demo/visual_studio_2.png)
89
+ 2. Install [python 3.10.11](https://www.python.org/downloads/release/python-31011/)
90
+ 3. Install [git](https://git-scm.com/downloads)
91
+ 4. Install [Cuda 11.8](https://developer.nvidia.com/cuda-11-8-0-download-archive) if not ever done.
92
  ![Illustration](demo/cuda.png)
93
+ 5. Check python and git installation
94
  ```bash
95
  python --version
96
  git --version
 
106
  Cuda compilation tools, release 11.8, V11.8.89
107
  Build cuda_11.8.r11.8/compiler.31833905_0
108
  ```
 
 
 
109
  6. if you have multiple Python version on your computer edit wav2lip-studio.bat and change the following line:
110
  ```bash
111
  REM set PYTHON="your python.exe path"
 
119
  - [pyannote segmentation-3.0 huggingface repository](https://huggingface.co/pyannote/segmentation-3.0)
120
  set each field and click "Agree and access repository"
121
  ![Illustration](demo/hf_aggrement.png)
122
+ 8. Create an access token to Huggingface:
123
  1. Connect with your account
124
  2. go to [access tokens](https://huggingface.co/settings/token) in settings
125
  3. create a new token in read mode
 
130
  "huggingface_token": "your token"
131
  }
132
  ```
133
+ 9. double click on wav2lip-studio.bat, that will install the requirements and download models
134
 
135
  ## Tutorial
136
  - [FR version](https://youtu.be/43Q8YASkcUA)