allknowingroger commited on
Commit
54c7f59
1 Parent(s): 866f93a

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
- "tsi-org/naavi-avatar",
9
- "J1k/train_return",
10
- "SherlockYoung/monster-hunter-text2img-sdxl-lora-1",
11
- "JulyApril/lora-sdxl-pet-style-1",
12
- "Yangdf/mini-mecha-sdxl-lora",
13
- "Gobie/autotrain-a86jr-9hy3m",
14
- "youngkongbin/lora-trained-xl",
15
- "jaysoni/sdxl_lora_ds",
16
- "cosmicBboy/stable-diffusion-xl-base-1.0-lora-dreambooth-critdream-v0.3",
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "Suiren00/dreambooth_stablediffusion_test",
9
+ "skirano/bottle_doRA",
10
+ "artificialguybr/amigurami-redmond-amigurami-crochet-sd-xl-lora",
11
+ "artificialguybr/selfiephotographyredmond-selfie-photography-lora-for-sdxl",
12
+ "SherlockYoung/monster-hunter-text2img-sdxl-lora-cogagent",
13
+ "playgroundai/playground-v2.5-1024px-aesthetic",
14
+ "KappaNeuro/alex-gross-style",
15
+ "KappaNeuro/alfred-augustus-glendening-style",
16
+ "KappaNeuro/alphonse-mucha-style",
17
  ]
18
 
19