Lincoln Stein
6f9f848345
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-11 02:56:51 +00:00
spezialspezial
825fa6977d
Update outcrop.py
2022-11-02 16:33:35 -04:00
spezialspezial
e332529fbd
Prevent outcrop error when no callback is supplied
2022-11-02 16:33:35 -04:00
Lincoln Stein
98f03053ba
hard-code strength to 0.9 during outcropping
2022-10-31 07:52:34 -04:00
Lincoln Stein
59ef2471e1
improve outcropping performance
...
- applied inpainting parameters recommended by @kyle0654
- results are aesthetically pleasing
- Closes #1319
2022-10-31 07:52:26 -04:00
Lincoln Stein
ce7651944d
adapt outcrop.py to use new outpainting code
...
- unfortunately it does not look as good as the old code
which just used plain inpainting.
2022-10-31 07:52:13 -04:00
Lincoln Stein
f70af7afb9
remove debug image gen from outcrop
2022-10-30 12:19:43 -04:00
Lincoln Stein
4352eb6628
stop crashes on non-square images
2022-10-25 13:17:06 -04:00
Lincoln Stein
2b1aaf4ee7
rename all modules from ldm.dream to ldm.invoke
...
- scripts and documentation updated to match
- ran preflight checks on both web and CLI and seems to be working
2022-10-08 11:37:23 -04:00