QIU JUNZHE commited on
Commit
78ba92f
1 Parent(s): bc1fa11

Update I-am-Justin.py

Browse files
Files changed (1) hide show
  1. I-am-Justin.py +2 -0
I-am-Justin.py CHANGED
@@ -53,6 +53,7 @@ models = [
53
  "yehiaserag/anime-pencil-diffusion",
54
  "digiplay/RealismEngine_v1",
55
  "shindi/realistic-skin-style",
 
56
  ]
57
  current_model = models[0]
58
 
@@ -108,6 +109,7 @@ models2=[
108
  gr.Interface.load(f"models/{models[46]}",live=True,preprocess=False),
109
  gr.Interface.load(f"models/{models[47]}",live=True,preprocess=False),
110
  gr.Interface.load(f"models/{models[48]}",live=True,preprocess=False),
 
111
  ]
112
 
113
 
 
53
  "yehiaserag/anime-pencil-diffusion",
54
  "digiplay/RealismEngine_v1",
55
  "shindi/realistic-skin-style",
56
+ "nitrosocke/Ghibli-Diffusion",
57
  ]
58
  current_model = models[0]
59
 
 
109
  gr.Interface.load(f"models/{models[46]}",live=True,preprocess=False),
110
  gr.Interface.load(f"models/{models[47]}",live=True,preprocess=False),
111
  gr.Interface.load(f"models/{models[48]}",live=True,preprocess=False),
112
+ gr.Interface.load(f"models/{models[49]}",live=True,preprocess=False),
113
  ]
114
 
115