Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Better installation doc in README
  • Loading branch information
Francesco Saverio Zuppichini authored Jun 27, 2023
1 parent 3eb9567 commit 11effda
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11effda

Please sign in to comment.