allknowingroger commited on
Commit
8b0bafb
·
1 Parent(s): 8fcd5ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -12
app.py CHANGED
@@ -5,18 +5,19 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "J-Douglas/pokemon-lora",
9
- "tungdop2/tungdop2-pokemon-lora-sd1.5",
10
- "lucostiguy11/path-to-save-model",
11
- "Emilianohack6950/GenOrtega",
12
- "aarondotwork/sd-pokemon-diffusers",
13
- "theintuitiveye/HARDblend",
14
- "stablediffusionapi/animatrix",
15
- "digiplay/bluePencilRealistic_v01",
16
- "digiplay/calicomixreal_v2.0_diffusers",
17
- "digiplay/chrysanthemumMix_v1",
18
- "digiplay/dosmix",
19
- "digiplay/SDVN1-Real_v1",
 
20
  ]
21
 
22
 
 
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