Update app.py
Browse files
app.py
CHANGED
@@ -7,11 +7,9 @@ from image_gen_aux.utils import load_image
|
|
7 |
# This uses https://github.com/asomoza/image_gen_aux/blob/main/src/image_gen_aux/upscalers/README.md
|
8 |
# Also this space has been duplicated from their official huggingface space, https://huggingface.co/spaces/OzzyGT/basic_upscaler
|
9 |
# They did great work, and I was happy to see them to also use my models :) I thought Id duplicate it and extend it.
|
10 |
-
# It basically made me get a pro account so I can make a Zero GPU space
|
11 |
|
12 |
-
#
|
13 |
-
# I simply want them to message me first so I know that everythings okay with having their model as a selection here since they are the author of that model. If they want their model on here or not basically.
|
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",
|
|
|
7 |
# This uses https://github.com/asomoza/image_gen_aux/blob/main/src/image_gen_aux/upscalers/README.md
|
8 |
# Also this space has been duplicated from their official huggingface space, https://huggingface.co/spaces/OzzyGT/basic_upscaler
|
9 |
# They did great work, and I was happy to see them to also use my models :) I thought Id duplicate it and extend it.
|
10 |
+
# It basically made me get a pro account so I can make a Zero GPU space and made me upload a lot of my models on huggingface now so I can use them here ;)
|
11 |
|
12 |
+
# My models
|
|
|
|
|
13 |
MODELS = {
|
14 |
"4xNomos2_hq_drct-l": "Phips/4xNomos2_hq_drct-l",
|
15 |
"4xNomosWebPhoto_RealPLKSR": "Phips/4xNomosWebPhoto_RealPLKSR",
|