mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Install older version of torch and matching torchvision, fix pytorch-lightning=1.7.7
This commit is contained in:
parent
2d5294bca1
commit
ffa91be3f1
@ -1,6 +1,6 @@
|
|||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
|
|
||||||
protobuf==3.19.6
|
protobuf==3.19.6
|
||||||
torch
|
torch<1.13.0
|
||||||
torchvision
|
torchvision<0.14.0
|
||||||
-e .
|
-e .
|
||||||
|
@ -13,7 +13,7 @@ opencv-python
|
|||||||
pillow
|
pillow
|
||||||
pip>=22
|
pip>=22
|
||||||
pudb
|
pudb
|
||||||
pytorch-lightning=1.7.7
|
pytorch-lightning==1.7.7
|
||||||
scikit-image>=0.19
|
scikit-image>=0.19
|
||||||
streamlit
|
streamlit
|
||||||
pyreadline3
|
pyreadline3
|
||||||
|
Loading…
Reference in New Issue
Block a user