From 3bbbbd20f54881dc22a4da62e4f72e365a3d7652 Mon Sep 17 00:00:00 2001 From: Ashley Kleynhans Date: Wed, 31 Jul 2024 02:59:15 +0200 Subject: [PATCH] Fixes --- build/install_a1111.sh | 5 +---- scripts/pre_start.sh | 2 -- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/build/install_a1111.sh b/build/install_a1111.sh index 405ed8f..3dcf4e2 100644 --- a/build/install_a1111.sh +++ b/build/install_a1111.sh @@ -68,11 +68,8 @@ pip3 install optimum # Install dependencies for ControlNet extension last so other extensions don't interfere with it cd /stable-diffusion-webui/extensions/sd-webui-controlnet pip3 install -r requirements.txt - -# Install newer version of transformers so that SD3 model can be loaded -pip3 install transformers==4.42.4 +pip3 install protobuf==3.20.0 pip3 cache purge - deactivate # Add inswapper model for the ReActor extension diff --git a/scripts/pre_start.sh b/scripts/pre_start.sh index 1733eb3..b62f299 100755 --- a/scripts/pre_start.sh +++ b/scripts/pre_start.sh @@ -186,5 +186,3 @@ if [ ${ENABLE_TENSORBOARD} ]; then /start_tensorboard.sh fi - -echo "All services have been started"