Stable Diffusion Web UIのインストール時エラー(Python絡み)

事象

Stable Diffusion Web UI(AUTOMATIC1111)のインストール時に「Could not find a version that satisfies the requirement torch==2.1.2」でエラーとなる。

原因

Stable Diffusion Web UI(AUTOMATIC1111)で使用されるPyTorch(2.1.2)はPython3.11までしかサポートしていない。

対応

サポートしているバージョンのPythonを使用する。具体的にはバージョン3.11を使用する。