feng2022 commited on
Commit
bc18b6b
1 Parent(s): bda74e7
Files changed (1) hide show
  1. .gitmodules +9 -4
.gitmodules CHANGED
@@ -1,4 +1,9 @@
1
- [submodule "StyleGAN-Human"]
2
- path = StyleGAN-Human
3
- url = https://github.com/stylegan-human/StyleGAN-Human
4
-
 
 
 
 
 
1
+ [submodule "third_party/face_parsing"]
2
+ path = third_party/face_parsing
3
+ url = https://github.com/Time-Travel-Rephotography/face-parsing.PyTorch.git
4
+ [submodule "models/encoder4editing"]
5
+ path = models/encoder4editing
6
+ url = https://github.com/Time-Travel-Rephotography/encoder4editing.git
7
+ [submodule "losses/contextual_loss"]
8
+ path = losses/contextual_loss
9
+ url = https://github.com/Time-Travel-Rephotography/contextual_loss_pytorch.git