diff --git a/install.sh b/install.sh index 16541290..2d68c69e 100755 --- a/install.sh +++ b/install.sh @@ -7,6 +7,7 @@ INITIAL_SUPPORT_COMMIT_ROOT=bef51aed032c0aaa5cfd80445bc4cf0d85b408b5 INITIAL_SUPPORT_COMMIT_CONTROLNET=7a4805c8ea3256a0eab3512280bd4f84ca0c8182 INITIAL_SUPPORT_COMMIT_TILEDVAE=f9f8073e64f4e682838f255215039ba7884553bf INITIAL_SUPPORT_COMMIT_REMBG=3d9eedbbf0d585207f97d5b21e42f32c0042df70 +INITIAL_SUPPORT_COMMIT_REACTOR=0185d7a2afa4a3c76b304314233a1cafd1cf4842 rm -rf stable-diffusion-webui @@ -43,3 +44,11 @@ git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui-rembg.git --br cd stable-diffusion-webui-rembg git reset --hard ${INITIAL_SUPPORT_COMMIT_REMBG} cd .. + +# Clone sd-webui-reactor +git clone https://github.com/Gourieff/sd-webui-reactor.git --branch main --single-branch +# Go to reactor directory and reset to specific commit +cd sd-webui-reactor +git reset --hard ${INITIAL_SUPPORT_COMMIT_REACTOR} +cd .. +