From 68a3735352d3e62d46556b677407fc71b78c47c4 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 27 Sep 2022 08:21:28 +0200 Subject: Better sample filenames, optimizations --- environment.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'environment.yaml') diff --git a/environment.yaml b/environment.yaml index a460158..8dc930c 100644 --- a/environment.yaml +++ b/environment.yaml @@ -16,21 +16,19 @@ dependencies: - -e git+https://github.com/openai/CLIP.git@main#egg=clip - -e git+https://github.com/hlky/k-diffusion-sd#egg=k_diffusion - -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 - - diffusers==0.3.0 - einops==0.4.1 - - imageio-ffmpeg==0.4.7 - - imageio==2.14.1 + - imageio==2.22.0 - kornia==0.6 - pudb==2019.2 - - omegaconf==2.1.1 + - 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 - - streamlit>=0.73.1 - test-tube>=0.7.5 - torch-fidelity==0.3.0 - torchmetrics==0.9.3 - - transformers==4.19.2 + - transformers==4.22.1 -- cgit v1.2.3-54-g00ecf