summaryrefslogtreecommitdiffstats
path: root/environment.yaml
blob: 325644f0d510e1a021d1a321c01e0badbc24d14a (plain) (blame)
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
name: ldd
channels:
  - pytorch
  - nvidia
  - xformers/label/dev
  - defaults
dependencies:
  - cudatoolkit=11.7
  - libcufile=1.4.0.31
  - matplotlib=3.6.2
  - numpy=1.23.4
  - pip=22.3.1
  - python=3.10.8
  - pytorch=1.13.1=*cuda*
  - torchvision=0.14.1
  - pip:
      - -e .
      - -e git+https://github.com/huggingface/diffusers#egg=diffusers
      - accelerate==0.16.0
      - bitsandbytes==0.37.0
      - python-slugify>=6.1.2
      - safetensors==0.2.8
      - setuptools==65.6.3
      - test-tube>=0.7.5
      - transformers==4.26.1
      - triton==2.0.0a2
      - xformers==0.0.17.dev451