M1 Macbook Proで動かしていたWebUIが、Sonomaにアップデートしたら動作しなくなりました。
errorとしては以下のような感じ。
the `style` method is deprecated. please set these arguments in the constructor instead.
検索してみるとどうやらBugのようでいくつか対策が見つかりました。
webui-macos-env.shの該当部を変更することで解決しました。
export COMMANDLINE_ARGS="--skip-torch-cuda-test --upcast-sampling --no-half --use-cpu interrogate"