Skip to content

Commit b572635

Browse files
authored
[Tests] add slow and nightly markers to sd3 lora integation. (#10458)
add slow and nightly markers to sd3 lora integation.
1 parent fdcbbdf commit b572635

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/lora/test_lora_layers_sd3.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@
2929
from diffusers.utils import load_image
3030
from diffusers.utils.import_utils import is_accelerate_available
3131
from diffusers.utils.testing_utils import (
32+
nightly,
3233
numpy_cosine_similarity_distance,
3334
require_peft_backend,
3435
require_torch_gpu,
36+
slow,
3537
torch_device,
3638
)
3739

@@ -126,6 +128,8 @@ def test_modify_padding_mode(self):
126128
pass
127129

128130

131+
@slow
132+
@nightly
129133
@require_torch_gpu
130134
@require_peft_backend
131135
class LoraSD3IntegrationTests(unittest.TestCase):

0 commit comments

Comments
 (0)