Update README.md
Browse files
README.md
CHANGED
@@ -139,6 +139,7 @@ set each field and click "Agree and access repository"
|
|
139 |
|
140 |
# MACOS Users
|
141 |
1. Install python 3.9
|
|
|
142 |
`
|
143 |
brew update
|
144 |
brew install [email protected]
|
@@ -146,6 +147,7 @@ set each field and click "Agree and access repository"
|
|
146 |
git-lfs install
|
147 |
`
|
148 |
3. Install environnement and requirements
|
|
|
149 |
`
|
150 |
cd /YourWav2lipStudioFolder
|
151 |
/opt/homebrew/bin/python3.9 -m venv venv
|
@@ -154,7 +156,9 @@ set each field and click "Agree and access repository"
|
|
154 |
./venv/bin/python3.9 -m pip install transformers==4.33.2
|
155 |
./venv/bin/python3.9 -m pip install numpy==1.24.4
|
156 |
`
|
|
|
157 |
if It doesn't works or too long on pip install -r requirements.txt
|
|
|
158 |
`
|
159 |
./venv/bin/python3.9 -m pip install inaSpeechSegmenter
|
160 |
./venv/bin/python3.9 -m pip install gradio==4.14.0 imutils==0.5.4 numpy opencv-python==4.8.0.76 scipy==1.11.2 requests==2.28.1 pillow==9.3.0 librosa==0.10.0 opencv-contrib-python==4.8.0.76 huggingface_hub==0.20.2 tqdm==4.66.1 cutlet==0.3.0 numba==0.57.1 imageio_ffmpeg==0.4.9 insightface==0.7.3 unidic==1.1.0 onnx==1.14.1 onnxruntime==1.16.0 psutil==5.9.5 lpips==0.1.4 GitPython==3.1.36 facexlib==0.3.0 gfpgan==1.3.8 gdown==4.7.1 pyannote.audio==3.1.1 TTS==0.21.2 openai-whisper==20231117 resampy==0.4.0 scenedetect==0.6.2 uvicorn==0.23.2 starlette==0.35.1 fastapi==0.109.0 fugashii
|
@@ -162,6 +166,7 @@ set each field and click "Agree and access repository"
|
|
162 |
./venv/bin/python3.9 -m pip install transformers==4.33.2
|
163 |
./venv/bin/python3.9 -m pip install numpy==1.24.4
|
164 |
`
|
|
|
165 |
3. Install models
|
166 |
`
|
167 |
git clone https://huggingface.co/numz/wav2lip_studio models
|
|
|
139 |
|
140 |
# MACOS Users
|
141 |
1. Install python 3.9
|
142 |
+
|
143 |
`
|
144 |
brew update
|
145 |
brew install [email protected]
|
|
|
147 |
git-lfs install
|
148 |
`
|
149 |
3. Install environnement and requirements
|
150 |
+
|
151 |
`
|
152 |
cd /YourWav2lipStudioFolder
|
153 |
/opt/homebrew/bin/python3.9 -m venv venv
|
|
|
156 |
./venv/bin/python3.9 -m pip install transformers==4.33.2
|
157 |
./venv/bin/python3.9 -m pip install numpy==1.24.4
|
158 |
`
|
159 |
+
|
160 |
if It doesn't works or too long on pip install -r requirements.txt
|
161 |
+
|
162 |
`
|
163 |
./venv/bin/python3.9 -m pip install inaSpeechSegmenter
|
164 |
./venv/bin/python3.9 -m pip install gradio==4.14.0 imutils==0.5.4 numpy opencv-python==4.8.0.76 scipy==1.11.2 requests==2.28.1 pillow==9.3.0 librosa==0.10.0 opencv-contrib-python==4.8.0.76 huggingface_hub==0.20.2 tqdm==4.66.1 cutlet==0.3.0 numba==0.57.1 imageio_ffmpeg==0.4.9 insightface==0.7.3 unidic==1.1.0 onnx==1.14.1 onnxruntime==1.16.0 psutil==5.9.5 lpips==0.1.4 GitPython==3.1.36 facexlib==0.3.0 gfpgan==1.3.8 gdown==4.7.1 pyannote.audio==3.1.1 TTS==0.21.2 openai-whisper==20231117 resampy==0.4.0 scenedetect==0.6.2 uvicorn==0.23.2 starlette==0.35.1 fastapi==0.109.0 fugashii
|
|
|
166 |
./venv/bin/python3.9 -m pip install transformers==4.33.2
|
167 |
./venv/bin/python3.9 -m pip install numpy==1.24.4
|
168 |
`
|
169 |
+
|
170 |
3. Install models
|
171 |
`
|
172 |
git clone https://huggingface.co/numz/wav2lip_studio models
|