mirror of
https://github.com/koishijs/novelai-bot
synced 2025-01-05 09:26:47 +08:00
feat: horde model update (#237)
This commit is contained in:
parent
2540cdca9e
commit
685e50f450
@ -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')
|
||||
})()
|
||||
|
@ -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"
|
||||
]
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user