QIU JUNZHE commited on
Commit
18f5a8d
1 Parent(s): b9b6a01

Update I-am-Justin.py

Browse files
Files changed (1) hide show
  1. I-am-Justin.py +2 -0
I-am-Justin.py CHANGED
@@ -46,6 +46,7 @@ models = [
46
  "Linaqruf/hermitage-xl",
47
  "ddPn08/SwimInLatent",
48
  "hogiahien/LoliV5-edited",
 
49
  ]
50
  current_model = models[0]
51
 
@@ -94,6 +95,7 @@ models2=[
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
 
 
46
  "Linaqruf/hermitage-xl",
47
  "ddPn08/SwimInLatent",
48
  "hogiahien/LoliV5-edited",
49
+ "Linaqruf/hitokomoru-diffusion-v2",
50
  ]
51
  current_model = models[0]
52
 
 
95
  gr.Interface.load(f"models/{models[39]}",live=True,preprocess=False),
96
  gr.Interface.load(f"models/{models[40]}",live=True,preprocess=False),
97
  gr.Interface.load(f"models/{models[41]}",live=True,preprocess=False),
98
+ gr.Interface.load(f"models/{models[42]}",live=True,preprocess=False),
99
  ]
100
 
101