还不支持50系显卡吗
一直显示找不到cuda
看pytorch是否支持
pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128 CUDA12.8,这个或许有用
我是有cuda的但是不知道为什么读取不到,我comfyui都正常跑
支持,要装12.8版本的cuda https://developer.nvidia.com/cuda-toolkit-archive https://mirrors.aliyun.com/pytorch-wheels/cu128/
pip install torch-2.7.0+cu128-cp310-cp310-win_amd64.whl pip install torchaudio-2.7.0+cu128-cp310-cp310-win_amd64.whl pip install torchvision-0.22.0+cu128-cp310-cp310-win_amd64.whl
安装完检测命令 python -c "import torch; print(torch.cuda.is_available())"
nvcc --version
python -c "import torch; print(torch.cuda.get_device_capability(0))"
python -c "import torch; print(torch.version)"
我今天刚买的5090d到货安装测试了,终于把cuda装对了,共享出来步骤,让后来人少走弯路