概要

Build software better, together
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.

WindowsでStable Diffusion 2.0を動かす
Stable Diffusion 2.0 の概要 Stable Diffusion (ステーブル・ディフュージ...
上記を参考に、WindowsでStable Diffusion 2.0を動かしてみます。
前提
インストール

Build software better, together
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
上記を 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 .
これでインストールは完了です。
