feat: horde model update (#237)

This commit is contained in:
Maiko Sinkyaet Tan 2024-02-28 22:39:17 +08:00 committed by GitHub
parent 2540cdca9e
commit 685e50f450
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 2 deletions

View File

@ -17,5 +17,5 @@ const DATA_JSON_PATH = path.join(__dirname, '..', 'data', 'horde-models.json')
const models = db.map((model) => model.name)
const json = JSON.stringify(models, null, 2)
await fsp.writeFile(DATA_JSON_PATH, json)
await fsp.writeFile(DATA_JSON_PATH, json + '\n')
})()

View File

@ -8,6 +8,8 @@
"AlbedoBase XL (SDXL)",
"Analog Diffusion",
"Analog Madness",
"Animagine XL",
"Anime Illust Diffusion XL",
"Anime Pencil Diffusion",
"Anygen",
"AnyLoRA",
@ -54,6 +56,7 @@
"DreamLikeSamKuvshinov",
"Dreamshaper",
"DreamShaper Inpainting",
"DreamShaper XL",
"DucHaiten",
"DucHaiten Classic Anime",
"Dungeons and Diffusion",
@ -97,6 +100,7 @@
"Inkpunk Diffusion",
"Jim Eidomode",
"JoMad Diffusion",
"Juggernaut XL",
"JWST Deep Space Diffusion",
"Kenshi",
"Laolei New Berry Protogen Mix",
@ -126,6 +130,7 @@
"PFG",
"Poison",
"Pokemon3D",
"Pony Diffusion XL",
"PortraitPlus",
"PPP",
"Pretty 2.5D",
@ -153,6 +158,7 @@
"SDXL 1.0",
"Seek.art MEGA",
"Something",
"Stable Cascade 1.0",
"stable_diffusion",
"stable_diffusion_2.1",
"stable_diffusion_inpainting",
@ -174,4 +180,4 @@
"Yiffy",
"Zack3D",
"Zeipher Female Model"
]
]