glucauze / sd-webui-faceswaplab

Extended faceswap extension for StableDiffusion web-ui with multiple faceswaps, inpainting, checkpoints, ....
https://glucauze.github.io/sd-webui-faceswaplab/
GNU Affero General Public License v3.0
715 stars 92 forks source link

remove override_settings in inpainting i2i_pp.py #67

Closed glucauze closed 11 months ago

glucauze commented 11 months ago

Remove override_settings in inpainting i2i_pp.py as they are not supported in some cases, i.e. sdnext for return_mask_composite and cause bugs

This will cause some masks to be saved if options in sd settings have been set which is not really a big deal.