InvokeAI/ldm/invoke/generator
Lincoln Stein 6f93dc7712 cleanup inpainting and img2img
- add a `--inpaint_replace` option that fills masked regions with
  latent noise. This allows radical changes to inpainted regions
  at the cost of losing context.
- fix up readline, arg processing and metadata writing to accommodate
  this change
- fixed bug in storage and retrieval of variations, discovered incidentally
  during testing
- update documentation
2022-10-16 08:50:55 -04:00
..
__init__.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
base.py cleanup inpainting and img2img 2022-10-16 08:50:55 -04:00
embiggen.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
img2img.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
inpaint.py cleanup inpainting and img2img 2022-10-16 08:50:55 -04:00
txt2img2img.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
txt2img.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00