Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -14,9 +14,8 @@ from image_gen_aux.utils import load_image
|
|
14 |
# I load models from huggingface model cards though, so the model should be hosted on huggingface.
|
15 |
MODELS = {
|
16 |
"4xNomos2_hq_drct-l": "Phips/4xNomos2_hq_drct-l",
|
17 |
-
"4xNomosWebPhoto_RealPLKSR": "
|
18 |
"4xRealWebPhoto_v4_dat2": "Phips/4xRealWebPhoto_v4_dat2",
|
19 |
-
"4xNomos2_realplksr_dysample": "Phips/4xNomos2_realplksr_dysample",
|
20 |
"1xDeH264_realplksr": "Phips/1xDeH264_realplksr",
|
21 |
}
|
22 |
|
|
|
14 |
# I load models from huggingface model cards though, so the model should be hosted on huggingface.
|
15 |
MODELS = {
|
16 |
"4xNomos2_hq_drct-l": "Phips/4xNomos2_hq_drct-l",
|
17 |
+
"4xNomosWebPhoto_RealPLKSR": "Phips/4xNomosWebPhoto_RealPLKSR",
|
18 |
"4xRealWebPhoto_v4_dat2": "Phips/4xRealWebPhoto_v4_dat2",
|
|
|
19 |
"1xDeH264_realplksr": "Phips/1xDeH264_realplksr",
|
20 |
}
|
21 |
|