QIU JUNZHE commited on
Commit
3d1e53b
1 Parent(s): 542b7f4

Update I-am-Justin.py

Browse files
Files changed (1) hide show
  1. I-am-Justin.py +2 -0
I-am-Justin.py CHANGED
@@ -48,6 +48,7 @@ models = [
48
  "hogiahien/LoliV5-edited",
49
  "NoCrypt/SomethingV2_2",
50
  "SG161222/Realistic_Vision_V1.4",
 
51
  ]
52
  current_model = models[0]
53
 
@@ -98,6 +99,7 @@ models2=[
98
  gr.Interface.load(f"models/{models[41]}",live=True,preprocess=False),
99
  gr.Interface.load(f"models/{models[42]}",live=True,preprocess=False),
100
  gr.Interface.load(f"models/{models[43]}",live=True,preprocess=False),
 
101
  ]
102
 
103
 
 
48
  "hogiahien/LoliV5-edited",
49
  "NoCrypt/SomethingV2_2",
50
  "SG161222/Realistic_Vision_V1.4",
51
+ "digiplay/AbsoluteReality_v1.8.1",
52
  ]
53
  current_model = models[0]
54
 
 
99
  gr.Interface.load(f"models/{models[41]}",live=True,preprocess=False),
100
  gr.Interface.load(f"models/{models[42]}",live=True,preprocess=False),
101
  gr.Interface.load(f"models/{models[43]}",live=True,preprocess=False),
102
+ gr.Interface.load(f"models/{models[44]}",live=True,preprocess=False),
103
  ]
104
 
105