From 79cc84b6117e4885e525821bc3eb078c3013f30c Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Fri, 9 Dec 2022 19:39:56 +0530 Subject: [PATCH] Option to apply color correction (balances the histogram) during inpainting; Refactor the runtime to use a general-purpose dict --- ui/index.html | 1 + ui/media/js/auto-save.js | 3 +- ui/media/js/main.js | 8 ++++ ui/sd_internal/__init__.py | 4 ++ ui/sd_internal/runtime2.py | 83 ++++++++++++++++++++-------------- ui/sd_internal/task_manager.py | 2 + 6 files changed, 66 insertions(+), 35 deletions(-) diff --git a/ui/index.html b/ui/index.html index 0094201b..30648424 100644 --- a/ui/index.html +++ b/ui/index.html @@ -213,6 +213,7 @@