From 1e3c05c27b831b7036d9d2fa4c079ab4677d779f Mon Sep 17 00:00:00 2001 From: AnyISalIn Date: Wed, 9 Aug 2023 16:29:38 +0800 Subject: [PATCH] fix: compatible with the old version Signed-off-by: AnyISalIn --- scripts/hijack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hijack.py b/scripts/hijack.py index 2832b5a..991ba8c 100644 --- a/scripts/hijack.py +++ b/scripts/hijack.py @@ -267,7 +267,7 @@ def _hijack_run_postprocessing(self, *args, **kwargs): if not self._binding.remote_inference_enabled: return self.hijack_map['modules.postprocessing.run_postprocessing']['old'](*args, **kwargs) - shared.state.begin(job="extras") + shared.state.begin() shared.state.textinfo = "remote inferencing ({})".format(api.get_instance().__class__.__name__) image_data = []