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
cf3974c8
Commit
cf3974c8
authored
Jun 15, 2023
by
comfyanonymous
Browse files
Update readme with command to install pytorch with ROCm5.5.
Remove mentions of python 3.10 since 3.11 works fine now.
parent
f7edcfd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
12 deletions
+2
-12
README.md
README.md
+2
-12
No files found.
README.md
View file @
cf3974c8
...
@@ -87,13 +87,13 @@ Put your SD checkpoints (the huge ckpt/safetensors files) in: models/checkpoints
...
@@ -87,13 +87,13 @@ Put your SD checkpoints (the huge ckpt/safetensors files) in: models/checkpoints
Put your VAE in: models/vae
Put your VAE in: models/vae
At the time of writing this pytorch has issues with python versions higher than 3.10 so make sure your python/pip versions are 3.10.
### 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 --extra-index-url https://download.pytorch.org/whl/rocm5.4.2```
This is the command to install the nightly with ROCm 5.5 that supports the 7000 series and might have some performance improvements:
```
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm5.5 -r requirements.txt
```
### NVIDIA
### NVIDIA
...
@@ -178,16 +178,6 @@ To use a textual inversion concepts/embeddings in a text prompt put them in the
...
@@ -178,16 +178,6 @@ To use a textual inversion concepts/embeddings in a text prompt put them in the
```
embedding:embedding_filename.pt
```
```
embedding:embedding_filename.pt
```
### Fedora
To get python 3.10 on fedora:
```
dnf install python3.10
```
Then you can:
```
python3.10 -m ensurepip
```
This will let you use: pip3.10 to install all the dependencies.
## How to increase generation speed?
## How to increase generation speed?
...
...
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