allknowingroger commited on
Commit
4aefc59
1 Parent(s): 8101d68

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
- "SaiCharan7829/my-pet-dog",
9
- "shubhangkhare/stable-diffusion-xl-base-1.0-v1",
10
- "DARNIX/dtr",
11
- "artificialguybr/LineAniRedmond-LinearMangaSDXL-V2",
12
- "flobbit/div0-tank-sdxl-lora",
13
- "Yntec/Thriller",
14
- "artificialguybr/LogoRedmond-LogoLoraForSDXL-V2",
15
- "ssarae/dreambooth_pingu_ver",
16
- "artificialguybr/analogredmond-v2",
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "artificialguybr/IconsRedmond-IconsLoraForSDXL-V2",
9
+ "hotshotco/SDXL-512",
10
+ "ramy21/MRI_BRAIN_SCAN3",
11
+ "Gauri54damle/sdxl-lora-multi-object-model",
12
+ "ramy21/MRI_BRAIN_SCAN2",
13
+ "machinelearnear/preguntale_al_candidato_SCHIARETTI",
14
+ "joachimsallstrom/aether-fire-lora-for-sdxl",
15
+ "machinelearnear/preguntale_al_candidato_BREGMAN",
16
+ "Gauri54damle/sd-multi-object-model-full",
17
  ]
18
 
19