mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
9ef8b944d5
--prefer-binary is an iffy option in the requirements file. It isn't supported by some versions of pip, so I removed it from requirements-base.txt and inserted it into the manual install instructions where it seems to do what it is supposed to.
37 lines
681 B
Plaintext
37 lines
681 B
Plaintext
# pip will resolve the version which matches torch
|
|
albumentations
|
|
dependency_injector==4.40.0
|
|
diffusers
|
|
einops
|
|
eventlet
|
|
flask==2.1.3
|
|
flask_cors==3.0.10
|
|
flask_socketio==5.3.0
|
|
flaskwebgui==0.3.7
|
|
getpass_asterisk
|
|
gfpgan
|
|
huggingface-hub
|
|
imageio
|
|
imageio-ffmpeg
|
|
kornia
|
|
numpy
|
|
omegaconf
|
|
opencv-python
|
|
pillow
|
|
pip>=22
|
|
pudb
|
|
pyreadline3
|
|
pytorch-lightning==1.7.7
|
|
realesrgan
|
|
scikit-image>=0.19
|
|
send2trash
|
|
streamlit
|
|
taming-transformers-rom1504
|
|
test-tube
|
|
torch-fidelity
|
|
torchmetrics
|
|
transformers==4.21.*
|
|
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/invoke-ai/clipseg.git@models-rename#egg=clipseg
|