11 lines
512 B
Plaintext
11 lines
512 B
Plaintext
[# This is a simple generator that demonstrates the features of Unprompted.]
|
|
|
|
[file common/quality] [set medium _out][file common/art_medium][/set] of a
|
|
[set complex_subject _out]([set hair _out][file ./hair][/set]
|
|
[set race _out][file human/races][/set]
|
|
[set subject _out][choose]man|woman[/choose][/set])[/set]
|
|
[set action _out][file human/verbs][/set]
|
|
|
|
[# Check out all these other cool variables we can set!]
|
|
[set negative_prompt][file human/negative][/set]
|
|
[if medium="photo"]<set restore_faces>1</set>[/if] |