mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-20 18:08:00 +02:00
Added instructions for using descriptive multi-word prompts as part of prompt variation with the help of escape characters on commas
parent
4fed778443
commit
c88ba37a50
@ -24,6 +24,15 @@ Use curly brackets in prompts to try different words, e.g. the prompt `man ridin
|
||||
|
||||

|
||||
|
||||
You can include entire portions of a prompt that include commas inside curly brackets by using the \ escape character before each comma you don't want to be treated as a variation separator. For example:
|
||||
|
||||
`{a tall\, brown hair\, green eyed\, man, a short\, blond hair\, blue eyed\, woman} shopping at a store` will create the following two tasks:
|
||||
|
||||
* `a tall\, brown hair\, green eyed\, man shopping at a store`
|
||||
* `a short\, blond hair\, blue eyed\, woman shopping at a store`
|
||||
|
||||
Note that the \ escape characters while visible in the prompt, will be ignored when generating your image.
|
||||
|
||||
**Prompt Matrix** - Separate your prompt with the `|` character to explore variations quickly. E.g. `girl holding a rose | illustration | cinematic lighting` creates four task combinations automatically:
|
||||
|
||||
* `girl holding a rose`
|
||||
|
Loading…
x
Reference in New Issue
Block a user