allknowingroger commited on
Commit
dc586cb
1 Parent(s): ee16c27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -5,15 +5,15 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "Yntec/IncredibleWorld2",
9
- "manishshahr92/mktest1",
10
- "n3rio/ironman_proj",
11
- "justswim/lnmdlsktchfsh-512",
12
- "sirajudheen55/sd-trained",
13
- "Max577/Pic_Project",
14
- "MarioSAJavier/fanta-sdxl",
15
- "stoves/Anton_Sofia",
16
- "stoves/Chiriac_Maxim",
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "frank-chieng/sdxl_lora_architecture_siheyuan",
9
+ "yaneq/jan_sdxl_LoRA",
10
+ "Jigen/Star_Trek_SDXL",
11
+ "yaneq/jan_sdxl_LoRA2",
12
+ "foolmoron/lora-test",
13
+ "SherryXTChen/lora-trained-xl-richard",
14
+ "SherryXTChen/lora-trained-xl-highrise",
15
+ "SherryXTChen/lora-trained-xl-fiona",
16
+ "Ameyapores/self_dreambooth",
17
  ]
18
 
19