allknowingroger commited on
Commit
c538e25
1 Parent(s): bf6c902

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
- "SamJu3/sd-danielle-model-lora40with-xl",
9
- "mytoon/toon_lora_fixed1",
10
- "cesarcai/sdxl_dog_dreambooth",
11
- "osanseviero/osangu-212",
12
- "victor/ch-art",
13
- "yu-yutsu/my-face-model",
14
- "AIgenarator1985/annavackertrained2711",
15
- "nakkati/output_dreambooth_model_preservation_large_dataset",
16
- "Yntec/Kitsch-In-Sync",
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "kimmechit/corgy_dog_LoRA",
9
+ "stephen12/sd-pokemon-model-lora-sdxl",
10
+ "SamJu3/sd-haerin-model-lora10with-xl",
11
+ "SamJu3/sd-haerin-model-lora40with-xl",
12
+ "SamJu3/sd-danielle-model-lora10with-xl",
13
+ "sbrandeis/laplagne-lora",
14
+ "badmonk/jxne",
15
+ "MexicanVanGogh/ddpm-mushrooms-128",
16
+ "badmonk/anxn",
17
  ]
18
 
19