mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
3929bd3e13
* installer tweaks in preparation for v2.2.5 - pin numpy to 1.23.* to avoid requirements conflict with numba - update.sh and update.bat now accept a tag or branch string, not a URL - update scripts download latest requirements-base before updating. * update.bat.in debugged and working * update pulls from "latest" now * bump version number * fix permissions on create_installer.sh * give Linux user option of installing ROCm or CUDA * rc2.2.5 (install.sh) relative path fixes (#2155) * (installer) fix bug in resolution of relative paths in linux install script point installer at 2.2.5-rc1 selecting ~/Data/myapps/ as location would create a ./~/Data/myapps instead of expanding the ~/ to the value of ${HOME} also, squash the trailing slash in path, if it was entered by the user * (installer) add option to automatically start the app after install also: when exiting, print the command to get back into the app * remove extraneous whitespace * model_cache applies rootdir to config path * bring installers up to date with 2.2.5-rc2 * bump rc version * create_installer now adds version number * rebuild frontend * bump rc# * add locales to frontend dist package - bump to patchlevel 6 * bump patchlevel * use invoke-ai version of GFPGAN - This version is very slightly modified to allow weights files to be pre-downloaded by the configure script. * fix formatting error during startup * bump patch level * workaround #2 for GFPGAN facexlib() weights downloading * bump patch * ready for merge and release * remove extraneous comment * set PYTORCH_ENABLE_MPS_FALLBACK directly in invoke.py Co-authored-by: Eugene Brodsky <ebr@users.noreply.github.com>
40 lines
879 B
Plaintext
40 lines
879 B
Plaintext
# pip will resolve the version which matches torch
|
|
albumentations
|
|
diffusers==0.10.*
|
|
einops
|
|
eventlet
|
|
facexlib
|
|
flask==2.1.3
|
|
flask_cors==3.0.10
|
|
flask_socketio==5.3.0
|
|
flaskwebgui==1.0.3
|
|
getpass_asterisk
|
|
gfpgan==1.3.8
|
|
huggingface-hub
|
|
imageio
|
|
imageio-ffmpeg
|
|
kornia
|
|
numpy==1.23.*
|
|
omegaconf
|
|
opencv-python
|
|
picklescan
|
|
pillow
|
|
pip>=22
|
|
pudb
|
|
pyreadline3
|
|
pytorch-lightning==1.7.7
|
|
realesrgan
|
|
requests==2.25.1
|
|
scikit-image>=0.19
|
|
send2trash
|
|
streamlit
|
|
taming-transformers-rom1504
|
|
test-tube>=0.7.5
|
|
torch-fidelity
|
|
torchmetrics
|
|
transformers==4.25.*
|
|
https://github.com/Birch-san/k-diffusion/archive/refs/heads/mps.zip#egg=k-diffusion
|
|
https://github.com/invoke-ai/PyPatchMatch/archive/refs/tags/0.1.5.zip#egg=pypatchmatch
|
|
https://github.com/openai/CLIP/archive/eaa22acb90a5876642d0507623e859909230a52d.zip#egg=clip
|
|
https://github.com/invoke-ai/clipseg/archive/relaxed-python-requirement.zip#egg=clipseg
|