Skip to content

Commit

Permalink
feat: horde model update (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan authored Feb 28, 2024
1 parent 2540cdc commit 685e50f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/fetch-horde-models.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 7 additions & 1 deletion data/horde-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"AlbedoBase XL (SDXL)",
"Analog Diffusion",
"Analog Madness",
"Animagine XL",
"Anime Illust Diffusion XL",
"Anime Pencil Diffusion",
"Anygen",
"AnyLoRA",
Expand Down Expand Up @@ -54,6 +56,7 @@
"DreamLikeSamKuvshinov",
"Dreamshaper",
"DreamShaper Inpainting",
"DreamShaper XL",
"DucHaiten",
"DucHaiten Classic Anime",
"Dungeons and Diffusion",
Expand Down Expand Up @@ -97,6 +100,7 @@
"Inkpunk Diffusion",
"Jim Eidomode",
"JoMad Diffusion",
"Juggernaut XL",
"JWST Deep Space Diffusion",
"Kenshi",
"Laolei New Berry Protogen Mix",
Expand Down Expand Up @@ -126,6 +130,7 @@
"PFG",
"Poison",
"Pokemon3D",
"Pony Diffusion XL",
"PortraitPlus",
"PPP",
"Pretty 2.5D",
Expand Down Expand Up @@ -153,6 +158,7 @@
"SDXL 1.0",
"Seek.art MEGA",
"Something",
"Stable Cascade 1.0",
"stable_diffusion",
"stable_diffusion_2.1",
"stable_diffusion_inpainting",
Expand All @@ -174,4 +180,4 @@
"Yiffy",
"Zack3D",
"Zeipher Female Model"
]
]

0 comments on commit 685e50f

Please sign in to comment.