Spaces:
Runtime error
Runtime error
Update all_models.py
Browse files- all_models.py +3 -2
all_models.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
"John6666/ebara-pony-v1-sdxl",
|
| 3 |
"John6666/deep-dark-hentai-mix-v60-sdxl",
|
| 4 |
"John6666/momoiro-pony-v14-sdxl",
|
|
@@ -177,7 +177,7 @@ models = [
|
|
| 177 |
|
| 178 |
|
| 179 |
|
| 180 |
-
|
| 181 |
"John6666/3x3mix-xl-typeg-v1-sdxl",
|
| 182 |
"John6666/3x3mix-xl-typeh-v1-sdxl",
|
| 183 |
"John6666/3x3mix-xl-typel-v1-sdxl",
|
|
@@ -500,3 +500,4 @@ models = [
|
|
| 500 |
|
| 501 |
last = "John6666/osorubeshi-pony-real-v8-sdxl",
|
| 502 |
|
|
|
|
|
|
| 1 |
+
models_1 = [
|
| 2 |
"John6666/ebara-pony-v1-sdxl",
|
| 3 |
"John6666/deep-dark-hentai-mix-v60-sdxl",
|
| 4 |
"John6666/momoiro-pony-v14-sdxl",
|
|
|
|
| 177 |
|
| 178 |
|
| 179 |
|
| 180 |
+
models_2 = [
|
| 181 |
"John6666/3x3mix-xl-typeg-v1-sdxl",
|
| 182 |
"John6666/3x3mix-xl-typeh-v1-sdxl",
|
| 183 |
"John6666/3x3mix-xl-typel-v1-sdxl",
|
|
|
|
| 500 |
|
| 501 |
last = "John6666/osorubeshi-pony-real-v8-sdxl",
|
| 502 |
|
| 503 |
+
all_mod=models_1+models_2+models
|