InvokeAI/ldm/invoke
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
..
generator Bug fix for inpaint size 2022-11-06 09:25:50 -08:00
restoration enhance outcropping with ability to direct contents of new regions 2022-11-11 02:56:51 +00:00
args.py enhance outcropping with ability to direct contents of new regions 2022-11-11 02:56:51 +00:00
conditioning.py move all models into subdirectories of ./models 2022-11-08 05:31:02 +00:00
devices.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
image_util.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
log.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
model_cache.py prevent crash when switching to an invalid model 2022-11-09 10:16:37 -05:00
pngwriter.py fix a few more metadata bugs 2022-10-25 00:31:43 -04:00
prompt_parser.py fix parsing error doing eg forest ().swap(in winter) 2022-11-03 20:15:23 -04:00
readline.py fix invoke.py crash if no models.yaml file present 2022-11-11 02:55:54 +00:00
seamless.py Split seamless config into separate file 2022-10-17 19:31:20 -04:00
server_legacy.py Add back old dream.py as legacy_api.py 2022-10-12 20:35:56 -04:00
server.py add option to show intermediate latent space 2022-11-02 17:53:11 -04:00
txt2mask.py move all models into subdirectories of ./models 2022-11-08 05:31:02 +00:00