Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Do I still need to set negative_prompt to pipe() or I should just combine them to prompts with "-"? #100

Open
tclzcja opened this issue Aug 8, 2024 · 0 comments

Comments

@tclzcja
Copy link

tclzcja commented Aug 8, 2024

Hi there, thanks for the great work. Just a quick question, should I do:

pipe(prompt_embeds=prompt_embeds, negative_prompt=negative_prompt, ...)

or just

pipe(prompt_embeds=prompt_embeds, ...)

while all negative prompts should be marked with "-" and merged into prompts string while compel_proc(prompt + negative_prompt)?

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant