Stability Matrix를 사용하면 AI-Toolkit이나 Comfyui 설치가 용이하다.
AI-Toolkit을 사용할 때 Blackwell 그래픽카드는 몇 가지 세팅을 바꿔야한다.
- numpy==1.26.4
- scipy==1.13.1
- torch는 nightly로 설치
- 설치 전 기존 토치를 깔끔하게 삭제
- python -m pip uninstall -y torch torchvision torchaudio
- python -m pip cache purge
- nightly로 토치 설치
- pip3 install –pre torch torchvision –index-url https://download.pytorch.org/whl/nightly/cu130
- (https://pytorch.kr/get-started/locally/)
- 원래 오디오 토치는 함께 설치 되나 혹시 오디오 토치가 설치되지 않을 시
- pip install –pre torchaudio –index-url https://download.pytorch.org/whl/nightly/cu130
- 설치 전 기존 토치를 깔끔하게 삭제

답글 남기기