InvokeAI/ldm/invoke/generator
Lincoln Stein 799dc6d0df acceptable integration of new prompting system and inpainting
This was a difficult merge because both PR #1108 and #1243 made
changes to obscure parts of the diffusion code.

- prompt weighting, merging and cross-attention working
  - cross-attention does not work with runwayML inpainting
    model, but weighting and merging are tested and working
- CLI command parsing code rewritten in order to get embedded
  quotes right
- --hires now works with runwayML inpainting
- --embiggen does not work with runwayML and will give an error
- Added an --invert option to invert masks applied to inpainting
- Updated documentation
2022-10-27 01:51:35 -04:00
..
__init__.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
base.py acceptable integration of new prompting system and inpainting 2022-10-27 01:51:35 -04:00
embiggen.py acceptable integration of new prompting system and inpainting 2022-10-27 01:51:35 -04:00
img2img.py resolve conflicts between PR #1108 and #1243 2022-10-26 15:37:24 -04:00
inpaint.py inpainting fix per PR #1218 2022-10-25 00:31:42 -04:00
omnibus.py make variations work with inpainting model 2022-10-26 00:18:31 -04:00
txt2img2img.py acceptable integration of new prompting system and inpainting 2022-10-27 01:51:35 -04:00
txt2img.py Merge branch 'fix-prompts' of https://github.com/damian0815/InvokeAI into merge-prompt-and-inpaint-model 2022-10-26 08:50:55 -04:00