allknowingroger commited on
Commit
b7a28dd
1 Parent(s): d255a20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -9
app.py CHANGED
@@ -5,15 +5,16 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "kingrabbit911/lora-trained-xl",
9
- "digiplay/VoidnoiseCore_R0829",
10
- "artificialguybr/StorybookRedmondUnbound",
11
- "jagonzalr/stable-diffusion-v1-5",
12
- "digiplay/NextPhoto_v3",
13
- "aigrils2/beautifulv6-32fp-with-ema",
14
- "mahendra0203/lora-trained-xl-colab-5k-steps",
15
- "plasmo/woolitize",
16
- "digiplay/NextGenMix_R2.8VAE",
 
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "ainjarts/new_model",
9
+ "rishabh063/lora-trained-xl-colab",
10
+ "Muhammadreza/mann-e-concept-revised-2",
11
+ "Eaaven/lora-trained-rev",
12
+ "pranavkd/sdxl-amirth",
13
+ "khhhhhh/saved-model",
14
+ "hahaday2022/MayDuSha_trained_model",
15
+ "shohei1029/dreambooth-shohei",
16
+ "rikdas/weights",
17
+ "digiplay/DucHaitenJourney_v3.0.A",
18
  ]
19
 
20