mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-21 18:31:28 +02:00
Updated Writing prompts (markdown)
parent
1c4fca48d5
commit
ec4588cc55
@ -18,10 +18,14 @@
|
|||||||

|

|
||||||
|
|
||||||
## Emphasizing parts of the prompt
|
## Emphasizing parts of the prompt
|
||||||
* You can mark parts of the prompt as more or less important. When you put a part of the prompt in round brackets, it becomes more important. If you use square brackets, the enclosed part becomes less important. You can use multiple brackets for something `(((very important)))` or `[[[less important]]]`:
|
* You can mark parts of the prompt as more or less important. When you put a part of the prompt in round brackets, it becomes more important. If you use square brackets, the enclosed part becomes less important. By using multiple brackets you can make things `((even more important))` or `[[[very unimportant]]]`:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
In the above example, the word "pink" in the prompt `girl on a swing, green grass, pink trousers` made all of the girls clothes and the see-saw pink,
|
||||||
|
not only the trousers. By lowering the weight with three square brackets `girl on a swing, green grass, [[[pink trousers]]]`, the impact of the word
|
||||||
|
"pink" is reduced and the shirt and the see-saw are no longer pink.
|
||||||
|
|
||||||
* Instead of using brackets, you can also provide the importance ("weight") as numbers: `girl on a swing:1.2 green grass:1.0 pink trousers:0.8`
|
* Instead of using brackets, you can also provide the importance ("weight") as numbers: `girl on a swing:1.2 green grass:1.0 pink trousers:0.8`
|
||||||
|
|
||||||
The first weight impacts the entire beginning of the prompt. In the above example, `girl on a swing` has a weight of 1.2, `green grass` has a
|
The first weight impacts the entire beginning of the prompt. In the above example, `girl on a swing` has a weight of 1.2, `green grass` has a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user