Compare commits
4 Commits
e99b4613c6
...
31adad09e9
Author | SHA1 | Date |
---|---|---|
|
31adad09e9 | |
|
e1a01cfba2 | |
|
06e5e76797 | |
|
81b4759b39 |
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue