From a71739026bd5040dc2f42d4d0899e25b309b7141 Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Thu, 13 Jun 2024 01:19:28 +0200 Subject: [PATCH] refactor: change wording of hint when nothing has been detected --- modules/async_worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/async_worker.py b/modules/async_worker.py index 1c288e16..04a2705a 100644 --- a/modules/async_worker.py +++ b/modules/async_worker.py @@ -1070,7 +1070,7 @@ def worker(): print(f'[Stage2] {sam_detection_on_mask_count} segments applied to mask') if dino_detection_count == 0 or not async_task.debugging_dino and sam_detection_on_mask_count == 0: - print(f'[Stage2] Skipping') + print(f'[Stage2] No "{stage2_mask_dino_prompt_text}" detected, skipping') continue # TODO make configurable