echen01 commited on
Commit
aac785b
1 Parent(s): 7d7fc62

update pkgs readme

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -32,6 +32,11 @@ git lfs install
32
  git clone https://huggingface.co/spaces/emc348/faces-through-time
33
  ```
34
 
 
 
 
 
 
35
  To run with cuda, change line 3 in `configs/global_config.py` to
36
  ```python
37
  device = "cuda"
 
32
  git clone https://huggingface.co/spaces/emc348/faces-through-time
33
  ```
34
 
35
+ To run StyleGAN, install the following packages
36
+ ```
37
+ pip install click requests tqdm pyspng ninja imageio-ffmpeg==0.4.3 torch==1.9.1+cu111 torchvision
38
+ ```
39
+
40
  To run with cuda, change line 3 in `configs/global_config.py` to
41
  ```python
42
  device = "cuda"