promptmaker

1.1.0 • Public • Published

promptmaker

Generate random artistic text prompts for use with generative AI models

Data comes from the CLIP Interrogator

Installation

npm install promptmaker

Usage

Call the function without arguments to get a random prompt:

promptmaker();
// -> graffiti art of ocean waves mannerism by Georg Schrimpf, distant expression, eyes closed or not visible

Specify an optional medium, subject, artist, movement, or flavors:

promptmaker({
  medium: "graffiti art",
  subject: "ocean waves",
});
// -> graffiti art of ocean waves mannerism by Georg Schrimpf, distant expression, eyes closed or not visible

API

promptmaker([options])

Options, all of which default to random if unspecified:

  • medium String
  • subject String
  • artist String
  • movement String
  • flavors Array of Strings

Returns a string in the format:

{medium} of {subject} {movement} by {artist}, {flavors}

CLI

npx promptmaker <optional-subject>

Tests

npm install
npm test

Readme

Keywords

none

Package Sidebar

Install

npm i promptmaker

Weekly Downloads

53

Version

1.1.0

License

none

Unpacked Size

2.64 MB

Total Files

9

Last publish

Collaborators

  • zeke