From b3e5a486dd0d7474baf979ea79174f1a2c1458a6 Mon Sep 17 00:00:00 2001 From: hlky <106811348+hlky@users.noreply.github.com> Date: Wed, 7 Sep 2022 02:06:17 +0100 Subject: [PATCH] Update environment.yaml --- environment.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/environment.yaml b/environment.yaml index e0e0dd2..9bae72a 100644 --- a/environment.yaml +++ b/environment.yaml @@ -37,5 +37,9 @@ dependencies: - openai-clip>=1.0.1 - gfpgan>=1.3.5 - realesrgan>=0.2.5.0 + - -e git+https://github.com/CompVis/taming-transformers#egg=taming-transformers + - -e git+https://github.com/openai/CLIP#egg=clip + - -e git+https://github.com/TencentARC/GFPGAN#egg=GFPGAN + - -e git+https://github.com/xinntao/Real-ESRGAN#egg=realesrgan - -e git+https://github.com/hlky/k-diffusion-sd#egg=k_diffusion - -e .