allknowingroger commited on
Commit
b4bdbb3
1 Parent(s): dfbd067

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
- "revellsi/reachy-img-generator20240104",
9
- "sifjijos/corgy_dog_LoRA",
10
- "modamsko/lora-sdxl-dog",
11
- "Pclanglais/wiki-model",
12
- "modamsko/lora-sdxl-flatillustration",
13
- "salma-remyx/amumu-sdxl-lora",
14
- "bawgz/my-lora",
15
- "bawgz/drip-glasses",
16
- "artificialguybr/ps1redmond-ps1-game-graphics-lora-for-sdxl",
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "codelion/public-domain-mickey-mouse",
9
+ "recurringinsights/alee-karina-face",
10
+ "DavideTHU/SDXL_LoRA_shoes",
11
+ "yaneq/jan_SDXL_LoRA_600_1e4_dadd",
12
+ "DavideTHU/SDXL_LoRA_headset_2",
13
+ "DavideTHU/autotrain-test",
14
+ "Yntec/Memento",
15
+ "Yntec/RealLife",
16
+ "Yntec/Vintedois",
17
  ]
18
 
19