Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bootstrap now includes stable model, prepping for stable inclusion in…
… models
  • Loading branch information
bpops committed Jun 14, 2020
1 parent b49b35d commit 30a8e5d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bootstrap.sh
@@ -1,5 +1,7 @@
git clone https://github.com/jantic/DeOldify.git deoldify_repo
ln -s deoldify_repo/deoldify deoldify
mkdir models
wget https://www.dropbox.com/s/zkehq1uwahhbc2o/ColorizeArtistic_gen.pth?dl=0 -O ./models/ColorizeArtistic_gen.pth
pip install -r requirements.txt
wget https://www.dropbox.com/s/zkehq1uwahhbc2o/ColorizeArtistic_gen.pth -O ./models/ColorizeArtistic_gen.pth
wget https://www.dropbox.com/s/mwjep3vyqk5mkjc/ColorizeStable_gen.pth -O ./models/ColorizeStable_gen.pth
pip install -r requirements.txt

0 comments on commit 30a8e5d

Please sign in to comment.