Phips commited on
Commit
cc743a2
1 Parent(s): 2a0e174

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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": "OzzyGT/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