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-09-11 08:20:00 +05:30
parent de4ba0a977
commit 93f71d95a2

View File

@@ -142,7 +142,6 @@ class PeftLoraLoaderMixinTests:
all_scheduler_names = [scheduler_cls.__name__ for scheduler_cls in self.scheduler_classes]
if cached_base_pipe_outs and all(k in cached_base_pipe_outs for k in all_scheduler_names):
__import__("ipdb").set_trace()
return
for scheduler_cls in self.scheduler_classes: