Skip to content

Commit

Permalink
Merge pull request XingangPan#72 from bulutthecat/main
Browse files Browse the repository at this point in the history
Added windows support for GUI
  • Loading branch information
XingangPan authored Jun 27, 2023
2 parents ccd84ff + 9059a77 commit d1ed11c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ torchvision
Ninja
gradio
huggingface_hub
hf_transfer
hf_transfer
pyopengl
imgui
glfw
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 d1ed11c

Please sign in to comment.