Skip to content

Commit

Permalink
Merge pull request XingangPan#95 from FrancescoSaverioZuppichini/main
Browse files Browse the repository at this point in the history
Better Installation Instructions
  • Loading branch information
XingangPan authored Jun 28, 2023
2 parents 3eb9567 + 9b1c595 commit a3303cd
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 involve the following commands, they should set up the correct CUDA version and all the python packages

```
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 a3303cd

Please sign in to comment.