imaginAIry/imaginairy/samplers
Bryce 95a8fa31a9 fix: inpainting producing blurry images
while the previous version did produce much better blending it also makes images that lack detail for some reason.

tests: Added more tests to help catch this sort of thing earlies

fix: found that median blur is really slow, so I made sure we only do it on downsampled masks.  Was taking like 3 minutes to run on the large pearl girl picture on M1

- docs: update examples
2022-09-27 17:19:25 -07:00
..
__init__.py feature: k-diffusion samplers 2022-09-14 00:40:25 -07:00
base.py style: fix lint issues 2022-09-24 00:31:08 -07:00
ddim.py fix: inpainting producing blurry images 2022-09-27 17:19:25 -07:00
kdiff.py style: fix lint issues 2022-09-24 00:31:08 -07:00
plms.py fix: inpainting producing blurry images 2022-09-27 17:19:25 -07:00