InvokeAI/ldm/dream
Lincoln Stein 14616f4178 make metadata retrieval more robust to changes in storage format
- args.py will now attempt to return a metadata-containing Args
  object using the following methods:

1. By looking for the 'sd-metadata' tag in the PNG info
2. By looking from the 'Dream' tag
3. As a last resort, fetch the seed from the filename and assume
   defaults for all other options.
2022-09-26 04:18:23 -04:00
..
generator tweaks to get embiggen to work with new development changes PR #553 2022-09-26 03:25:26 -04:00
restoration ESRGAN Improvements 2022-09-26 03:28:23 -04:00
args.py make metadata retrieval more robust to changes in storage format 2022-09-26 04:18:23 -04:00
conditioning.py Merge branch 'development' into fix-empty-prompt-exception 2022-09-23 09:36:15 +02:00
devices.py Replace --full_precision with --precision that works even if not specified 2022-09-20 17:08:00 -04:00
image_util.py optionally scale initial image to fit box defined by width x height 2022-09-01 00:52:43 -04:00
log.py create ldm.dream.log 2022-09-20 16:54:50 -04:00
pngwriter.py remove dangling debugging statement 2022-09-21 00:06:16 -04:00
readline.py add ability to post-process images from the CLI 2022-09-20 23:33:20 -04:00
server.py Web stub for first_seed argument per b93f04e 2022-09-23 09:38:32 +02:00