AI-Horde-Styles-Previews

Automatically generated preview images for AI Horde styles

MIT License

Stars
8

AI Horde Styles Preview Generator

This repo contains preview images for AI Horde Styles, as well as the node script used to generate them.

How to use in your horde app

How to view

How to generate images

  • Copy config.json.example to config.json and fill out what you need
  • npm i
  • node index.js

How to change what previews are generated

  • Open up index.js
  • Change the promptSamples object to suit your interests
  • You may also want to change the base seed in baseRequest.js
  • Run the script again