mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-03-15 11:20:21 +01:00
- 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. |
||
|---|---|---|
| .. | ||
| orig_scripts | ||
| dream.py | ||
| images2prompt.py | ||
| invoke.py | ||
| legacy_api.py | ||
| merge_embeddings.py | ||
| preload_models.py | ||
| sd-metadata.py | ||