allknowingroger commited on
Commit
7d06514
1 Parent(s): 74547be

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
- "DoctorDiffusion/doctor-diffusion-s-n64-xl-lora-218mb-7mb-versions",
9
- "DoctorDiffusion/gozer-cat-218mb-lora-xl",
10
- "DoctorDiffusion/doctor-diffusion-s-toy-xl-style-lora",
11
- "DoctorDiffusion/doctor-diffusion-s-negative-xl-lora",
12
- "DoctorDiffusion/doctor-diffusion-s-stylized-silhouette-photography-xl-lora",
13
- "DoctorDiffusion/painterly-laclair-artstyle-lora-218mb-1-8gb-versions",
14
- "DoctorDiffusion/gltch-artstyle-corrupt-cr2-canon-raw-files-218mb-lora",
15
- "multimodalart/test-poli-face-fast",
16
- "multimodalart/a0dad0a-poli",
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "artificialguybr/filmgrain-redmond-filmgrain-lora-for-sdxl",
9
+ "blanchon/sdxl-geolora-model-lora",
10
+ "blanchon/sdxl-b16-r128-geolora-model-lora",
11
+ "blanchon/sdxl-r32-geolora-model-lora",
12
+ "alirezaomneky/SDXL_fine_tuning",
13
+ "Westcott/1216",
14
+ "multimodalart/test-faceeee",
15
+ "artificialguybr/movie-poster-redmond-for-sd-xl-create-movie-poster-images",
16
+ "dhanushreddy29/sdxl-dreambooth-shirts",
17
  ]
18
 
19