forked from Sygil-Dev/sygil-webui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
16 lines (11 loc) · 784 Bytes
/
Copy pathrequirements.txt
File metadata and controls
16 lines (11 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Additional Stable Diffusion Requirements
# TODO: Pin external dependency versions
#opencv-python==4.6.0.66 # Opencv python already satisfied upstream
opencv-python-headless==4.6.0.66 # Needed to operate opencv in headless/server mode
taming-transformers-rom1504==0.0.6 # required by ldm
# See: https://github.com/CompVis/taming-transformers/issues/176
# -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers # required by ldm
# Note: taming package needs to be installed with -e option
git+https://github.com/crowsonkb/k-diffusion.git
# Note: K-diffusion brings in CLIP 1.0 as a dependency automatically; will create a dependency resolution conflict when explicitly specified together
# git+https://github.com/openai/CLIP.git@main#egg=clip