QIU JUNZHE commited on
Commit
9d91073
1 Parent(s): bab6023

Update I-am-Justin.py

Browse files
Files changed (1) hide show
  1. I-am-Justin.py +2 -0
I-am-Justin.py CHANGED
@@ -52,6 +52,7 @@ models = [
52
  "stablediffusionapi/edge-of-realism",
53
  "yehiaserag/anime-pencil-diffusion",
54
  "digiplay/RealismEngine_v1",
 
55
  ]
56
  current_model = models[0]
57
 
@@ -106,6 +107,7 @@ models2=[
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
 
 
52
  "stablediffusionapi/edge-of-realism",
53
  "yehiaserag/anime-pencil-diffusion",
54
  "digiplay/RealismEngine_v1",
55
+ "shindi/realistic-skin-style",
56
  ]
57
  current_model = models[0]
58
 
 
107
  gr.Interface.load(f"models/{models[45]}",live=True,preprocess=False),
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