InvokeAI/ldm/dream
Danny Beer 045aa7a9a3
Support color correction for img2img and inpainting (#613)
* Support color correction for img2img and inpainting, avoiding the shift to magenta seen when running images through img2img repeatedly.

* Fix docs for color correction

* add --init_color to prompt reconstruction

* For best results, the --init_color option should point to the *very first* image used in the sequence of img2img operations. Otherwise color correction will skew towards cyan.

Co-authored-by: Lincoln Stein <lincoln.stein@gmail.com>
2022-09-18 09:47:57 -04:00
..
generator tidy up generation of prompt when variations in use 2022-09-17 11:59:47 -04:00
args.py Support color correction for img2img and inpainting (#613) 2022-09-18 09:47:57 -04:00
conditioning.py Negative / Unconditioned Prompts (#661) 2022-09-18 09:08:30 -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 fix crash on second prompt #636 2022-09-17 00:57:35 -04:00
readline.py Support color correction for img2img and inpainting (#613) 2022-09-18 09:47:57 -04:00
server.py add sd-metadata metadata_loads() and metadata_dumps() functions 2022-09-17 13:28:37 -04:00