allknowingroger commited on
Commit
dfe01d8
1 Parent(s): 7fb4045

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/v4vikram-sdxl-db",
9
- "bbsgp/FWDsdxl",
10
- "rasha-salim/adem-dreambooth-128",
11
- "archimedix/sdxl-archi06",
12
- "zoxkd/sdxl-mjbadera",
13
- "NYUAD-ComNets/Ethnicity_Diversity_Model",
14
- "DmitryNvm/sdxl-lora-dreambooth-style",
15
- "DmitryNvm/sdxl-lora-dreambooth-subject",
16
- "iamadhxxx/sdxl-billie-eillish-neo",
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "dataautogpt3/OpenDalleV1.1",
9
+ "ishmanish/text-to-image-sdxl-lora-DreamBooth_own_v1",
10
+ "Norod78/dream-dis-pix-xl",
11
+ "roktimsardar123/RXKSDXL",
12
+ "MaziyarPanahi/vision_pro_dreambooth_project_2",
13
+ "XGGNet/lora-sdxl-szn",
14
+ "Yntec/aBagOfChips",
15
+ "Yntec/Stuff",
16
+ "Yntec/SinkOrSwim",
17
  ]
18
 
19