allknowingroger commited on
Commit
1892625
1 Parent(s): 3a7f22a

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
- "stablediffusionapi/divineelegancemix",
9
- "Yntec/Lunar",
10
- "Kroleskaowlksi/dila",
11
- "yxxshin/experiment2_model",
12
- "aimeetsai/output",
13
- "digiplay/KawaiiRealisticAnimeMix_A0.3",
14
- "Daniil-plotnikov/russian-vision-v5-1",
15
- "cathyxl/models",
16
- "EarthnDusk/Earth-AniMix-Super-Flat",
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "RaikkonenCao/cat_toy_dreambooth",
9
+ "stablediffusionapi/barbieunstablecivit",
10
+ "digiplay/fantasticmix_v67",
11
+ "jasonching/output",
12
+ "digiplay/fantasticmix_v7",
13
+ "digiplay/DreamShaper_8",
14
+ "Yntec/InsaneRealisticCVAE",
15
+ "EarthnDusk/Duskfall_art_V3",
16
+ "Tornado24/dreambooth_sd15_jay_lora",
17
  ]
18
 
19