allknowingroger commited on
Commit
8881a6b
1 Parent(s): 369d231

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
- "robindon/lora-trained-xl-TOK-person",
9
- "rjaiswal/sdxl-montresandco-model-lora",
10
- "e-n-v-y/envy-stylized-xl-02",
11
- "tonyassi/mgm",
12
- "lisandropuzzolo/sdxl-dott",
13
- "jeffreykthomas/sd-model-v2-finetuned-lora-affectnet",
14
- "vinothananthini/robot",
15
- "livingbox/minimalist-style-01-v3",
16
- "camdenlily/camden",
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "joachimsallstrom/aether-aqua-lora-for-sdxl",
9
+ "lisandropuzzolo/dott_remastered_style_lora_sdxl",
10
+ "kimmechit/mtg_test2_LoRA",
11
+ "stoves/adelina",
12
+ "Yntec/Cryptids",
13
+ "btmccarthy15/SDLORAlow",
14
+ "matmatmat1/deranged-model-v3-2",
15
+ "eugenebokhan/saved_model_max_train_steps_1000",
16
+ "Brainclub5000/napolu",
17
  ]
18
 
19