allknowingroger commited on
Commit
f3907bc
1 Parent(s): 1a8c995

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
- "matteo1997/5_images_dreambooth_lora_step1000",
9
- "matteo1997/20_images_dreambooth_lora_step1000",
10
- "matteo1997/10_images_dreambooth_lora_step1000",
11
- "KreigerNadir/LavLora",
12
- "Blib-la/max_und_moritz_wilhelm_busch_lora_sdxl",
13
- "nived2/output_dir",
14
- "Blib-la/honore_daumier_lora_sdxl",
15
- "nived2/3d-icon-sdxl-lora",
16
- "MuhammadHamzaAhmed/Signalytic_Style_SDXL",
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "johnowhitaker/lora_pn05_036sim",
9
+ "johnowhitaker/lora_pn05_036sim",
10
+ "johnowhitaker/lora_pn05_036sim",
11
+ "playgroundai/playground-v2-1024px-aesthetic",
12
+ "playgroundai/playground-v2-1024px-aesthetic",
13
+ "playgroundai/playground-v2-256px-base",
14
+ "playgroundai/playground-v2-256px-base",
15
+ "playgroundai/playground-v2-512px-base",
16
+ "playgroundai/playground-v2-512px-base",
17
  ]
18
 
19