allknowingroger commited on
Commit
6843c5d
1 Parent(s): 5084d75

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
- "adrianerrea/david_dreambooth",
9
- "Yntec/AbsoluteReality",
10
- "MakAttack/lora-trained-xl-dogHeadShotsFullBodyCombo",
11
- "MakAttack/lora-trained-xl-colab5HeadShotImagesBobDefaultSettings",
12
- "raphael-gl/lora-adapter1",
13
- "iamyuvraj/photos",
14
- "davolu/medical-illustration-heart",
15
- "melaris/natalia2ai",
16
- "ranajithore/stable-diffusion-v2-1-trained-for-plant-cell-structure-diagram-without-captions",
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "Yntec/LAMEanime",
9
+ "mwiki/lora_xdsl",
10
+ "hamzafarooq951/my_dreambooth",
11
+ "MakAttack/lora-trained-xl-colab5FullbodyImagesBobDefaultSettings",
12
+ "MakAttack/lora-trained-xl-colab",
13
+ "NickKolok/meryl-stryfe-20230918-19-48h-4800-steps",
14
+ "NickKolok/meryl-stryfe-20230926-22-adm-6kplus-500-steps",
15
+ "digiplay/2K",
16
+ "sarathAI/NFT-Genesis",
17
  ]
18
 
19