sd webui one click install bat

Опубликовано: 19 Май 2026
на канале: pzman yang
1,020
0

REM install stable-diffusion-webui

git clone https://github.com/AUTOMATIC1111/stab...

cd stable-diffusion-webui\extensions

REM install extensions

git clone https://github.com/butaixianran/Stabl...
git clone https://github.com/GeorgLegato/sd-web...
git clone https://github.com/Zyin055/Config-Pre...
git clone https://github.com/DominikDoom/a1111-...
git clone https://github.com/AlUlkesh/stable-di...
git clone https://github.com/mcmonkeyprojects/s...
git clone https://github.com/KohakuBlueleaf/LyC...
git clone https://github.com/Klace/stable-diffu...
git clone https://github.com/tjm35/asymmetric-t...
git clone https://github.com/Mikubill/sd-webui-...
git clone https://github.com/nonnonstop/sd-webu...
git clone https://github.com/jexom/sd-webui-dep...
git clone https://github.com/AUTOMATIC1111/stab...
git clone https://github.com/toriato/stable-dif...

REM install controlnet models

cd sd-webui-controlnet\models

git lfs install
git clone https://huggingface.co/lllyasviel/Con...
git clone https://huggingface.co/TencentARC/T2I...

REM install setting
cd ..\..
cd ..\..
xcopy /y /e sd_install_setting\stable-diffusion-webui stable-diffusion-webui

REM Run webui-user.bat
cd stable-diffusion-webui
call webui-user.bat

REM Finish

pause