From 36f5b3548da9919e5c90122a446ebed248f993a8 Mon Sep 17 00:00:00 2001 From: Bingsu Date: Fri, 25 Aug 2023 20:27:15 +0900 Subject: [PATCH] fix: stop when skipped --- scripts/!adetailer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/!adetailer.py b/scripts/!adetailer.py index 2f63c57..81c3d09 100644 --- a/scripts/!adetailer.py +++ b/scripts/!adetailer.py @@ -537,7 +537,7 @@ class AfterDetailerScript(scripts.Script): `True` if image was processed, `False` otherwise. """ - if state.interrupted: + if state.interrupted or state.skipped: return False i = p._ad_idx