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
9fa18279
Commit
9fa18279
authored
Jan 27, 2023
by
comfyanonymous
Browse files
Added better instructions for nvidia.
parent
21eb33f2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
README.md
README.md
+14
-2
No files found.
README.md
View file @
9fa18279
...
...
@@ -20,11 +20,23 @@ At the time of writing this pytorch has issues with python versions higher than
### AMD
AMD users can install rocm and pytorch with pip if you don't have it already installed:
```
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/rocm5.2
"
```
```
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/rocm5.2```
### NVIDIA
Nvidia users should install Xformers.
Nvidia users should install torch using this command:
```
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu117
```
Nvidia users should also install Xformers for a speed boost but can still run the software without it.
#### Troubleshooting
If you get the "Torch not compiled with CUDA enabled" error, uninstall torch with:
```
pip uninstall torch
```
And install it again with the command above.
### Dependencies
...
...
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