allknowingroger commited on
Commit
838e941
1 Parent(s): b039470

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/Dreamshaper8",
9
- "jsram/textxl",
10
- "LiLyFalcon/dreambooth_lora_Galaxiga_battle_aircraft-trained-xl-colab",
11
- "kaneyxx/bento",
12
- "naphatmanu/sdxl-lora-ikea-modern-international-1-500steps",
13
- "naphatmanu/sdxl-lora-ikea-modern-international-1",
14
- "melaris/Hannah2Ai",
15
- "livingbox/model-text-oct-12",
16
- "Daniil-plotnikov/deepvision-v3-0",
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "jordanhilado/sd-1-5-pokemon-lora",
9
+ "MaxReynolds/SouderRocketLauncherNetCombined_LORA",
10
+ "hahminlew/sdxl-kream-model-lora",
11
+ "linuxlewis/lucy-sdxl",
12
+ "dbarbedillo/tomasthecat_t2",
13
+ "lberglund/sweep_full_6_20231012154758",
14
+ "dbarbedillo/tomasthecat_t1",
15
+ "merve/emoji-dreambooth-trained-xl",
16
+ "Daniil-plotnikov/deepvision-v4-0",
17
  ]
18
 
19