Compare commits
3 Commits
666f129739
...
d8bb1fcf6f
Author | SHA1 | Date |
---|---|---|
|
d8bb1fcf6f | |
|
0e481609ea | |
|
b18a6095c1 |
|
@ -48,7 +48,7 @@ Track and change faces on the fly.
|
|||
[Download latest pre-built version with CUDA support](https://hacksider.gumroad.com/l/vccdmm) - No Manual Installation/Downloading required.
|
||||
|
||||
## Installation (Manual)
|
||||
|
||||
Please be aware that the installation needs technical skills and is NOT for beginners. Please do NOT open platform and installation related issues on GitHub before discussing it on the discord server.
|
||||
### Basic Installation (CPU)
|
||||
|
||||
This is more likely to work on your computer but will be slower as it utilizes the CPU.
|
||||
|
@ -90,6 +90,8 @@ brew install python-tk@3.10
|
|||
|
||||
**Run:** If you don't have a GPU, you can run Deep-Live-Cam using `python run.py`. Note that initial execution will download models (~300MB).
|
||||
|
||||
> Note: If you have WSL1 then you need to install an X server on Windows (e.g Xming), while if you have WSL2 you no need to do that. The link [here](https://askubuntu.com/a/1418950) describes the options to configure DISPLAY variable depending on your environment.
|
||||
|
||||
|
||||
### GPU Acceleration (Optional)
|
||||
|
||||
|
|
Loading…
Reference in New Issue