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