diff --git a/tests/pipelines/test_pipelines_common.py b/tests/pipelines/test_pipelines_common.py index 1ced3b5ace..687a28294c 100644 --- a/tests/pipelines/test_pipelines_common.py +++ b/tests/pipelines/test_pipelines_common.py @@ -307,7 +307,6 @@ class IPAdapterTesterMixin: # forward pass without ip adapter inputs = self._modify_inputs_for_ip_adapter_test(self.get_dummy_inputs(torch_device)) - __import__("ipdb").set_trace() if expected_pipe_slice is None: output_without_adapter = pipe(**inputs)[0] else: