概要
GitHub - Stability-AI/stablediffusion: High-Resolution Image Synthesis with Latent Diffusion Models
High-Resolution Image Synthesis with Latent Diffusion Models - Stability-AI/stablediffusion
WindowsでStable Diffusion 2.0を動かす
Stable Diffusion 2.0 の概要 Stable Diffusion (ステーブル・ディフュージ...
上記を参考に、WindowsでStable Diffusion 2.0を動かしてみます。
前提
インストール
GitHub - Stability-AI/stablediffusion: High-Resolution Image Synthesis with Latent Diffusion Models
High-Resolution Image Synthesis with Latent Diffusion Models - Stability-AI/stablediffusion
上記を git clone します。
stablediffusion ディレクトリ以下に移動します。
python -m pip install --upgrade pip setuptools Requirement already satisfied: pip in c:\usr\python310\lib\site-packages (22.3.1) Requirement already satisfied: setuptools in c:\usr\python310\lib\site-packages (65.6.3)
python -m pip install transformers==4.19.2 diffusers invisible-watermark
python -m pip install -r requirements.txt
python -m pip install -e .
これでインストールは完了です。