allknowingroger commited on
Commit
cbee649
1 Parent(s): c993b66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -10
app.py CHANGED
@@ -5,16 +5,17 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "cuixing/textual_inversion_object_style",
9
- "Hekenye/lora-trained-xl",
10
- "artificialguybr/ToyRedmond-ToyLoraForSDXL10",
11
- "masterful/gligen-1-4-generation-text-box",
12
- "varshashaji/pet-dog-xzg",
13
- "navyalizabeth/my-pet-cat",
14
- "aswathys/my-pet-dog",
15
- "Christabelle/sd_anime_concept_generator",
16
- "TonyTomyGeorge/my-pet-dog-csd",
17
- "Pixel390/TORTOISE",
 
18
  ]
19
 
20
 
 
5
  import time
6
 
7
  models =[
8
+ "Varnii/lora-trained-xl-colab",
9
+ "Hekenye/cartoon",
10
+ "Daris1/my-pet-dog",
11
+ "kycocotree/lora-trained-xl",
12
+ "Drake123/my-pet-cat",
13
+ "Yntec/iComixRemix",
14
+ "cuixing/textual_inversion_object_style08091417",
15
+ "Mitsua/vroid-diffusion-test",
16
+ "Hekenye/lora-trained-xl-with-prior-loss-other",
17
+ "Govern/textual_inversion_bicycle",
18
+ "Hekenye/3d",
19
  ]
20
 
21