allknowingroger commited on
Commit
55c6fae
1 Parent(s): dc586cb

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
- "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
 
 
5
  import time
6
 
7
  models =[
8
+ "nakkati/rank_exp_16",
9
+ "nakkati/baseline_final2",
10
+ "Yntec/FantassifiedIcons",
11
+ "livingbox/italian-style-new-v4",
12
+ "playgroundai/playground-v2-1024px-aesthetic",
13
+ "Shinhati2023/Morenike",
14
+ "ep150de/linglenet",
15
+ "Westcott/1206",
16
+ "uvwar/etmummy",
17
  ]
18
 
19