allknowingroger commited on
Commit
f39153d
·
1 Parent(s): 692e4b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -5,13 +5,15 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "glsukki/stable-diffusion-thumbs-up-test-v4",
9
  "notbellan/Abelmodel",
10
  "tensor-diffusion/melaura-v1-1",
11
  "Charnx2/lora-trained-xl",
12
- "ThanhMai/dark-grey-foam",
13
  "Yntec/OpenGenDiffusers",
14
  "thiru9330/thiru_atmdl_SDXL",
 
 
15
  ]
16
 
17
 
 
5
  import time
6
 
7
  models =[
8
+ "MakAttack/6540dc2059df1fe983c03af2",
9
  "notbellan/Abelmodel",
10
  "tensor-diffusion/melaura-v1-1",
11
  "Charnx2/lora-trained-xl",
12
+ "digiplay/Sudachi_diffusers",
13
  "Yntec/OpenGenDiffusers",
14
  "thiru9330/thiru_atmdl_SDXL",
15
+ "digiplay/2K-VAE",
16
+ "LinoyTsaban/huggy_v20",
17
  ]
18
 
19