InvokeAI/ldm/invoke
Lincoln Stein 0cf11ce488 add option to CLI and pngwriter that allows user to set PNG compression level
- In CLI: the argument is --png_compression <0..9> (-z<0..9>)
- In API, pass `compress_level` to PngWriter.save_image_and_prompt_to_png()

Compression ranges from 0 (no compression) to 9 (maximum compression).
Default value is 6 (as specified by Pillow package).

This addresses an issue first raised in #652.
2022-10-17 22:27:47 -04:00
..
generator cleanup inpainting and img2img 2022-10-16 08:50:55 -04:00
restoration rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
args.py add option to CLI and pngwriter that allows user to set PNG compression level 2022-10-17 22:27:47 -04:00
conditioning.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04: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 add ability to import and edit alternative models online 2022-10-13 23:48:07 -04:00
pngwriter.py add option to CLI and pngwriter that allows user to set PNG compression level 2022-10-17 22:27:47 -04:00
readline.py add option to CLI and pngwriter that allows user to set PNG compression level 2022-10-17 22:27:47 -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