ai-prompts / prompt-lists

Lists to generate prompts for AI

Home Page:https://prompter.fofr.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lists for prompts

Categorised lists of things for AI image and media generation

Install using npm:

npm install prompt-lists

Usage

After you’ve installed the package, you can import and use it in your project as follows:

import lists from 'prompt-lists'

console.log(lists.animal.mammal(3))
//  [ 'marmoset', 'caribou', 'tiger', 'platypus' ]

console.log(lists.animal.mammal())
// {
//   title: 'Mammals',
//   category: 'animal',
//   list: [
//     'aardvark',
//     'american mink',
//     'anteater',
//     'antelope',
//     ...
//   ]
// }

About

Lists to generate prompts for AI

https://prompter.fofr.ai

License:Other


Languages

Language:JavaScript 100.0%