allknowingroger commited on
Commit
478834e
1 Parent(s): 8881a6b

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
- "joachimsallstrom/aether-aqua-lora-for-sdxl",
9
- "lisandropuzzolo/dott_remastered_style_lora_sdxl",
10
- "kimmechit/mtg_test2_LoRA",
11
- "stoves/adelina",
12
- "Yntec/Cryptids",
13
- "btmccarthy15/SDLORAlow",
14
- "matmatmat1/deranged-model-v3-2",
15
- "eugenebokhan/saved_model_max_train_steps_1000",
16
- "Brainclub5000/napolu",
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "nhero/model",
9
+ "AlanB/TransformersStyleXL",
10
+ "TaiMingLu/lora-trained-xl",
11
+ "kchoi/lora-sdxl-jonas",
12
+ "digiplay/WolfSystems_v1",
13
+ "digiplay/CoharuMix_real",
14
+ "AlanB/TransformersStyle",
15
+ "0xOracle/Image-GAN",
16
+ "Prasad2055/friendship",
17
  ]
18
 
19