allknowingroger commited on
Commit
c1dffdf
1 Parent(s): 60855c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -10
app.py CHANGED
@@ -5,16 +5,21 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "badmonk/nminanko",
9
- "digiplay/highQualityCGMIX_v1",
10
- "digiplay/xxMix_4",
11
- "enddl22/output",
12
- "debdootmiitd/tops_model",
13
- "Daniil-plotnikov/russian-vision-v5-beta",
14
- "akifhasan/sabbur",
15
- "dwancin/sculpture",
16
- "Yntec/DucHaiten-Retro-Diffusers",
17
- "preetham/rmicki",
 
 
 
 
 
18
  ]
19
 
20
 
 
5
  import time
6
 
7
  models =[
8
+ "Ojimi/anime-kawai-diffusion",
9
+ "keehun/textual_inversion_slime_up",
10
+ "Diandiandian/path-to-save-model_v1-5",
11
+ "sd-dreambooth-library/lily",
12
+ "Yntec/Rainbowsphere",
13
+ "Yntec/Dreamsphere",
14
+ "Yntec/Photosphere",
15
+ "ashnrk/textual_inversion_annual_crop_te",
16
+ "akifhasan/sabbur-protogenx3-4",
17
+ "Yntec/ElldrethsRetroMix_Diffusers",
18
+ "digiplay/cosfMix_v1",
19
+ "digiplay/Opiate_v2",
20
+ "mittalashish/chique7",
21
+ "matgu23/abtrl",
22
+ "matgu23/ptn",
23
  ]
24
 
25