allknowingroger commited on
Commit
3bfa6d3
·
1 Parent(s): 0e0c9f4

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
- "tchauffi/shetland_dog_LoRA",
9
- "Norod78/weird-fashion-show-outfits-sdxl-lora",
10
- "e-n-v-y/envy-cel-shaded-xl-01",
11
- "xgga/lora-sdxl-waterpainting",
12
- "openskyml/lexica-aperture-v3-5",
13
- "nakkati/output_dreambooth_model_preservation",
14
- "livingbox/minimalist-style-01-v2",
15
- "wittenberg/model",
16
- "cyuzhang/pets_rank_16",
17
  ]
18
 
19
 
 
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