mirror of
https://github.com/sd-webui/stable-diffusion-webui.git
synced 2024-12-14 23:02:00 +03:00
Fixed missing diffusers dependency for Streamlit
This commit is contained in:
parent
5a10bdbd47
commit
3d953ad156
@ -33,6 +33,7 @@ dependencies:
|
|||||||
- python-slugify>=6.1.2
|
- python-slugify>=6.1.2
|
||||||
- streamlit>=1.12.2
|
- streamlit>=1.12.2
|
||||||
- retry>=0.9.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/CompVis/taming-transformers#egg=taming-transformers
|
||||||
- -e git+https://github.com/openai/CLIP#egg=clip
|
- -e git+https://github.com/openai/CLIP#egg=clip
|
||||||
- -e git+https://github.com/TencentARC/GFPGAN#egg=GFPGAN
|
- -e git+https://github.com/TencentARC/GFPGAN#egg=GFPGAN
|
||||||
|
Loading…
Reference in New Issue
Block a user