Spaces:
Runtime error
Runtime error
modules
Browse files- .gitmodules +9 -4
.gitmodules
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
-
[submodule "
|
2 |
-
path =
|
3 |
-
url = https://github.com/
|
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
|