mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
- 'install'/'invoke' scripts: use venv 'activate' script - 'setup.py': - make 'install_requires" accurate - add more details for eventual use in pypi - 'invoke' scripts: "developer" console invocation simplified/better logging - requirements: - move 'clipseg' package out of installer and into requirements where it should be - bump/pin 'accelerate' package to 0.14.0 to bypass torch 1.13 SIGKILL issue on Windows (prep for when we decide to upgrade) - 'requirements.in': pin torch as well to reduce pip-compile's confusion - notebooks: delete unused/deprecated notebook installer Signed-off-by: Ben Alkov <ben.alkov@gmail.com>
30 lines
979 B
Plaintext
30 lines
979 B
Plaintext
--prefer-binary
|
|
--extra-index-url https://download.pytorch.org/whl/cu116
|
|
--trusted-host https://download.pytorch.org
|
|
accelerate~=0.14
|
|
albumentations
|
|
diffusers
|
|
eventlet
|
|
flask_cors
|
|
flask_socketio
|
|
flaskwebgui
|
|
getpass_asterisk
|
|
imageio-ffmpeg
|
|
pyreadline3
|
|
realesrgan
|
|
send2trash
|
|
streamlit
|
|
taming-transformers-rom1504
|
|
test-tube
|
|
torch-fidelity
|
|
torch==1.12.1 ; platform_system == 'Darwin'
|
|
torch==1.12.1+cu116 ; platform_system == 'Linux' or platform_system == 'Windows'
|
|
torchvision==0.13.1 ; platform_system == 'Darwin'
|
|
torchvision==0.13.1+cu116 ; platform_system == 'Linux' or platform_system == 'Windows'
|
|
transformers
|
|
picklescan
|
|
https://github.com/openai/CLIP/archive/d50d76daa670286dd6cacf3bcd80b5e4823fc8e1.zip
|
|
https://github.com/invoke-ai/clipseg/archive/1f754751c85d7d4255fa681f4491ff5711c1c288.zip
|
|
https://github.com/TencentARC/GFPGAN/archive/2eac2033893ca7f427f4035d80fe95b92649ac56.zip
|
|
https://github.com/invoke-ai/k-diffusion/archive/7f16b2c33411f26b3eae78d10648d625cb0c1095.zip
|