Phips commited on
Commit
654b939
1 Parent(s): 0f9d535

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -13,9 +13,10 @@ from image_gen_aux.utils import load_image
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
  "4xNomosWebPhoto_RealPLKSR": "OzzyGT/4xNomosWebPhoto_RealPLKSR",
17
  "4xRealWebPhoto_v4_dat2": "Phips/4xRealWebPhoto_v4_dat2",
18
- "4xNomos2_hq_drct-l": "Phips/4xNomos2_hq_drct-l",
19
  }
20
 
21
 
 
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": "OzzyGT/4xNomosWebPhoto_RealPLKSR",
18
  "4xRealWebPhoto_v4_dat2": "Phips/4xRealWebPhoto_v4_dat2",
19
+ "1xDeH264_realplksr": "Phips/1xDeH264_realplksr",
20
  }
21
 
22