From 143b18af8a00bfaaec1c9786677d1a93737b4d9b Mon Sep 17 00:00:00 2001 From: mauwii Date: Tue, 8 Nov 2022 19:28:31 +0100 Subject: [PATCH] update pip dependencies - remove realesrgan - add git+https://github.com/invoke-ai/Real-ESRGAN.git - remove git+https://github.com/CompVis/taming-transformers.git - add taming-transformers-rom1504 - change TencentARC/GFPGAN to invoke-ai/GFPGAN --- environment-mac.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/environment-mac.yml b/environment-mac.yml index f4a909d273..f0870e0de2 100644 --- a/environment-mac.yml +++ b/environment-mac.yml @@ -53,12 +53,12 @@ dependencies: - pip: - dependency_injector==4.40.0 - getpass_asterisk - - realesrgan==0.2.5.0 + - taming-transformers-rom1504 - test-tube==0.7.5 - - git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers - git+https://github.com/openai/CLIP.git@main#egg=clip - git+https://github.com/Birch-san/k-diffusion.git@mps#egg=k_diffusion - - git+https://github.com/TencentARC/GFPGAN.git#egg=gfpgan + - git+https://github.com/invoke-ai/Real-ESRGAN.git#egg=realesrgan + - git+https://github.com/invoke-ai/GFPGAN.git#egg=gfpgan - git+https://github.com/invoke-ai/clipseg.git@models-rename#egg=clipseg - -e . variables: