allknowingroger commited on
Commit
10e24a1
1 Parent(s): 45f55cf

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
- "thinkermode/sdxl-db-appu",
9
- "aaronzadev/stablexlaaronzamx",
10
- "ahmedtremo/image-gen",
11
- "thinkermode/deepika-sdxl-db",
12
- "thinkermode/amithabbigb-sdxl-db",
13
- "archimedix/sdxl-archi04",
14
- "yashc2512/hello",
15
- "stoves/eduard",
16
- "NEXAS/stable_diff_custom",
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "Rojban/dreambooth_autotrain3",
9
+ "Rojban/dreambooth4",
10
+ "kr-manish/text-to-image-sdxl-lora-dreemBooth-rashmika",
11
+ "jaiganesan/sdxl-lora-khuze-1e-4-1200-512x512images",
12
+ "kr-manish/text-to-image-sdxl-lora-dreemBooth-rashmika_v2",
13
+ "sefercanapaydin/sdxl-lora-abid",
14
+ "dominic1021/xlmelodyasmr-0",
15
+ "khushalmaknon/floormodel",
16
+ "kr-manish/text-to-image-sdxl-lora-dreemBooth-rashmika",
17
  ]
18
 
19