stable-diffusion-webui/frontend
anon-hlhl c73fdd78d9
Implement masking during sampling to improve blending (#308)
* Implement masking during sampling to improve blending

 - Almost inpainting-like behaviour
 - Works best with small erased areas
 - Denoiser strength to 1 results to completely in-paint with no previous image info
 - Uncrop kind of sometimes works, but not really
 - DDIM changes depend on a PR in stable-diffusion core

* Remove old init_masking code on save, as the masked image is applied during sampling

Co-authored-by: anon-hlhl <>
Co-authored-by: hlky <106811348+hlky@users.noreply.github.com>
2022-08-30 11:32:15 +01:00
..
__init__.py Refactored the UI, added a web_playground.py to be run without any models. 2022-08-29 00:41:17 +01:00
css_and_js.py Better robustness of styling for prompt and submit 2022-08-29 15:20:53 +01:00
frontend.py Implement masking during sampling to improve blending (#308) 2022-08-30 11:32:15 +01:00
ui_functions.py Implement masking during sampling to improve blending (#308) 2022-08-30 11:32:15 +01:00