Update README.md
Browse files
README.md
CHANGED
@@ -86,11 +86,13 @@ It improves the quality of the lip-sync videos generated by the [Wav2Lip tool](h
|
|
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 |
-
|
|
|
94 |
```bash
|
95 |
python --version
|
96 |
git --version
|
@@ -106,20 +108,20 @@ It improves the quality of the lip-sync videos generated by the [Wav2Lip tool](h
|
|
106 |
Cuda compilation tools, release 11.8, V11.8.89
|
107 |
Build cuda_11.8.r11.8/compiler.31833905_0
|
108 |
```
|
109 |
-
|
110 |
```bash
|
111 |
REM set PYTHON="your python.exe path"
|
112 |
```
|
113 |
```bash
|
114 |
set PYTHON="your python.exe path"
|
115 |
```
|
116 |
-
|
117 |
To do so, go to :
|
118 |
- [pyannote diarization-3.1 huggingface repository](https://huggingface.co/pyannote/speaker-diarization-3.1)
|
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 |
-
|
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 +132,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)
|
|
|
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 |
+
|
90 |
2. Install [python 3.10.11](https://www.python.org/downloads/release/python-31011/)
|
91 |
3. Install [git](https://git-scm.com/downloads)
|
92 |
4. Install [Cuda 11.8](https://developer.nvidia.com/cuda-11-8-0-download-archive) if not ever done.
|
93 |
![Illustration](demo/cuda.png)
|
94 |
+
|
95 |
+
6. Check python and git installation
|
96 |
```bash
|
97 |
python --version
|
98 |
git --version
|
|
|
108 |
Cuda compilation tools, release 11.8, V11.8.89
|
109 |
Build cuda_11.8.r11.8/compiler.31833905_0
|
110 |
```
|
111 |
+
7. if you have multiple Python version on your computer edit wav2lip-studio.bat and change the following line:
|
112 |
```bash
|
113 |
REM set PYTHON="your python.exe path"
|
114 |
```
|
115 |
```bash
|
116 |
set PYTHON="your python.exe path"
|
117 |
```
|
118 |
+
8. pyannote.audio:You need to agree to share your contact information to access pyannote models.
|
119 |
To do so, go to :
|
120 |
- [pyannote diarization-3.1 huggingface repository](https://huggingface.co/pyannote/speaker-diarization-3.1)
|
121 |
- [pyannote segmentation-3.0 huggingface repository](https://huggingface.co/pyannote/segmentation-3.0)
|
122 |
set each field and click "Agree and access repository"
|
123 |
![Illustration](demo/hf_aggrement.png)
|
124 |
+
9. Create an access token to Huggingface:
|
125 |
1. Connect with your account
|
126 |
2. go to [access tokens](https://huggingface.co/settings/token) in settings
|
127 |
3. create a new token in read mode
|
|
|
132 |
"huggingface_token": "your token"
|
133 |
}
|
134 |
```
|
135 |
+
10. double click on wav2lip-studio.bat, that will install the requirements and download models
|
136 |
|
137 |
## Tutorial
|
138 |
- [FR version](https://youtu.be/43Q8YASkcUA)
|