InvokeAI/ldm
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
..
data Textual Inversion for M1 2022-09-27 01:39:17 +02:00
invoke add option to CLI and pngwriter that allows user to set PNG compression level 2022-10-17 22:27:47 -04:00
models fix noisy images at high step counts 2022-10-14 16:19:45 -04:00
modules Merge branch 'development' into model-switching 2022-10-14 13:18:59 -04:00
generate.py add a strength value to inpaint_replace 2022-10-16 10:06:47 -04:00
lr_scheduler.py prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00
simplet2i.py Squashed commit of the following: 2022-09-12 14:31:48 -04:00
util.py add ability to import and edit alternative models online 2022-10-13 23:48:07 -04:00