You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/community/README.md
+15
Original file line number
Diff line number
Diff line change
@@ -3379,6 +3379,20 @@ best quality, 3persons in garden, a boy blue shirt BREAK
3379
3379
best quality, 3persons in garden, an old man red suit
3380
3380
```
3381
3381
3382
+
### Use base prompt
3383
+
3384
+
You can use a base prompt to apply the prompt to all areas. You can set a base prompt by adding `ADDBASE` at the end. Base prompts can also be combined with common prompts, but the base prompt must be specified first.
3385
+
3386
+
```
3387
+
2d animation style ADDBASE
3388
+
masterpiece, high quality ADDCOMM
3389
+
(blue sky)++ BREAK
3390
+
green hair twintail BREAK
3391
+
book shelf BREAK
3392
+
messy desk BREAK
3393
+
orange++ dress and sofa
3394
+
```
3395
+
3382
3396
### Negative prompt
3383
3397
3384
3398
Negative prompts are equally effective across all regions, but it is possible to set region-specific prompts for negative prompts as well. The number of BREAKs must be the same as the number of prompts. If the number of prompts does not match, the negative prompts will be used without being divided into regions.
-`save_mask`: In `Prompt` mode, choose whether to output the generated mask along with the image. The default is `False`.
3426
+
-`base_ratio`: Used with `ADDBASE`. Sets the ratio of the base prompt; if base ratio is set to 0.2, then resulting images will consist of `20%*BASE_PROMPT + 80%*REGION_PROMPT`
3412
3427
3413
3428
The Pipeline supports `compel` syntax. Input prompts using the `compel` structure will be automatically applied and processed.
0 commit comments