allknowingroger commited on
Commit
9365621
1 Parent(s): 0a1940c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -10
app.py CHANGED
@@ -5,16 +5,15 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "digiplay/HIJKLMix_v2",
9
- "Eaaven/lora-trained-xl",
10
- "rasha-salim/autotrain-dreambooth",
11
- "digiplay/MGM",
12
- "sweetpablo/diffuwusion",
13
- "vladisha3000/pokemon-lora",
14
- "vladisha3000/pokemon-model_lora",
15
- "nota-ai/bk-sdm-tiny-2m",
16
- "Sans404/somethingidk",
17
- "goofyai/Leonardo_Ai_Style_Illustration",
18
  ]
19
 
20
 
 
5
  import time
6
 
7
  models =[
8
+ "Linaqruf/pastel-anime-xl-lora",
9
+ "chillpixel/blacklight-makeup-sdxl-lora",
10
+ "Siyu0329/output",
11
+ "ravennakev/dogbooth",
12
+ "EliKet/sdxl_2",
13
+ "frizner/dfrizner-model",
14
+ "stephanebhiri/lora-trained-xl-colab-stp27",
15
+ "LinoyTsaban/lora-xl-dog-0.0001-500-1-deafult",
16
+ "enod/lora-trained-xl",
 
17
  ]
18
 
19