はじめに
2024年7月27日に Stable Diffusion WebUI の Ver.1.10.1 が公開されていました。
少し時間が空いてしまいましたが、アップデートして使用してみました。
CHANGELOG.md
CHAGELOG.md へのリンクです。
Ver.1.10.1 はバグフックス1件です。Ver.1.10.0 の Features として 4件が挙げられています。
- A lot of performance improvements (see below in Performance section)
- Stable Diffusion 3 support
- Recommended Euler sampler; DDIM and other timestamp samplers currently not supported
- T5 text model is disabled by default, enable it in settings
- New schedulers:
- Align Your Steps
- KL Optimal
- Normal
- DDIM
- Simple
- Beta
- New sampler: DDIM CFG++
Performance section は以下の内容です。
- [Performance 1/6] use_checkpoint = False
- [Performance 2/6] Replace einops.rearrange with torch native ops
- [Performance 4/6] Precompute is_sdxl_inpaint flag
- [Performance 5/6] Prevent unnecessary extra networks bias backup
- [Performance 6/6] Add --precision half option to avoid casting during inference
- [Performance] LDM optimization patches
- [Performance] Keep sigmas on CPU
- Check for nans in unet only once, after all steps have been completed
- Added pption to run torch profiler for image generation
他にも、Minor、Extensions and API、Bug Fixes、Other の項目は多数あります。
アップデート方法
Stable Diffusion WebUI のバージョンを Ver.1.8.0 から Ver.1.9.0 へアップデートした時の記事はこちらです。
動作環境は WSL2 Ubuntu 22.04 LTS ですが、Stable Diffusion WebUI のアップデート方法は同じです。Stable Diffusion WebUI を clone したディレクトリで、
git pull
を実行すれば、Ver.1.10.1 にアップデートされます。
Stable Diffusion WebUI を起動し、ウェブブラウザで開いた時に、WebUI の下部の version がv1.10.1 になっていれば完了です。

画像を生成してみましたが、特に不具合はなさそうです。

まとめ
Stable Diffusion WebUI を Ver.1.9.0 から Ver.1.10.1 にアップデートしました。
Ver.1.10.0 の Feature が4件、その他、Minor、Bug Fixes は多数です。
SDXL 1.0 で特に問題なく画像が生成できる事を確認しました。
今回のアイキャッチ画像
吹雪の中を歩く人を Stable Diffusion WebUI Ver.1.10.1 & SDXL 1.0 で生成しました。
Mac mini の Amazon の在庫が復活しました。早く欲しいですが、Amazon ギフトカード & ポイントが溜まるまでガマンです。
M4 CPU で生成 AI が使えるかどうか楽しみです。
コメント