Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.25 KB

TwoAdvancedSamplers.md

File metadata and controls

12 lines (7 loc) · 1.25 KB

TwoAdvancedSamplersForMask

  • Similar to the existing TwoSamplersForMask, you can apply separate KSamplers to the masked area and the area outside the mask. However, TwoSamplersForMask applies the sampling process for the mask area only after the sampling process for the background is complete. On the other hand, TwoAdvancedSamplersForMask applies alternately at each step, allowing for smooth blending even if the denoise is set to 1.0. With this node, you can apply separate Lora to each area.

workflow

  • The base sampler is set with a prompt that generates the same image as the left one, while the mask sampler is configured to apply a specific LORA.

  • If you watch this video, you can see the difference in the operation methods between TwoSamplersForMask and TwoAdvancedSamplersForMask.