Yntec commited on
Commit
8802a1c
1 Parent(s): 988597d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -5,15 +5,15 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "stephanebhiri/lora-trained-xl-colab-hya13",
9
- "stablediffusionapi/icon-lab-ai",
10
- "stephanebhiri/lora-trained-xl-colab-stp17",
11
- "Yntec/DreamLikeRemix",
12
- "stephanebhiri/lora-trained-xl-colab-stp16",
13
- "slakshmi/my-pet-dog-xzg",
14
- "kabachuha/maxwell-the-cat-diffusion",
15
- "stablediffusionapi/jueduixianshi",
16
- "AP123/eapt-3sn6-u0ch",
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "Yntec/HassanBlend12",
9
+ "Yntec/HassanBlend1512VAE",
10
+ "Yntec/Dreamscapes_n_Dragonfire_v2",
11
+ "Yntec/REV",
12
+ "Yntec/CetusRemix",
13
+ "Yntec/Cetus",
14
+ "Yntec/Reddit",
15
+ "Yntec/RadiantCinemagic",
16
+ "Yntec/RadiantVibes",
17
  ]
18
 
19