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