From f7d3f1e5caf675f1a0d1a172d382a0624b8d0165 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 20 Dec 2022 13:31:11 +0100 Subject: Dependency cleanup/upgrades --- environment.yaml | 34 ++++++++++------------------------ 1 file changed, 10 insertions(+), 24 deletions(-) (limited to 'environment.yaml') diff --git a/environment.yaml b/environment.yaml index 57e090c..e598f72 100644 --- a/environment.yaml +++ b/environment.yaml @@ -5,34 +5,20 @@ channels: - defaults dependencies: - cudatoolkit=11.3 - - numpy=1.22.3 - - pip=20.3 - - python=3.9.13 - - pytorch=1.12.1 - - torchvision=0.13.1 - - pandas=1.4.3 - - xformers=0.0.15.dev344 + - 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/CompVis/taming-transformers.git@master#egg=taming-transformers - - -e git+https://github.com/openai/CLIP.git@main#egg=clip - - -e git+https://github.com/devilismyfriend/latent-diffusion#egg=latent-diffusion - -e git+https://github.com/huggingface/diffusers#egg=diffusers - - accelerate==0.12.0 - - albumentations==1.1.0 + - -e git+https://github.com/cloneofsimo/lora#egg=lora-diffusion + - accelerate==0.15.0 - bitsandbytes==0.35.4 - - einops==0.4.1 - - imageio==2.22.0 - - k-diffusion==0.0.12 - - kornia==0.6 - - pudb==2019.2 - - omegaconf==2.2.3 - - opencv-python-headless==4.6.0.66 - python-slugify>=6.1.2 - - pytorch-lightning==1.7.7 - - setuptools==59.5.0 + - setuptools==65.6.3 - test-tube>=0.7.5 - - torch-fidelity==0.3.0 - - torchmetrics==0.9.3 - transformers==4.25.1 - - triton==2.0.0.dev20221105 + - triton==2.0.0.dev20221202 + - xformers==0.0.16rc391 -- cgit v1.2.3-54-g00ecf