Skip to content

Usage Examples

junebug12851 edited this page Dec 6, 2022 · 10 revisions

Use Defaults

Uses defaults in settings. If you haven't changed the settings this will print out a random prompt using random amount of words from the English dictionary and random amount of words from the artists file. Some of these words may be emphasized or de-emphasized randomly. It will do nothing more.

node .

Specify your own prompt

node . --prompt "landscape, dusk, sunset, sunlight"

Add some extra randomization to your prompt

This will add a random 10-digit number to your prompt, when re-using your prompt in variations that number will be automatically re-randomized

node . --prompt-salt
Clone this wiki locally