Update README.md

Better installation doc in README
pull/95/head
Francesco Saverio Zuppichini 2 years ago committed by GitHub
parent 3eb9567a75
commit 11effdab0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,6 +44,19 @@
If you have CUDA graphic card, please follow the requirements of [NVlabs/stylegan3](https://github.com/NVlabs/stylegan3#requirements).
The usual installation steps involved the following commands, they should set up the correct CUDA version
```
conda env create python=3.7 -f environment.yml
conda activate stylegan3
```
Then install the additional requirements
```
pip install -r requirements
```
Otherwise (for GPU acceleration on MacOS with Silicon Mac M1/M2, or just CPU) try the following:
```sh

Loading…
Cancel
Save