mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
9 lines
257 B
Plaintext
9 lines
257 B
Plaintext
-r environments-and-requirements/requirements-base.txt
|
|
|
|
# Get hardware-appropriate torch/torchvision
|
|
--extra-index-url https://download.pytorch.org/whl/cu116 --trusted-host https://download.pytorch.org
|
|
basicsr==1.4.1
|
|
torch==1.12.1
|
|
torchvision==0.13.1
|
|
-e .
|