allknowingroger commited on
Commit
bfdfd2b
1 Parent(s): 0bcd752

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
+ "Hemanth-thunder/lora-trained-xl-hmth",
9
+ "rdpb/lora-trained-xl-colab",
10
+ "markyen/jimvisit",
11
+ "Eggsbena/model_0011",
12
+ "Eggsbena/model_0010",
13
+ "stephanebhiri/lora-trained-xl-colab-stp18",
14
+ "sbarcelona11/KIDS-ILLUSTRATION-LSH",
15
+ "gsrujana/output",
16
+ "artificialguybr/LineAniRedmond-LinearMangaSDXL",
17
+ "Jade1211/textual_inversion_newcar",
18
+ "Yntec/WoopWoopRemix",
19
  ]
20
 
21