From 5b0e7aa0f4e72893a125273b442780a6eff705d3 Mon Sep 17 00:00:00 2001 From: Aryan Date: Tue, 17 Dec 2024 06:38:16 +0100 Subject: [PATCH] update --- tests/lora/test_lora_layers_ltx_video.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/lora/test_lora_layers_ltx_video.py b/tests/lora/test_lora_layers_ltx_video.py index 8f1a89693c5b..c9c877b202ef 100644 --- a/tests/lora/test_lora_layers_ltx_video.py +++ b/tests/lora/test_lora_layers_ltx_video.py @@ -28,7 +28,6 @@ ) from diffusers.utils.testing_utils import ( floats_tensor, - is_peft_available, is_torch_version, require_peft_backend, skip_mps, @@ -36,9 +35,6 @@ ) -if is_peft_available(): - pass - sys.path.append(".") from utils import PeftLoraLoaderMixinTests, check_if_lora_correctly_set # noqa: E402