allknowingroger commited on
Commit
bee563a
1 Parent(s): 0c8aac3

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
- "Matth7793/sdxl-bib-lora_test_2_e_text",
9
- "jaysoni/sdxl_1_base",
10
- "munzurul/barbie",
11
- "munzurul/astro_girl_LoRA-me",
12
- "KappaNeuro/marianna-rothen-style",
13
- "KappaNeuro/marc-silvestri-style",
14
- "KappaNeuro/makoto-shinkai-style",
15
- "KappaNeuro/made-of-iridescent-foil",
16
- "KappaNeuro/lyonel-feininger-style",
17
  ]
18
 
19
  model_functions = {}
 
5
  import time
6
 
7
  models =[
8
+ "ottopilot/PriyaBelleXL",
9
+ "BluetechOfficial/more-artfull",
10
+ "jcjo/jsy-studio-sdxl-lora",
11
+ "alexionby/south_park_lora",
12
+ "sessex/tabi-0-LoRA",
13
+ "cosmicBboy/stable-diffusion-xl-base-1.0-lora-dreambooth-critdream-v0.1",
14
+ "ultabeauty/sdxl-v1.0-id-pola-http-2500-noselfie-pp-frixprompt-adv",
15
+ "ultabeauty/sdxl-v1.0-id-pola-http-1500-noselfie-frixprompt-adv",
16
+ "KappaNeuro/luc-schuiten-style",
17
  ]
18
 
19
  model_functions = {}