ComfyUI Impact Pack
This extension offers various detector nodes and detailer nodes that allow you to configure a workflow that automatically enhances facial details. And provide iterative upscaler. [w/NOTE:'Segs & Mask' has been renamed to 'ImpactSegsAndMask.' Please replace the node with the new name.]
8ffc4efcd6a12649ba5f524602dd24a74ea8145b
fix: better compatibility with other nodes. https://github.com/ltdrdata/ComfyUI-Impact-Pack/issues/547 fix: show proper warning message instead of crash https://github.com/ltdrdata/ComfyUI-Impact-Pack/issues/548 (commit message fix) fix: show proper warning message instead of crash https://github.com/ltdrdata/ComfyUI-Impact-Pack/issues/470#issuecomment-2043954600 fix: detailer - inconsistency on overlapping area fix: unsampler patch again... fix: unsampler compatibility Fix Picker (SEGS) mutating underlying mask (#543) SAMLoader - ESAM supports required PR `https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM/pull/32` https://github.com/ltdrdata/ComfyUI-Impact-Pack/issues/541 fix: SubtractMaskForEach - invalid logic https://github.com/ltdrdata/ComfyUI-Impact-Pack/issues/540 fix: impact_sampling - compatibility patch https://github.com/comfyanonymous/ComfyUI/commit/1a0486bb96fb1ff10f4ea3c0d62eb815e9630585 feat: support conditioning mask for other detailers Fix conditioning masks not being cropped in SEGSDetailer (#539) improve: support conditioning set mask in detailer Fix conditioning masks not being cropped in SEGSDetailer fix: detector (combined) - support 3-dim mask instead of 2-dim mask https://github.com/ltdrdata/ComfyUI-Inspire-Pack/issues/94 improve: IPAdapterWrapper - support neg_image fix: support updated ComfyUI IPAdapter Plus update README improve: IterativeLatentUpscale - use geometric progression for upscale steps (#523) * improve: IterativeLatentUpscale - use geometric progression for upscale steps This is a small change to IterativeLatentUpscale that makes the sequence of the upscale steps to use geometric progression rather than arithmetic. This has the advantage that every step scales the intermediate image by the same factor. * feat: Iterative Upscale - support `step_mode` --------- Co-authored-by: Dr.Lt.Data <dr.lt.data@gmail.com> Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> improve: SEGSUpscaler apply DifferentialDiffusion by noise_mask_feather fix: Upscaler (SEGS) - compensate resolution fix: robust `tensor_paste` https://github.com/ltdrdata/ComfyUI-Impact-Pack/issues/512