From 7bc5739fe27809802ed24d1833b0ef443ec64aa9 Mon Sep 17 00:00:00 2001 From: Brian Drupieski Date: Sat, 17 Sep 2022 18:18:30 -0400 Subject: set loopback color corrections on each iteration --- modules/processing.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/processing.py') diff --git a/modules/processing.py b/modules/processing.py index 6a99d383..a60dec24 100644 --- a/modules/processing.py +++ b/modules/processing.py @@ -339,6 +339,8 @@ def process_images(p: StableDiffusionProcessing) -> Processed: state.nextjob() + p.color_corrections = None + unwanted_grid_because_of_img_count = len(output_images) < 2 and opts.grid_only_if_multiple if (opts.return_grid or opts.grid_save) and not p.do_not_save_grid and not unwanted_grid_because_of_img_count: grid = images.image_grid(output_images, p.batch_size) -- cgit v1.2.3