QIU JUNZHE commited on
Commit
4b05098
1 Parent(s): a1d1c2a

Update I-am-Justin.py

Browse files
Files changed (1) hide show
  1. I-am-Justin.py +2 -0
I-am-Justin.py CHANGED
@@ -32,6 +32,7 @@ models = [
32
  "Linaqruf/animagine-xl",
33
  "Envvi/Inkpunk-Diffusion",
34
  "Birchlabs/waifu-diffusion-xl-unofficial",
 
35
  ]
36
  current_model = models[0]
37
 
@@ -66,6 +67,7 @@ models2=[
66
  gr.Interface.load(f"models/{models[25]}",live=True,preprocess=False),
67
  gr.Interface.load(f"models/{models[26]}",live=True,preprocess=False),
68
  gr.Interface.load(f"models/{models[27]}",live=True,preprocess=False),
 
69
  ]
70
 
71
 
 
32
  "Linaqruf/animagine-xl",
33
  "Envvi/Inkpunk-Diffusion",
34
  "Birchlabs/waifu-diffusion-xl-unofficial",
35
+ "Akumetsu971/SD_Anime_Futuristic_Armor",
36
  ]
37
  current_model = models[0]
38
 
 
67
  gr.Interface.load(f"models/{models[25]}",live=True,preprocess=False),
68
  gr.Interface.load(f"models/{models[26]}",live=True,preprocess=False),
69
  gr.Interface.load(f"models/{models[27]}",live=True,preprocess=False),
70
+ gr.Interface.load(f"models/{models[28]}",live=True,preprocess=False),
71
  ]
72
 
73