added windows GUI bat file

pull/72/head
Kelvin Clien 2 years ago committed by GitHub
parent d7f7319972
commit f6e94f9664
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,12 @@
@echo off
python visualizer_drag.py ^
checkpoints/stylegan2_lions_512_pytorch.pkl ^
checkpoints/stylegan2-ffhq-512x512.pkl ^
checkpoints/stylegan2-afhqcat-512x512.pkl ^
checkpoints/stylegan2-car-config-f.pkl ^
checkpoints/stylegan2_dogs_1024_pytorch.pkl ^
checkpoints/stylegan2_horses_256_pytorch.pkl ^
checkpoints/stylegan2-cat-config-f.pkl ^
checkpoints/stylegan2_elephants_512_pytorch.pkl ^
checkpoints/stylegan_human_v2_512.pkl ^
checkpoints/stylegan2-lhq-256x256.pkl
Loading…
Cancel
Save