mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
85b553c567
Now available from pip!
8 lines
255 B
Plaintext
8 lines
255 B
Plaintext
-r environments-and-requirements/requirements-base.txt
|
|
# Get hardware-appropriate torch/torchvision
|
|
--extra-index-url https://download.pytorch.org/whl/cu117 --trusted-host https://download.pytorch.org
|
|
torch==1.13.1
|
|
torchvision==0.14.1
|
|
xformers~=0.16
|
|
-e .
|