QIU JUNZHE commited on
Commit
212a5e3
1 Parent(s): 1affb66

Update I-am-Justin.py

Browse files
Files changed (1) hide show
  1. I-am-Justin.py +2 -0
I-am-Justin.py CHANGED
@@ -45,6 +45,7 @@ models = [
45
  "digiplay/LemonCreami",
46
  "digiplay/LunarDiffusion_v1.27",
47
  "Linaqruf/hermitage-xl",
 
48
  ]
49
  current_model = models[0]
50
 
@@ -92,6 +93,7 @@ models2=[
92
  gr.Interface.load(f"models/{models[38]}",live=True,preprocess=False),
93
  gr.Interface.load(f"models/{models[39]}",live=True,preprocess=False),
94
  gr.Interface.load(f"models/{models[40]}",live=True,preprocess=False),
 
95
  ]
96
 
97
 
 
45
  "digiplay/LemonCreami",
46
  "digiplay/LunarDiffusion_v1.27",
47
  "Linaqruf/hermitage-xl",
48
+ "ddPn08/SwimInLatent",
49
  ]
50
  current_model = models[0]
51
 
 
93
  gr.Interface.load(f"models/{models[38]}",live=True,preprocess=False),
94
  gr.Interface.load(f"models/{models[39]}",live=True,preprocess=False),
95
  gr.Interface.load(f"models/{models[40]}",live=True,preprocess=False),
96
+ gr.Interface.load(f"models/{models[41]}",live=True,preprocess=False),
97
  ]
98
 
99