summaryrefslogtreecommitdiffstats
path: root/environment.yaml
blob: eff69ed121d846e176dc1e6d99529c731d312b48 (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
name: ldd
channels:
  - pytorch
  - xformers/label/dev
  - defaults
dependencies:
  - cudatoolkit=11.3
  - matplotlib=3.6.2
  - numpy=1.23.4
  - pip=22.3.1
  - python=3.9.15
  - pytorch=1.13.1
  - torchvision=0.14.1
  - pip:
      - -e .
      - -e git+https://github.com/huggingface/diffusers#egg=diffusers
      - -e git+https://github.com/cloneofsimo/lora#egg=lora-diffusion
      - accelerate==0.15.0
      - bitsandbytes==0.36.0.post2
      - python-slugify>=6.1.2
      - safetensors==0.2.7
      - setuptools==65.6.3
      - test-tube>=0.7.5
      - transformers==4.25.1
      - triton==2.0.0.dev20221202
      - xformers==0.0.16rc401