allknowingroger commited on
Commit
b8f4dee
1 Parent(s): e8f4f02

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
- "digiplay/OldFish_v1.1_personal_HDmix",
9
- "sapharos/jairo-reyes",
10
- "bongo2112/sdxl-db-samia-v2-headshot",
11
- "Norod78/SD15-IllusionDiffusionPattern-LoRA",
12
- "sanctia/lora-sd-finesse",
13
- "LinoyTsaban/lora-xl-linoy_face-1.0-1.0-1000-1-32-prodigy",
14
- "Kive/linnea",
15
- "pranaykoppula/vton-first-user",
16
- "Muhammadreza/msart-54",
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "LinoyTsaban/lora-xl-linoy_face-0.0001-5e-05-1000-1-32",
9
+ "hosnasn/Reza_DB200",
10
+ "dbecker1/test_lora_mdl4",
11
+ "hosnasn/Reza_DB",
12
+ "Gurusha/dreambooth_peace_sign",
13
+ "Gurusha/dreambooth_holding_umbrella",
14
+ "Kendong/bc_flowers",
15
+ "lccllccc/0920_sdxl_lora_2500_steps",
16
+ "LinoyTsaban/lora-xl-linoy_face-0.0001-0.0001-1000-1-32",
17
  ]
18
 
19