프로그램 사용/ai 프로그램
stable diffusion + pytorch 관련 조사
구차니
2026. 5. 4. 15:30
sd 1.8.0 부터 pytorch 2.x 대로 업그레이드
sd 1.7.0 으로 시도하면 되려나?
| 1.8.0 Features: Update torch to version 2.1.2 |
[링크 : https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases]
구버전 하드웨어 지원 종료
| Highlights/Performance Improvements Deprecation of Cuda 11.6 and Python 3.7 support for PyTorch 2.0 If you are still using or depending on CUDA 11.6 or Python 3.7 builds, we strongly recommend moving to at least CUDA 11.7 and Python 3.8, as it would be the minimum versions required for PyTorch 2.0. For more detail, please refer to the Release Compatibility Matrix for PyTorch releases. |
[링크 : https://pytorch.org/blog/pytorch-2-0-release/]
pascal(1080) / cuda 12.6.3

이렇게 보면 2.1.2로 간다고 해서 문제 될 것 없어 보이는데 버전 문제가 아닌가?

[링크 : https://github.com/pytorch/pytorch/blob/main/RELEASE.md#release-compatibility-matrix]