Skip to content

Commit

Permalink
updated run script
Browse files Browse the repository at this point in the history
  • Loading branch information
jahangir091 committed Dec 14, 2023
1 parent 0363eac commit aa6d364
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,12 @@ start_webui(){
cd
cd /home/
cd sduser
cd stable-diffusion-webui
git fetch
git checkout master
git reset --hard origin/master
pip install --upgrade pip
cd ..
runuser -u sduser ./webui.sh
}

Expand Down

0 comments on commit aa6d364

Please sign in to comment.