1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-29 07:22:12 +03:00
This commit is contained in:
DN6
2025-06-14 01:20:39 +05:30
parent e10f701537
commit d267bb6955

View File

@@ -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: