InvokeAI/ldm/invoke
Lincoln Stein 362b234cd1 fix long-standing issue with metadata retrieval
The Args object would crap out when trying to retrieve metadata from
an image file that did not contain InvokeAI-generated metadata, such
as a JPG. This corrects that and returns dummy values (seed of zero,
prompt of '') to avoid downstream breakage.
2022-10-27 22:43:34 -04:00
..
generator fix issues with outpaint merge 2022-10-27 18:02:08 -04:00
restoration stop crashes on non-square images 2022-10-25 13:17:06 -04:00
args.py fix long-standing issue with metadata retrieval 2022-10-27 22:43:34 -04:00
conditioning.py refactor hybrid and cross attention control codepaths for readability 2022-10-27 19:40:37 +02: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 start support for 1.5 inpainting model, not complete 2022-10-25 00:30:48 -04:00
pngwriter.py fix a few more metadata bugs 2022-10-25 00:31:43 -04:00
prompt_parser.py be more forgiving about prompts with ((words)) 2022-10-27 22:36:33 +02:00
readline.py Merge branch 'model-switching' into development 2022-10-21 21:27:59 -04: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 Generalize facetool strength argument 2022-10-14 00:03:06 -04:00
txt2mask.py cleanup 2022-10-21 15:07:11 +02:00