Success deply SDXL 0.9 in local, but I can only use PyTorch 1.13 (Using CPU to generate images, speed is slow)
#17
by
supwang
- opened
Solved.
Uninstall pytorch, then reinstall.
- pip uninstall -y torch torchvision torchaudio
- pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
supwang
changed discussion status to
closed