少ないstep数で画像生成を可能にする Latent Consistency Model (LCM) を Diffusers から使う

github.com 環境 Windows 11 CUDA 11.7 Python 3.10pip install torch==2.0.1+cu117 torchvision==0.15.2+cu117 --index-url https://download.pytorch.org/whl/cu117 pip install diffusers[torch] pip install transformersモデルのダウンロードあらかじめ以下でモデルをダウンロードしました。 git lfs install git clo…