Skip to content

Commit

Permalink
added windows GUI bat file
Browse files Browse the repository at this point in the history
  • Loading branch information
bulutthecat authored Jun 26, 2023
1 parent d7f7319 commit f6e94f9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scripts/gui.bat
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f6e94f9

Please sign in to comment.