Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.25 KB

File metadata and controls

19 lines (10 loc) · 1.25 KB

TwoSamplersForMask

  • Using TwoSamplersForMask, it is possible to apply different levels of denoising or cfg to different parts of an image. Particularly, it can be applied to specific areas such as hands with low denoising and cfg using the mask of CLIPSeg.

  • The workflow for utilizing TwoSamplersForMask is as follows:

workflow

  • If the mask is not used, you can see that only the base_sampler is applied.

orignal-no-mask result-no-mask

  • If a mask is applied to the lower body, you can see that the base_sampler is applied to the upper body and the mask_sampler is applied to the lower body with a high cfg of 50.

orignal-mask

result-mask