OOTDiffusion
OOTDiffusion copied to clipboard
_cuda_setDevice???
{AttributeError}module 'torch._C' has no attribute '_cuda_setDevice'
明明是官方指定的torch版本,但跑起来就有问题了?
你可以卸掉以前的,用conda install pytorch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 pytorch-cuda=11.7 -c pytorch -c nvidia试一下,我也是遇到这个问题,用这个后解决了