Compare commits

...

4 Commits

Author SHA1 Message Date
Priyanshu Singh 31adad09e9
Merge 81b4759b39 into e1a01cfba2 2024-09-11 20:31:52 +02:00
Kenneth Estanislao e1a01cfba2
Merge pull request #568 from cyf1r3/main
Update README.md
2024-09-11 13:24:10 +08:00
Anant Singh 06e5e76797
Update README.md
Changed the keyword 'roop' to 'Deep-Live-Cam'.
2024-09-11 10:37:11 +05:30
Priyanshu Singh 81b4759b39
Update README.md
pip install  -r requirements.txt didn't work so I tried this worked
pip install --use-pep517 -r requirements.txt
2024-08-27 01:01:40 +05:30
1 changed files with 6 additions and 1 deletions

View File

@ -33,12 +33,17 @@ Then put those 2 files on the "**models**" folder
We highly recommend to work with a `venv` to avoid issues.
```
pip install -r requirements.txt
```
or try if above failed
```
pip install --use-pep517 -r requirements.txt
```
For MAC OS, You have to install or upgrade python-tk package:
```
brew install python-tk@3.10
```
##### DONE!!! If you don't have any GPU, You should be able to run roop using `python run.py` command. Keep in mind that while running the program for first time, it will download some models which can take time depending on your network connection.
##### DONE!!! If you don't have any GPU, You should be able to run Deep-Live-Cam using `python run.py` command. Keep in mind that while running the program for first time, it will download some models which can take time depending on your network connection.
#### 5. Proceed if you want to use GPU acceleration (optional)