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
71ec5b14
Commit
71ec5b14
authored
May 29, 2024
by
comfyanonymous
Browse files
Update commands to install nightly pytorch in readme.
parent
91542d4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
71ec5b14
...
@@ -106,7 +106,7 @@ AMD users can install rocm and pytorch with pip if you don't have it already ins
...
@@ -106,7 +106,7 @@ AMD users can install rocm and pytorch with pip if you don't have it already ins
This is the command to install the nightly with ROCm 6.0 which might have some performance improvements:
This is the command to install the nightly with ROCm 6.0 which might have some performance improvements:
```
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.
0
```
```
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.
1
```
### NVIDIA
### NVIDIA
...
@@ -116,7 +116,7 @@ Nvidia users should install stable pytorch using this command:
...
@@ -116,7 +116,7 @@ Nvidia users should install stable pytorch using this command:
This is the command to install pytorch nightly instead which might have performance improvements:
This is the command to install pytorch nightly instead which might have performance improvements:
```
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu12
1
```
```
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu12
4
```
#### 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