damian0815 / compel

A prompting enhancement library for transformers-type text embedding systems
MIT License
526 stars 47 forks source link

When using compel it changes results drastically with same prompts #87

Closed alexblattner closed 5 months ago

alexblattner commented 5 months ago

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:

output_3 output_0 output_1 output_2

when I don't use compel and just regular prompt with same seed and prompt: output_3 output_0 output_1 output_2

results are significantly different

alexblattner commented 5 months ago

I was wrong, nevermind