EveryDream-trainer/environment.yaml

31 lines
745 B
YAML
Raw Normal View History

2022-11-07 07:45:32 -07:00
name: everydream
2022-09-06 01:00:21 -06:00
channels:
- pytorch
- defaults
dependencies:
- python=3.8.10
- pip=20.3
- cudatoolkit=11.3
2022-11-01 10:25:08 -06:00
- pytorch=1.12.1
2022-11-02 19:46:03 -06:00
- torchvision=0.13.1
2022-09-06 01:00:21 -06:00
- numpy=1.22.3
- pip:
- albumentations==1.1.0
- opencv-python==4.2.0.34
- pudb==2019.2
- imageio==2.14.1
- imageio-ffmpeg==0.4.7
- pytorch-lightning==1.5.9
- omegaconf==2.1.1
- test-tube>=0.7.5
- streamlit>=0.73.1
- setuptools==59.5.0
- pillow==9.0.1
- einops==0.4.1
- torch-fidelity==0.3.0
2022-11-01 10:25:08 -06:00
- transformers==4.19.2
2022-09-06 01:00:21 -06:00
- torchmetrics==0.6.0
- kornia==0.6
- -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
- -e git+https://github.com/openai/CLIP.git@main#egg=clip
2022-11-03 00:21:38 -06:00
- -e .