Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
fix: compatible with the old version
Browse files Browse the repository at this point in the history
Signed-off-by: AnyISalIn <[email protected]>
  • Loading branch information
AnyISalIn committed Aug 9, 2023
1 parent 8acaf3e commit 1e3c05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/hijack.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 1e3c05c

Please sign in to comment.