allknowingroger commited on
Commit
bf6c902
1 Parent(s): 3bfa6d3

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
- "xgga/lora-sdxl-eighties",
9
- "erlend0/sebastian_LoRA",
10
- "tchauffi/emoji_LoRA",
11
- "mytoon/toon_lora",
12
- "Yntec/HELLmix",
13
- "nakkati/output_dreambooth_model_10000",
14
- "dereckd/olanmills",
15
- "sd-dreambooth-library/rdstr-wom",
16
- "HHM29/finetuning_dream",
17
  ]
18
 
19
 
 
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