Skip to content

Commit 3b64bd5

Browse files
committed
fixes
1 parent 2cc3683 commit 3b64bd5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/lora/test_lora_layers_hunyuanvideo.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,7 @@ def test_original_format_cseti(self):
247247
).frames[0]
248248
out = out.flatten()
249249
out_slice = np.concatenate((out[:8], out[-8:]))
250-
from diffusers.utils.testing_utils import print_tensor_test
251250

252-
print_tensor_test(out_slice)
253251
# fmt: off
254252
expected_slice = np.array([0.1013, 0.1924, 0.0078, 0.1021, 0.1929, 0.0078, 0.1023, 0.1919, 0.7402, 0.104, 0.4482, 0.7354, 0.0925, 0.4382, 0.7275, 0.0815])
255253
# fmt: on

0 commit comments

Comments
 (0)