allknowingroger commited on
Commit
0e75d28
·
1 Parent(s): 9c1c9fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -13
app.py CHANGED
@@ -5,19 +5,19 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "Shadowcode/dog_box_dreambooth",
9
- "hongrui/chest_v_1",
10
- "nomsgadded/dreambooth",
11
- "manosp/textual_inversion_moto_toy",
12
- "Meina/MeinaUnreal_V4",
13
- "manosp/textual_inversion_moto",
14
- "andressrg/textual_inversion_cat",
15
- "Jinouga/sagiri-yamada-asaemon-v1",
16
- "KevinQuijano/model-dreambooth-chair-2.0",
17
- "manosp/textual_inversion_cat",
18
- "guaguale/model_v",
19
- "animaparty/lulugs-2-embed-vecs-3-lr-0.0003",
20
- "nomsgadded/textual_inversion",
21
  ]
22
 
23
 
 
5
  import time
6
 
7
  models =[
8
+ "Verne/miffy-rabbit",
9
+ "doohickey/doodad-v1-3",
10
+ "Norod78/sd15-caricature-portraits-blip-captions",
11
+ "krystv/hestyle-diffusion",
12
+ "baruga/mandelbrot-fractals",
13
+ "TheLastBen/wingview-640px",
14
+ "alkzar90/ppaine-landscape",
15
+ "arnomatic/seacreatures",
16
+ "carlosabadia/cosmos",
17
+ "Fictiverse/Stable_Diffusion_Microscopic_model",
18
+ "sd-dreambooth-library/herge-style",
19
+ "plasmo/clayitization-sd1-5-768px",
20
+ "ItsJayQz/Firewatch_Diffusion",
21
  ]
22
 
23