Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Jul 31, 2024
1 parent f44b155 commit 3bbbbd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions build/install_a1111.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions scripts/pre_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,5 +186,3 @@ if [ ${ENABLE_TENSORBOARD} ];
then
/start_tensorboard.sh
fi

echo "All services have been started"

0 comments on commit 3bbbbd2

Please sign in to comment.