1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 15:04:50 +08:00

Use torch cu129 for nvidia pytorch nightly. (#8786)

* update nightly workflow with cu129

* Remove unused file to lower standalone size.
This commit is contained in:
comfyanonymous
2025-07-03 11:39:11 -07:00
committed by GitHub
parent d9277301d2
commit e9af97ba1a
2 changed files with 5 additions and 3 deletions

View File

@@ -243,7 +243,7 @@ Nvidia users should install stable pytorch using this command:
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/cu128```
```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129```
#### Troubleshooting