summaryrefslogtreecommitdiffstats
path: root/environment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'environment.yaml')
-rw-r--r--environment.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/environment.yaml b/environment.yaml
index 57624a3..1e6ac60 100644
--- a/environment.yaml
+++ b/environment.yaml
@@ -13,16 +13,15 @@ dependencies:
13 - python=3.10.8 13 - python=3.10.8
14 - pytorch=1.13.1=*cuda* 14 - pytorch=1.13.1=*cuda*
15 - torchvision=0.14.1 15 - torchvision=0.14.1
16 - xformers=0.0.17.dev461
16 - pip: 17 - pip:
17 - -e . 18 - -e .
18 - -e git+https://github.com/huggingface/diffusers#egg=diffusers 19 - -e git+https://github.com/huggingface/diffusers#egg=diffusers
19 - accelerate==0.16.0 20 - accelerate==0.16.0
20 - bitsandbytes==0.37.0 21 - bitsandbytes==0.37.0
21 - lion-pytorch==0.0.6
22 - python-slugify>=6.1.2 22 - python-slugify>=6.1.2
23 - safetensors==0.2.8 23 - safetensors==0.2.8
24 - setuptools==65.6.3 24 - setuptools==65.6.3
25 - test-tube>=0.7.5 25 - test-tube>=0.7.5
26 - transformers==4.26.1 26 - transformers==4.26.1
27 - triton==2.0.0a2 27 - triton==2.0.0a2
28 - xformers==0.0.17.dev451