ALEX V
commited on
Commit
·
4594643
1
Parent(s):
cedbaf3
Upload environment.yaml
Browse files- environment.yaml +31 -0
environment.yaml
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: everydream
|
2 |
+
channels:
|
3 |
+
- pytorch
|
4 |
+
- defaults
|
5 |
+
dependencies:
|
6 |
+
- python=3.8.10
|
7 |
+
- pip=20.3
|
8 |
+
- cudatoolkit=11.3
|
9 |
+
- pytorch=1.12.1
|
10 |
+
- torchvision=0.13.1
|
11 |
+
- numpy=1.22.3
|
12 |
+
- pip:
|
13 |
+
- albumentations==1.1.0
|
14 |
+
- opencv-python==4.2.0.34
|
15 |
+
- pudb==2019.2
|
16 |
+
- imageio==2.14.1
|
17 |
+
- imageio-ffmpeg==0.4.7
|
18 |
+
- pytorch-lightning==1.6.5
|
19 |
+
- omegaconf==2.1.1
|
20 |
+
- test-tube>=0.7.5
|
21 |
+
- streamlit>=0.73.1
|
22 |
+
- setuptools==59.5.0
|
23 |
+
- pillow==9.0.1
|
24 |
+
- einops==0.4.1
|
25 |
+
- torch-fidelity==0.3.0
|
26 |
+
- transformers==4.19.2
|
27 |
+
- torchmetrics==0.6.0
|
28 |
+
- kornia==0.6
|
29 |
+
- -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
30 |
+
- -e git+https://github.com/openai/CLIP.git@main#egg=clip
|
31 |
+
- -e .
|