Spaces:
Runtime error
Runtime error
Update all_models.py
Browse files- all_models.py +7 -3
all_models.py
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
models = [
|
| 2 |
-
"Bakanayatsu/ponyDiffusion-V6-XL-Turbo-DPO",
|
| 3 |
"John6666/photo-realistic-pony-v5-sdxl",
|
| 4 |
"John6666/photo-realistic-pony-v5-sdxl",
|
| 5 |
"John6666/jib-mix-pony-realistic-v2-sdxl",
|
|
@@ -37,8 +36,13 @@ models = [
|
|
| 37 |
"John6666/ras-real-anime-screencap-v1-sdxl",
|
| 38 |
"John6666/jib-mix-pony-realistic-v2-sdxl",
|
| 39 |
"Niggendar/duchaitenPonyXLNo_ponyNoScoreV40",
|
| 40 |
-
"Niggendar/duchaitenPonyXLNo_v35",
|
| 41 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
]
|
| 43 |
|
| 44 |
#"John6666/cocoa-mix-xl-v4-sdxl",# "Yntec/nuipenimix", "Yntec/iffyMix", "Yntec/nuipenimix2", #34K "Yntec/YiffyMix", #44K #"John6666/wai-simpleuse-for-real-pony-v1-sdxl",#"John6666/pony-pencil-xl-v2-sdxl-spo",#"John6666/fpl005-sdxl",#"John6666/anime-screenshot-xl-v1-sdxl",#"John6666/sweet-mix-xl-v1-sdxl",#"John6666/xl-merges-xl011-sdxl",
|
|
|
|
| 1 |
models = [
|
|
|
|
| 2 |
"John6666/photo-realistic-pony-v5-sdxl",
|
| 3 |
"John6666/photo-realistic-pony-v5-sdxl",
|
| 4 |
"John6666/jib-mix-pony-realistic-v2-sdxl",
|
|
|
|
| 36 |
"John6666/ras-real-anime-screencap-v1-sdxl",
|
| 37 |
"John6666/jib-mix-pony-realistic-v2-sdxl",
|
| 38 |
"Niggendar/duchaitenPonyXLNo_ponyNoScoreV40",
|
| 39 |
+
"Niggendar/duchaitenPonyXLNo_v35", #44K
|
| 40 |
+
]
|
| 41 |
+
|
| 42 |
+
models = [
|
| 43 |
+
"John6666/satpony-v3-realism-sdxl",
|
| 44 |
+
"John6666/hybrid-mix-sdxl-mod6finalbase-sdxl",
|
| 45 |
+
"John6666/knk-pony-merge-v2-sdxl",
|
| 46 |
]
|
| 47 |
|
| 48 |
#"John6666/cocoa-mix-xl-v4-sdxl",# "Yntec/nuipenimix", "Yntec/iffyMix", "Yntec/nuipenimix2", #34K "Yntec/YiffyMix", #44K #"John6666/wai-simpleuse-for-real-pony-v1-sdxl",#"John6666/pony-pencil-xl-v2-sdxl-spo",#"John6666/fpl005-sdxl",#"John6666/anime-screenshot-xl-v1-sdxl",#"John6666/sweet-mix-xl-v1-sdxl",#"John6666/xl-merges-xl011-sdxl",
|