Lincoln Stein
1fb7b50be7
Revert "enhance outcropping with ability to direct contents of new regions"
...
This reverts commit 8aa94d5774
.
2022-11-11 10:30:44 -05:00
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
Lincoln Stein
48aa6416dc
enable outcropping of random JPG/PNG images
...
- Works best with runwayML inpainting model
- Numerous code changes required to propagate seed to final metadata.
Original code predicated on the image being generated within InvokeAI.
2022-11-10 21:53:52 -05: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
wfng92
3e0a7b6229
Correct color channels in upscale using array slicing
2022-10-20 16:52:07 -04:00
psychedelicious
87469a5fdd
Flips channels using array slicing instead of using OpenCV
2022-10-19 23:44:47 -04:00
psychedelicious
4101127011
Corrects color channels in face restoration; Fixes #1167
2022-10-19 23:32:57 -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