allknowingroger commited on
Commit
579ad06
·
1 Parent(s): 4ce0ff2

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
- "recurringinsights/karina-face-3",
9
- "judejude/3d-icon-sdxl-lora",
10
- "dataautogpt3/synthetic-anime",
11
- "dataautogpt3/nightmarerunning",
12
- "salma-remyx/myx-sdxl-lora",
13
- "llyb4ikk/me_LoRA",
14
- "Sophiedi/lora-trained-xl-epoch200",
15
- "anjith672/snsStyle",
16
- "judejude/corgy_dog_LoRA",
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "giannisdaras/sdxl_lora_100",
9
+ "charlottemmz/corgy_dog_LoRA",
10
+ "giannisdaras/sd-pokemon-model-lora-sdxl",
11
+ "anjith672/sksMan",
12
+ "Yntec/iffyMix",
13
+ "Yntec/Paragon",
14
+ "Yntec/SQUEE",
15
+ "Yntec/InfiniteLiberty",
16
+ "Yntec/BabeBae",
17
  ]
18
 
19