This commit is contained in:
cocktailpeanut
2024-08-07 11:20:46 -04:00
parent f8ac21c51f
commit 3dcabfbf22

View File

@@ -10,6 +10,18 @@ The easiest way is to use https://pinokio.computer
## 2. Install manually
First install torch:
```
# Windows/Linux CUDA
pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 xformers --index-url https://download.pytorch.org/whl/cu121
# Mac MPS
pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1
```
Next, install the app dependencies:
```
pip install -r requirements.txt
```