InvokeAI/ldm/invoke/restoration
Lincoln Stein 8aa94d5774 enhance outcropping with ability to direct contents of new regions
- When outcropping an image you can now add a `--new_prompt` option, to specify
  a new prompt to be used instead of the original one used to generate the image.

- Similarly you can provide a new seed using `--seed` (or `-S`). A seed of zero
  will pick one randomly.

- This PR also fixes the crash that happened when trying to outcrop an image
  that does not contain InvokeAI metadata.
2022-11-10 21:53:52 -05:00
..
codeformer/weights rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
__init__.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
base.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
codeformer_arch.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
codeformer.py Flips channels using array slicing instead of using OpenCV 2022-10-19 23:44:47 -04:00
gfpgan.py Flips channels using array slicing instead of using OpenCV 2022-10-19 23:44:47 -04:00
outcrop.py enhance outcropping with ability to direct contents of new regions 2022-11-10 21:53:52 -05:00
outpaint.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
realesrgan.py Correct color channels in upscale using array slicing 2022-10-20 16:52:07 -04:00
vqgan_arch.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00