This repo contains preview images for AI Horde Styles, as well as the node script used to generate them.
- Fetch /previews.json to get image urls to use in your app.
- Fetch /hashes.json to get the hash of the current version of the previews. You can use this hash if you cache images locally to detect when existing styles change.
- View images by category by going to /categories
- You can view all the images by going to /previews.md
- Copy
config.json.exampletoconfig.jsonand fill out what you need npm inode index.js
- Open up
index.js - Change the
promptSamplesobject to suit your interests - You may also want to change the base seed in
baseRequest.js - Run the script again