Add models
Browse files- .gitignore +11 -0
- e4e_ffhq_encode.pt +3 -0
- stylegan2-ffhq-config-f.pt +3 -0
.gitignore
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Node artifact files
|
2 |
+
node_modules/
|
3 |
+
|
4 |
+
# JetBrains IDE
|
5 |
+
.idea/
|
6 |
+
|
7 |
+
# Generated by MacOS
|
8 |
+
.DS_Store
|
9 |
+
|
10 |
+
# Generated by Windows
|
11 |
+
Thumbs.db
|
e4e_ffhq_encode.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ace1d9a8c05c10a399bcd500b8dda118f759ff1aac89dbdab7435f2136a0999
|
3 |
+
size 1201649680
|
stylegan2-ffhq-config-f.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bae494ef77e32a9cd1792a81a3c167692a0e64f6bcd8b06592ff42917e2ed46e
|
3 |
+
size 381462551
|