From 91bfc71261e160451e89f35a7c0eef66ff98877c Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Thu, 22 Sep 2022 12:11:48 +0300 Subject: A big rework, just what you were secretly hoping for! SD upscale moved to scripts Batch processing script removed Batch processing added to main img2img and now works with scripts img2img page UI reworked to use tabs --- modules/scripts.py | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/scripts.py') diff --git a/modules/scripts.py b/modules/scripts.py index 0e0b949b..9ab207dc 100644 --- a/modules/scripts.py +++ b/modules/scripts.py @@ -143,7 +143,6 @@ class ScriptRunner: return inputs - def run(self, p: StableDiffusionProcessing, *args): script_index = args[0] -- cgit v1.2.1