Skip to content

Commit

Permalink
Create dirs if not exist (AbdBarho#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdBarho authored Jun 25, 2023
1 parent 4f73bc2 commit 9aa6ee7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/AUTOMATIC1111/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ if [ ! -f /data/config/auto/styles.csv ]; then
fi

# copy models from original models folder
mkdir -p /data/models/VAE-approx/ /data/models/karlo/

rsync -a --info=NAME ${ROOT}/models/VAE-approx/ /data/models/VAE-approx/
rsync -a --info=NAME ${ROOT}/models/karlo/ /data/models/karlo/

Expand Down

0 comments on commit 9aa6ee7

Please sign in to comment.