From 3d953ad15604e00e9710eaeb407dfddc641db867 Mon Sep 17 00:00:00 2001 From: Joshua Kimsey Date: Thu, 8 Sep 2022 17:47:51 -0400 Subject: [PATCH] Fixed missing diffusers dependency for Streamlit --- environment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yaml b/environment.yaml index 5bb3bf8..ed7223c 100644 --- a/environment.yaml +++ b/environment.yaml @@ -33,6 +33,7 @@ dependencies: - python-slugify>=6.1.2 - streamlit>=1.12.2 - retry>=0.9.2 + - diffusers>=0.3.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