Skip to content

Commit

Permalink
Update Readme with link to instruction for Nvidia 50 series.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Jan 30, 2025
1 parent ef85058 commit 2f98c24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ Simply download, extract with [7-Zip](https://7-zip.org) and run. Make sure you

If you have trouble extracting it, right click the file -> properties -> unblock

If you have a 50 series Blackwell card like a 5090 or 5080 see [this discussion thread](https://github.com/comfyanonymous/ComfyUI/discussions/6643)

#### How do I share models between another UI and ComfyUI?

See the [Config file](extra_model_paths.yaml.example) to set the search paths for models. In the standalone windows build you can find this file in the ComfyUI directory. Rename this file to extra_model_paths.yaml and edit it with your favorite text editor.
Expand Down Expand Up @@ -186,7 +188,7 @@ Additional discussion and help can be found [here](https://github.com/comfyanony

Nvidia users should install stable pytorch using this command:

```pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu124```
```pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu126```

This is the command to install pytorch nightly instead which might have performance improvements:

Expand Down

0 comments on commit 2f98c24

Please sign in to comment.