Skip to content

Commit

Permalink
[Tests] add slow and nightly markers to sd3 lora integation. (hugging…
Browse files Browse the repository at this point in the history
…face#10458)

add slow and nightly markers to sd3 lora integation.
  • Loading branch information
sayakpaul authored Jan 6, 2025
1 parent fdcbbdf commit b572635
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/lora/test_lora_layers_sd3.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@
from diffusers.utils import load_image
from diffusers.utils.import_utils import is_accelerate_available
from diffusers.utils.testing_utils import (
nightly,
numpy_cosine_similarity_distance,
require_peft_backend,
require_torch_gpu,
slow,
torch_device,
)

Expand Down Expand Up @@ -126,6 +128,8 @@ def test_modify_padding_mode(self):
pass


@slow
@nightly
@require_torch_gpu
@require_peft_backend
class LoraSD3IntegrationTests(unittest.TestCase):
Expand Down

0 comments on commit b572635

Please sign in to comment.