allknowingroger commited on
Commit
f0b589d
1 Parent(s): cf20b2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,6 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "treksis/bk-sdm-tiny",
9
  "neggles/Andromeda",
10
  "Redamancy2299/dreambooth2",
11
  "Redamancy2299/dreambooth",
@@ -14,6 +13,7 @@ models =[
14
  "digiplay/MixTape_RocknRoll_v3punk_bake_fp16",
15
  "digiplay/BeautifulFantasyRealMix_diffusers",
16
  "Yntec/yabalMixTrue25D_v2_VAE",
 
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
 
8
  "neggles/Andromeda",
9
  "Redamancy2299/dreambooth2",
10
  "Redamancy2299/dreambooth",
 
13
  "digiplay/MixTape_RocknRoll_v3punk_bake_fp16",
14
  "digiplay/BeautifulFantasyRealMix_diffusers",
15
  "Yntec/yabalMixTrue25D_v2_VAE",
16
+ "Yntec/DucHaiten-Retro-Diffusers",
17
  ]
18
 
19