ltdrdata / ComfyUI-Impact-Pack

Custom nodes pack for ComfyUI This custom node helps to conveniently enhance images through Detector, Detailer, Upscaler, Pipe, and more.
GNU General Public License v3.0
1.74k stars 162 forks source link

Refine face with faceid+animatediff in facedetailer #413

Closed YacratesWyh closed 8 months ago

YacratesWyh commented 8 months ago

Hi, I am trying to use face detailer to fix the small face in sd15, and found that 1.Animate diff always fails if I input this 2.it would probably leaves some hair artifacts, even when I am not using animatediff 3.controlnet is not actively used from the conditioning used before. How to use IPA here, and how to fix the artifact?

image

workflow (3).json

YacratesWyh commented 8 months ago

Bypassed all animated model problem still exists, wonder why

ltdrdata commented 8 months ago

Do not send prompts with ControlNet applied to the detailer. The detailer applies inpainting to cropped images, and the ControlNet applied to the conditioning provided affects the entire image, causing issues.

https://www.youtube.com/watch?v=RoWzBo9I0MQ

YacratesWyh commented 8 months ago

How to use this with animatediff? the face is blinking everwhere and wonder how to solve it.