Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
7dd6fc9f
Commit
7dd6fc9f
authored
Mar 16, 2023
by
comfyanonymous
Browse files
Put a command that actually works for installing xformers for nvidia.
parent
d834eed7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
README.md
README.md
+2
-6
No files found.
README.md
View file @
7dd6fc9f
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment