when using this:
compel = Compel(tokenizer=pipe.tokenizer, text_encoder=pipe.text_encoder)
prompt_embeds=compel('1boy, waltz with bashir style, archer style')
negative_prompt_embeds=compel('1boy, waltz with bashir style, archer style')
I get this:
when I don't use compel and just regular prompt with same seed and prompt:
when using this: compel = Compel(tokenizer=pipe.tokenizer, text_encoder=pipe.text_encoder) prompt_embeds=compel('1boy, waltz with bashir style, archer style') negative_prompt_embeds=compel('1boy, waltz with bashir style, archer style') I get this:
when I don't use compel and just regular prompt with same seed and prompt:
results are significantly different