Fixes #156
@ -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,