numz commited on
Commit
f4c4828
·
verified ·
1 Parent(s): eea10fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -200,10 +200,11 @@ set each field and click "Agree and access repository"
200
  /opt/homebrew/bin/python3.9 -m venv venv
201
  ./venv/bin/python3.9 -m pip install inaSpeechSegmenter
202
  ./venv/bin/python3.9 -m pip install tyro==0.8.5 pykalman==0.9.7
 
 
203
  ./venv/bin/python3.9 -m pip install TTS==0.21.2
204
  ./venv/bin/python3.9 -m pip install gradio==4.14.0 imutils==0.5.4 moviepy websocket-client requests_toolbelt filetype 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 openai-whisper==20231117 resampy==0.4.0 scenedetect==0.6.2 uvicorn==0.23.2 starlette==0.35.1 fastapi==0.109.0
205
  ./venv/bin/python3.9 -m pip install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2
206
- ./venv/bin/python3.9 -m pip install transformers==4.33.2
207
  ./venv/bin/python3.9 -m pip install numpy==1.24.4
208
  ```
209
  3.1. for silicon, one more step is needed
@@ -221,6 +222,7 @@ set each field and click "Agree and access repository"
221
  5. Launch UI
222
  ```
223
  mkdir projects
 
224
  ./venv/bin/python3.9 wav2lip_studio.py
225
  ```
226
 
 
200
  /opt/homebrew/bin/python3.9 -m venv venv
201
  ./venv/bin/python3.9 -m pip install inaSpeechSegmenter
202
  ./venv/bin/python3.9 -m pip install tyro==0.8.5 pykalman==0.9.7
203
+ ./venv/bin/python3.9 -m pip install transformers==4.33.2
204
+ ./venv/bin/python3.9 -m pip install spacy==3.7.4
205
  ./venv/bin/python3.9 -m pip install TTS==0.21.2
206
  ./venv/bin/python3.9 -m pip install gradio==4.14.0 imutils==0.5.4 moviepy websocket-client requests_toolbelt filetype 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 openai-whisper==20231117 resampy==0.4.0 scenedetect==0.6.2 uvicorn==0.23.2 starlette==0.35.1 fastapi==0.109.0
207
  ./venv/bin/python3.9 -m pip install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2
 
208
  ./venv/bin/python3.9 -m pip install numpy==1.24.4
209
  ```
210
  3.1. for silicon, one more step is needed
 
222
  5. Launch UI
223
  ```
224
  mkdir projects
225
+ export PYTORCH_ENABLE_MPS_FALLBACK=1
226
  ./venv/bin/python3.9 wav2lip_studio.py
227
  ```
228