forked from prehistoric-systems/comixify
9 lines
382 B
Bash
9 lines
382 B
Bash
|
|
cd pretrained_model
|
||
|
|
|
||
|
|
wget -c http://vllab1.ucmerced.edu/~yli62/CartoonGAN/pytorch_pth/Hayao_net_G_float.pth
|
||
|
|
wget -c http://vllab1.ucmerced.edu/~yli62/CartoonGAN/pytorch_pth/Hosoda_net_G_float.pth
|
||
|
|
wget -c http://vllab1.ucmerced.edu/~yli62/CartoonGAN/pytorch_pth/Paprika_net_G_float.pth
|
||
|
|
wget -c http://vllab1.ucmerced.edu/~yli62/CartoonGAN/pytorch_pth/Shinkai_net_G_float.pth
|
||
|
|
|
||
|
|
cd ..
|