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
|
||||
|
||||
protobuf==3.19.6
|
||||
torch
|
||||
torchvision
|
||||
torch<1.13.0
|
||||
torchvision<0.14.0
|
||||
-e .
|
||||
|
@ -13,7 +13,7 @@ opencv-python
|
||||
pillow
|
||||
pip>=22
|
||||
pudb
|
||||
pytorch-lightning=1.7.7
|
||||
pytorch-lightning==1.7.7
|
||||
scikit-image>=0.19
|
||||
streamlit
|
||||
pyreadline3
|
||||
|
Loading…
Reference in New Issue
Block a user