allknowingroger commited on
Commit
f6b1c9a
1 Parent(s): b7e2607

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -9
app.py CHANGED
@@ -5,15 +5,17 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "Lykon/dreamshaper-2",
9
- "Falah/sdarchitecturalv1",
10
- "mohitavva/my-pet-cat",
11
- "matgu23/wsmrl-style",
12
- "rasha-salim/adem-dreambooth-128",
13
- "CiroN2022/chroma-essence",
14
- "trajanson/black_long_sleeve_jersey_4",
15
- "Lykon/art-diffusion-xl-0.9",
16
- "Lykon/dreamshaper-3",
 
 
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "CiroN2022/street-tones",
9
+ "Lykon/dreamshaper-4",
10
+ "Lykon/dreamshaper-5",
11
+ "Lykon/dreamshaper-6",
12
+ "Lykon/dreamshaper-xl-1-0",
13
+ "fyhj/cptndat",
14
+ "gokulk1804/kan",
15
+ "LinoyTsaban/lora-xl-graffiti-0.0001-5e-05-1000-1-5",
16
+ "krishi/weights",
17
+ "Yanmam/drem5",
18
+ "TheXin18/Xin18",
19
  ]
20
 
21