From 0bad8544525de28e026ca621cfab4acff268fbeb Mon Sep 17 00:00:00 2001 From: theryex Date: Sat, 27 Aug 2022 05:53:37 -0400 Subject: [PATCH] Update environment.yaml Add Git dependency. Added missing "#egg" requirement name for K diffusion. Changed K diffusion repo, previous repo removed "setup.py" and would error out. New repository added still works. --- environment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environment.yaml b/environment.yaml index 3a4b74f..507e1be 100644 --- a/environment.yaml +++ b/environment.yaml @@ -3,6 +3,7 @@ channels: - pytorch - defaults dependencies: + - git - python=3.8.5 - pip=20.3 - cudatoolkit=11.3 @@ -27,5 +28,5 @@ dependencies: - gradio==3.1.6 - -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/crowsonkb/k-diffusion + - -e git+https://github.com/hlky/k-diffusion-sd#egg=k_diffusion - -e .