Added negative_prompt to pipeline

Fixes #156
pull/157/head
Félix Sanz 2024-02-24 13:46:00 +01:00 committed by GitHub
parent 1891688580
commit 62b96b3c52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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,