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
48242be5
Commit
48242be5
authored
Oct 05, 2023
by
comfyanonymous
Browse files
Update readme for pytorch 2.1
parent
0e763e88
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+4
-4
No files found.
README.md
View file @
48242be5
...
@@ -92,16 +92,16 @@ Put your VAE in: models/vae
...
@@ -92,16 +92,16 @@ Put your VAE in: models/vae
### AMD GPUs (Linux only)
### AMD GPUs (Linux only)
AMD users can install rocm and pytorch with pip if you don't have it already installed, this is the command to install the stable version:
AMD users can install rocm and pytorch with pip if you don't have it already installed, this is the command to install the stable version:
```
pip install torch torchvision torchaudio --
extra-
index-url https://download.pytorch.org/whl/rocm5.
4.2
```
```
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.
6
```
This is the command to install the nightly with ROCm 5.7 that
supports the 7000 series and
might have some performance improvements:
This is the command to install the nightly with ROCm 5.7 that might have some performance improvements:
```
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm5.7
```
```
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm5.7
```
### NVIDIA
### NVIDIA
Nvidia users should install torch
and xformers
using this command:
Nvidia users should install
py
torch using this command:
```
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu11
8 xformers
```
```
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu1
2
1
```
#### Troubleshooting
#### 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