StableDiffusion/environment.yaml

28 lines
569 B
YAML

name: ldm
channels:
- pytorch
- defaults
dependencies:
- python=3.8.5
- pip=20.3
- cudatoolkit=11.3
- numpy=1.23.1
- pytorch=1.12.1
- torchvision=0.13.1
- pip:
- albumentations==1.3.0
- einops==0.3.0
- imageio-ffmpeg==0.4.2
- imageio==2.9.0
- invisible-watermark>=0.1.5
- kornia==0.6
- omegaconf==2.1.1
- open-clip-torch==2.7.0
- opencv-python==4.6.0.66
- pudb==2019.2
- pytorch-lightning==1.4.2
- test-tube>=0.7.5
- torchmetrics==0.6.0
- transformers==4.19.2
- webdataset==0.2.5
- -e .