add skip processing option

Co-authored-by: Copilot <copilot@github.com>
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-04-30 10:06:34 +02:00
parent 772adf9396
commit 2a14d73fab
5 changed files with 21 additions and 6 deletions
+2
View File
@@ -276,6 +276,7 @@ class StableDiffusionProcessing:
tome_ratio: float | None = None,
todo_ratio: float | None = None,
# overrides
skip_processing: bool = False,
override_settings_restore_afterwards: bool = True,
override_settings: dict[str, Any] | None = None,
# metadata
@@ -491,6 +492,7 @@ class StableDiffusionProcessing:
self.scale_by_before = scale_by_before
self.scale_by_after = scale_by_after
self.scale_by_mask = scale_by_mask
self.skip_processing = skip_processing
# special handled items
if firstphase_width != 0 or firstphase_height != 0: