Spaces:
Runtime error
Runtime error
Commit
·
b88579d
1
Parent(s):
a3e2e86
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,15 +5,15 @@ import gradio as gr
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
"
|
| 12 |
-
"FFusion/
|
| 13 |
-
"
|
|
|
|
|
|
|
| 14 |
"Yntec/lamettaRemix",
|
| 15 |
-
"jasonxxr666/lora-trained-xl-colab-v3",
|
| 16 |
-
"goofyai/Leonardo_Ai_Style_Illustration",
|
| 17 |
]
|
| 18 |
|
| 19 |
|
|
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
+
"remg1997/dynabench-sdxl10",
|
| 9 |
+
"Yntec/BasilRemix",
|
| 10 |
+
"antikpatel128/lora-sdxl",
|
| 11 |
+
"renzzo1904/stable_on_me",
|
| 12 |
+
"FFusion/FFXL400",
|
| 13 |
+
"kear24100712/juansebasia",
|
| 14 |
+
"Robo0890/roboxl",
|
| 15 |
+
"tonyassi/tony-dreambooth-1-0",
|
| 16 |
"Yntec/lamettaRemix",
|
|
|
|
|
|
|
| 17 |
]
|
| 18 |
|
| 19 |
|