QIU JUNZHE commited on
Commit
bab6023
1 Parent(s): 910bd03

Update I-am-Justin.py

Browse files
Files changed (1) hide show
  1. I-am-Justin.py +2 -0
I-am-Justin.py CHANGED
@@ -51,6 +51,7 @@ models = [
51
  "digiplay/AbsoluteReality_v1.8.1",
52
  "stablediffusionapi/edge-of-realism",
53
  "yehiaserag/anime-pencil-diffusion",
 
54
  ]
55
  current_model = models[0]
56
 
@@ -104,6 +105,7 @@ models2=[
104
  gr.Interface.load(f"models/{models[44]}",live=True,preprocess=False),
105
  gr.Interface.load(f"models/{models[45]}",live=True,preprocess=False),
106
  gr.Interface.load(f"models/{models[46]}",live=True,preprocess=False),
 
107
  ]
108
 
109
 
 
51
  "digiplay/AbsoluteReality_v1.8.1",
52
  "stablediffusionapi/edge-of-realism",
53
  "yehiaserag/anime-pencil-diffusion",
54
+ "digiplay/RealismEngine_v1",
55
  ]
56
  current_model = models[0]
57
 
 
105
  gr.Interface.load(f"models/{models[44]}",live=True,preprocess=False),
106
  gr.Interface.load(f"models/{models[45]}",live=True,preprocess=False),
107
  gr.Interface.load(f"models/{models[46]}",live=True,preprocess=False),
108
+ gr.Interface.load(f"models/{models[47]}",live=True,preprocess=False),
109
  ]
110
 
111