allknowingroger commited on
Commit
087a313
1 Parent(s): b879aba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -9
app.py CHANGED
@@ -5,18 +5,17 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "Albert-J/a-black-cat",
9
- "Albe-njupt/sd-gesang_flowers-lora",
10
- "Hekenye/lora-trained-xl-with-prior-loss",
11
  "cuixing/textual_inversion_object_style",
12
  "Hekenye/lora-trained-xl",
13
- "sayakpaul/lora-trained-xl-colab",
 
 
 
 
 
 
 
14
  "Pixel390/TORTOISE",
15
- "FFusion/FFusionXL-BASE",
16
- "roca2357/output",
17
- "Brucee/caileedb",
18
- "sshh12/sdxl-lora-pokemon",
19
- "Albert-J/bct",
20
  ]
21
 
22
 
 
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
+ "Meenuantony/my-pet-dog-xzg",
18
  "Pixel390/TORTOISE",
 
 
 
 
 
19
  ]
20
 
21