diff options
-rw-r--r-- | environment.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/environment.yaml b/environment.yaml index 24693d5..57e090c 100644 --- a/environment.yaml +++ b/environment.yaml | |||
@@ -16,14 +16,14 @@ dependencies: | |||
16 | - -e . | 16 | - -e . |
17 | - -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers | 17 | - -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers |
18 | - -e git+https://github.com/openai/CLIP.git@main#egg=clip | 18 | - -e git+https://github.com/openai/CLIP.git@main#egg=clip |
19 | - -e git+https://github.com/hlky/k-diffusion-sd#egg=k_diffusion | ||
20 | - -e git+https://github.com/devilismyfriend/latent-diffusion#egg=latent-diffusion | 19 | - -e git+https://github.com/devilismyfriend/latent-diffusion#egg=latent-diffusion |
21 | - -e git+https://github.com/huggingface/diffusers#egg=diffusers | 20 | - -e git+https://github.com/huggingface/diffusers#egg=diffusers |
22 | - accelerate==0.12.0 | 21 | - accelerate==0.12.0 |
23 | - albumentations==1.1.0 | 22 | - albumentations==1.1.0 |
24 | - bitsandbytes==0.34.0 | 23 | - bitsandbytes==0.35.4 |
25 | - einops==0.4.1 | 24 | - einops==0.4.1 |
26 | - imageio==2.22.0 | 25 | - imageio==2.22.0 |
26 | - k-diffusion==0.0.12 | ||
27 | - kornia==0.6 | 27 | - kornia==0.6 |
28 | - pudb==2019.2 | 28 | - pudb==2019.2 |
29 | - omegaconf==2.2.3 | 29 | - omegaconf==2.2.3 |
@@ -34,5 +34,5 @@ dependencies: | |||
34 | - test-tube>=0.7.5 | 34 | - test-tube>=0.7.5 |
35 | - torch-fidelity==0.3.0 | 35 | - torch-fidelity==0.3.0 |
36 | - torchmetrics==0.9.3 | 36 | - torchmetrics==0.9.3 |
37 | - transformers==4.23.1 | 37 | - transformers==4.25.1 |
38 | - triton==2.0.0.dev20221105 | 38 | - triton==2.0.0.dev20221105 |