diff --git a/README.md b/README.md index 63e3b02..feb2247 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ negative_prompt = "ugly, deformed, noisy, blurry, low contrast, realism, photore # generate image image = pipe( prompt, + negative_prompt=negative_prompt, image_embeds=face_emb, image=face_kps, controlnet_conditioning_scale=0.8,