Skip to content

agentgerbil/tagexplorer.github.io

 
 

Repository files navigation

A convenient explorer for Danbooru tags that you can use on Danbooru-trained diffusion models.

To run the development server locally:

npm install
npm run dev

To build to ./dist:

npm run build
npm run preview # preview your build locally

To run tests:

npm run test:visual
# or in Playwright UI mode
npm run test:visual:ui

To regen Playwright snapshots if you've confirmed the tests should pass:

npm run regen-screenshots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.4%
  • Other 0.6%