トップ 差分 一覧 ソース 検索 ヘルプ RSS ログイン

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