Negative prompts

#10
by J450NP13 - opened

@SG161222

How do I use negative prompts with this?

Do I just add it in like this?

"image = pipe(prompt, neg_Prompt = "bad stuff", height=512, width=512, num_inference_steps=50).images[0]"

negative_prompt="string"

Sign up or log in to comment