allknowingroger commited on
Commit
0ae0dea
1 Parent(s): 8d7dd66

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/aPhotographicTrend",
9
- "artificialguybr/bettertextredmond",
10
- "NickKolok/arki-20230915-18-nextphoto-7000-steps",
11
- "NickKolok/arki-20230915-18-nextphoto-11000-steps",
12
- "Muhammadreza/ds-test-1",
13
- "bongo2112/sdxl-db-mbosso-headshot",
14
- "Muhammadreza/dl-test-1",
15
- "bongo2112/sdxl-db-harmonize-headshot",
16
- "117jahfar/my-cats-new",
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "DavideTHU/lora-trained-xl",
9
+ "SleepyYui/animuwultimate-4.5.1",
10
+ "ARDICAI/ardic_ai_7",
11
+ "datascientistjohn/sdxl-self",
12
+ "Alexzyx/models",
13
+ "AyanKumarBhunia/textual_inversion_cat",
14
+ "smjain/kishor",
15
+ "Yntec/BeenYou",
16
+ "mussso/lora-trained-xl",
17
  ]
18
 
19