tips-diffusers
CPU で動かす diffusers
install
CPU 版の pytorch をインストール
python3 -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
diffusers をインストール
python3 -m pip install diffusers transformers accelerate torch scipy safetensors omegaconf