allknowingroger commited on
Commit
58728c6
1 Parent(s): f0b589d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -5,15 +5,15 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "neggles/Andromeda",
9
- "Redamancy2299/dreambooth2",
10
- "Redamancy2299/dreambooth",
11
  "multimodalart/polisteps-768",
12
- "valhalla/sd-wikiart",
13
  "digiplay/MixTape_RocknRoll_v3punk_bake_fp16",
14
  "digiplay/BeautifulFantasyRealMix_diffusers",
15
- "Yntec/yabalMixTrue25D_v2_VAE",
16
  "Yntec/DucHaiten-Retro-Diffusers",
 
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "Jianxin1111/dhevv-upperbodybreastabdomen",
9
+ "coinz/professional-color-grading-model",
 
10
  "multimodalart/polisteps-768",
11
+ "Prema-58/panda",
12
  "digiplay/MixTape_RocknRoll_v3punk_bake_fp16",
13
  "digiplay/BeautifulFantasyRealMix_diffusers",
14
+ "Yntec/pineappleAnimeMix",
15
  "Yntec/DucHaiten-Retro-Diffusers",
16
+ "joachimsallstrom/aether-pixel-lora-for-sdxl",
17
  ]
18
 
19