"vscode:/vscode.git/clone" did not exist on "f6d2bc9be558bca0dd83598d813554abf6ce7bde"
Commit 7dd6fc9f authored by comfyanonymous's avatar comfyanonymous
Browse files

Put a command that actually works for installing xformers for nvidia.

parent d834eed7
......@@ -61,13 +61,9 @@ AMD users can install rocm and pytorch with pip if you don't have it already ins
### NVIDIA
Nvidia users should install torch using this command:
Nvidia users should install torch and xformers using this command:
```pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118```
Nvidia users should also install Xformers for a speed boost but can still run the software without it.
```pip install xformers```
```pip install torch==1.13.1 torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu117 xformers```
#### Troubleshooting
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment