QIU JUNZHE commited on
Commit
86cf0a3
1 Parent(s): 1a9bf1d

Update app_file_is_here.py

Browse files
Files changed (1) hide show
  1. app_file_is_here.py +2 -1
app_file_is_here.py CHANGED
@@ -29,6 +29,7 @@ models = [
29
  "Yntec/DucHaitenAIart-beta",
30
  "Ojimi/anime-kawai-diffusion",
31
  "LottePeisch/RevAnimated-Diffusers",
 
32
  ######################################################
33
  #"digiplay/PersonaStyleCheckpoint",
34
  #"darkstorm2150/Protogen_Infinity_Official_Release",
@@ -337,7 +338,6 @@ models = [
337
  #"dallinmackay/Tron-Legacy-diffusion",
338
  #"digiplay/unstableDiffusersYamerMIX_v3",
339
  #dallinmackay/Van-Gogh-diffusion",
340
- #"ItsJayQz/Valorant_Diffusion",
341
  #"Fictiverse/Stable_Diffusion_VoxelArt_Model", #204
342
  #"wavymulder/wavyfusion",
343
  #"CompVis/stable-diffusion-v1-3", #207
@@ -374,6 +374,7 @@ models2=[
374
  gr.Interface.load(f"models/{models[22]}",live=True,preprocess=False),
375
  gr.Interface.load(f"models/{models[23]}",live=True,preprocess=False),
376
  gr.Interface.load(f"models/{models[24]}",live=True,preprocess=False),
 
377
  ]
378
 
379
 
 
29
  "Yntec/DucHaitenAIart-beta",
30
  "Ojimi/anime-kawai-diffusion",
31
  "LottePeisch/RevAnimated-Diffusers",
32
+ "ItsJayQz/Valorant_Diffusion",
33
  ######################################################
34
  #"digiplay/PersonaStyleCheckpoint",
35
  #"darkstorm2150/Protogen_Infinity_Official_Release",
 
338
  #"dallinmackay/Tron-Legacy-diffusion",
339
  #"digiplay/unstableDiffusersYamerMIX_v3",
340
  #dallinmackay/Van-Gogh-diffusion",
 
341
  #"Fictiverse/Stable_Diffusion_VoxelArt_Model", #204
342
  #"wavymulder/wavyfusion",
343
  #"CompVis/stable-diffusion-v1-3", #207
 
374
  gr.Interface.load(f"models/{models[22]}",live=True,preprocess=False),
375
  gr.Interface.load(f"models/{models[23]}",live=True,preprocess=False),
376
  gr.Interface.load(f"models/{models[24]}",live=True,preprocess=False),
377
+ gr.Interface.load(f"models/{models[25]}",live=True,preprocess=False),
378
  ]
379
 
380