echo "Press any key to start install..." pause git clone https://huggingface.co/zuv0/SD cd SD git fetch --unshallow git reset --hard 1d09c4462b8e70fe25191ed882ce66e481057731 git repack -a -d --depth=250 --window=250 ren models models_t git clone --depth 1 https://huggingface.co/zuv0/models cd models forcePull.bat xcopy embeddings "../embeddings" /y /c /h /e xcopy config_lo.json "../config.json" /y /c /h /e xcopy run.bat "../run.bat" /y /c /h /e xcopy out.py "../out.py" /y /c /h /e xcopy clean.py "../clean.py" /y /c /h /e echo "Please edit /SDUX/run.bat & out.py, del models_t" cd .. cd extensions git clone https://github.com/zanllp/sd-webui-infinite-image-browsing cd sd-webui-infinite-image-browsing git reset --hard d6e84bbcd89350d200c3852cf85cc64e2962fec7 git repack -a -d --depth=250 --window=250 echo IIB_ACCESS_CONTROL=disable > .env echo.>> .env echo.IIB_SECRET_KEY=>> .env cd .. git clone https://github.com/butaixianran/Stable-Diffusion-Webui-Civitai-Helper cd Stable-Diffusion-Webui-Civitai-Helper git reset --hard 920ca3267f789a72e3225c99f069bf0be0db795d git repack -a -d --depth=250 --window=250 cd .. git clone https://github.com/pkuliyi2015/multidiffusion-upscaler-for-automatic1111 cd multidiffusion-upscaler-for-automatic1111 git reset --hard f9f8073e64f4e682838f255215039ba7884553bf git repack -a -d --depth=250 --window=250 cd .. git clone https://github.com/Bing-su/adetailer cd adetailer git reset --hard a71f0e2bf6a04648e270996e69fef1f746c15c62 git repack -a -d --depth=250 --window=250 cd .. git clone https://github.com/Mikubill/sd-webui-controlnet cd sd-webui-controlnet git reset --hard e9679f8fc50880a92d6f1b6fc1aabad41079efd5 git repack -a -d --depth=250 --window=250 mkdir models cd .. git clone https://github.com/mkco5162/sd-dynamic-prompts cd sd-dynamic-prompts git reset --hard 4ad0e0d5c911bc1351644996fc4101fe1a897cd5 git repack -a -d --depth=250 --window=250 mkdir wildcards cd .. git clone https://github.com/AIrjen/OneButtonPrompt cd OneButtonPrompt git reset --hard f3164248cfe07a163b24018ef970dabbf7956422 git repack -a -d --depth=250 --window=250 cd .. git clone https://github.com/hako-mikan/sd-webui-supermerger cd sd-webui-supermerger git reset --hard a027d5a9e1c7fc20a27df3882d0d914609953df0 git repack -a -d --depth=250 --window=250 cd .. cd .. cd .. cd .. mkdir tmp git lfs install python -m pip install --upgrade pip python -m pip install wget python -m pip install gdown python -m pip install natsort python -m pip install pcloud pip install -r requirements_versions.txt python launch.py --xformers --no-download-sd-model --exit pip cache purge pause