ColossalAI/examples/images/diffusion/environment.yaml

33 lines
662 B
YAML
Raw Normal View History

2022-11-08 08:14:45 +00:00
name: ldm
channels:
- pytorch
- defaults
dependencies:
- python=3.9.12
- pip=20.3
- cudatoolkit=11.3
2022-12-12 09:35:23 +00:00
- pytorch=1.12.1
- torchvision=0.13.1
- numpy=1.23.1
2022-11-08 08:14:45 +00:00
- pip:
2022-12-12 09:35:23 +00:00
- albumentations==1.3.0
2022-11-08 08:14:45 +00:00
- opencv-python==4.6.0.66
- imageio==2.9.0
- imageio-ffmpeg==0.4.2
- omegaconf==2.1.1
- test-tube>=0.7.5
2022-12-12 09:35:23 +00:00
- streamlit==1.12.1
2022-11-08 08:14:45 +00:00
- einops==0.3.0
2023-02-08 05:50:27 +00:00
- transformers
2022-12-12 09:35:23 +00:00
- webdataset==0.2.5
2022-11-08 08:14:45 +00:00
- kornia==0.6
2022-12-12 09:35:23 +00:00
- open_clip_torch==2.0.2
- invisible-watermark>=0.1.5
- streamlit-drawable-canvas==0.8.0
- torchmetrics==0.7.0
2022-11-08 08:14:45 +00:00
- prefetch_generator
2022-12-12 09:35:23 +00:00
- datasets
- colossalai==0.2.5
- lightning==1.9.0
2022-11-08 08:14:45 +00:00
- -e .