InvokeAI/ldm/dream
Lincoln Stein 403d02d94f
implementation of RFC #266 (#587)
* Feature complete for #266 with exception of several small deviations:
1. initial image and model weight hashes use full sha256 hash rather than first 8 digits
2. Initialization parameters for post-processing steps not provided
3. Uses top-level "images" tags for both a single image and a grid of images. This change was suggested in a comment.

* Added scripts/sd_metadata.py to retrieve and print metadata from PNG files
* New ldm.dream.args.Args class is a namespace like object which holds all defaults and can be modified during exection to hold current settings.
* Modified dream.py and server.py to accommodate Args class.
2022-09-16 13:09:04 -04:00
..
generator Add Embiggen automation to upscale-cut-img2img-stitch and achieve high res without extra VRAM (#437) 2022-09-12 15:37:26 -04:00
args.py implementation of RFC #266 (#587) 2022-09-16 13:09:04 -04:00
conditioning.py Refactoring simplet2i (#387) 2022-09-05 20:40:10 -04:00
devices.py Update to exclude GTX 16xx from autocast selection (#576) 2022-09-15 19:29:19 -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
pngwriter.py implementation of RFC #266 (#587) 2022-09-16 13:09:04 -04:00
readline.py Refactoring simplet2i (#387) 2022-09-05 20:40:10 -04:00
server.py implementation of RFC #266 (#587) 2022-09-16 13:09:04 -04:00