Update README.md
Browse files
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.
|
87 |
-
|
88 |
-
|
|
|
|
|
|
|
89 |

|
90 |
-
|
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 |
-

|
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,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 |

|
122 |
-
|
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 |
-
|
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 |
+

|
88 |
+

|
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 |

|
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 |

|
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)
|