Spaces:
Build error
Build error
solitarycodefinement
commited on
Commit
·
60e3306
1
Parent(s):
1b47a21
christmas models
Browse files
app.py
CHANGED
|
@@ -26,12 +26,12 @@ import clip
|
|
| 26 |
model_dir = "models"
|
| 27 |
os.makedirs(model_dir, exist_ok=True)
|
| 28 |
|
| 29 |
-
model_repos = {"
|
|
|
|
| 30 |
"dlib": ("akhaliq/jojogan_dlib", "shape_predictor_68_face_landmarks.dat"),
|
| 31 |
"sc_fs3": ("rinong/stylegan-nada-models", "fs3.npy"),
|
| 32 |
"base": ("akhaliq/jojogan-stylegan2-ffhq-config-f", "stylegan2-ffhq-config-f.pt"),
|
| 33 |
"sketch": ("rinong/stylegan-nada-models", "sketch.pt"),
|
| 34 |
-
"heat_miser": ("mjdolan/stylegan-nada-models", "heat.pt"),
|
| 35 |
"santa": ("mjdolan/stylegan-nada-models", "santa.pt"),
|
| 36 |
"jesus": ("mjdolan/stylegan-nada-models", "jesus.pt"),
|
| 37 |
"mariah": ("mjdolan/stylegan-nada-models", "mariah.pt"),
|
|
|
|
| 26 |
model_dir = "models"
|
| 27 |
os.makedirs(model_dir, exist_ok=True)
|
| 28 |
|
| 29 |
+
model_repos = {"heat_miser": ("mjdolan/stylegan-nada-models", "heat.pt"),
|
| 30 |
+
"e4e": ("akhaliq/JoJoGAN_e4e_ffhq_encode", "e4e_ffhq_encode.pt"),
|
| 31 |
"dlib": ("akhaliq/jojogan_dlib", "shape_predictor_68_face_landmarks.dat"),
|
| 32 |
"sc_fs3": ("rinong/stylegan-nada-models", "fs3.npy"),
|
| 33 |
"base": ("akhaliq/jojogan-stylegan2-ffhq-config-f", "stylegan2-ffhq-config-f.pt"),
|
| 34 |
"sketch": ("rinong/stylegan-nada-models", "sketch.pt"),
|
|
|
|
| 35 |
"santa": ("mjdolan/stylegan-nada-models", "santa.pt"),
|
| 36 |
"jesus": ("mjdolan/stylegan-nada-models", "jesus.pt"),
|
| 37 |
"mariah": ("mjdolan/stylegan-nada-models", "mariah.pt"),
|