A conjunction diffuses each prompt independently and concatenates their results by their weighted sum. Add `.and()` to the end of a list of prompts to create a conjunction:
A conjunction diffuses each prompt independently and concatenates their results by their weighted sum. Add `.and()` to the end of a list of prompts to create a conjunction:
```py
```py
prompt_embeds=compel_proc('("a red cat, playing with a, ball").and()')
prompt_embeds=compel_proc('["a red cat", "playing with a", "ball"].and()')