forked from NVlabs/stylegan3
-
-
Notifications
You must be signed in to change notification settings - Fork 38
/
environment.yml
35 lines (35 loc) · 1.04 KB
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: stylegan3
channels:
- pytorch
- nvidia
- conda-forge # PR #80 by @SetZero / #143 by @coldwaterq
dependencies:
- python >= 3.8
- pip
- numpy>=1.20
- click>=8.0
- pillow=8.3.1
- scipy=1.7.1
- pytorch::pytorch=1.11 # We can now use Pytorch 1.11!
- nvidia::cudatoolkit=11.3 # Necessary to remove previous PR by @edstoica
- requests=2.26.0
- tqdm=4.62.2
- ninja=1.10.2
- matplotlib=3.4.2
- imageio=2.9.0
- pip:
- imgui==1.3.0
- glfw==2.2.0
- pyopengl==3.1.5
- imageio-ffmpeg==0.4.3
- pyspng
- pyperlin # for Discriminator Synthesis
- psutil # PR #125 by @fastflair / #111 by @siddharthksah
- tensorboard # PR #125 by @fastflair
- torchvision==0.12.0 # For "Discriminator Synthesis" / discriminator_synthesis.py
- pyperlin # For "Discriminator Synthesis" / discriminator_synthesis.py
- scikit-learn # For "Self-Distilled StyleGAN" / multimodal_truncation.py
- moviepy==1.0.3
- ffmpeg-python==0.2.0
- scikit-video==1.1.11
- setuptools==59.5.0 # PR #8 by @ZibbeZabbe