mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-17 09:40:50 +08:00
use the stable index for nvidia for now since nightlies don't resolve correctly
This commit is contained in:
parent
dc4289dbb9
commit
5af026f1f6
2
setup.py
2
setup.py
@ -33,7 +33,7 @@ amd_torch_index = "https://download.pytorch.org/whl/rocm5.4.2"
|
||||
The package index to torch built with CUDA.
|
||||
Observe the CUDA version is in this URL.
|
||||
"""
|
||||
nvidia_torch_index = "https://download.pytorch.org/whl/nightly/cu118"
|
||||
nvidia_torch_index = "https://download.pytorch.org/whl/cu118"
|
||||
|
||||
"""
|
||||
The package index to torch built against CPU features.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user