Open1

Stable DiffusionでThis script must not be launched as root, aborting...の解消方法

FBD TechFBD Tech

ERROR: This script must not be launched as root, aborting...
ルートで実行するな、ということです。

方法1

-fを付ける

./webui.sh -f

方法2

ユーザーを作る

sudo useradd username
sudo su username