We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdcbbdf commit b572635Copy full SHA for b572635
tests/lora/test_lora_layers_sd3.py
@@ -29,9 +29,11 @@
29
from diffusers.utils import load_image
30
from diffusers.utils.import_utils import is_accelerate_available
31
from diffusers.utils.testing_utils import (
32
+ nightly,
33
numpy_cosine_similarity_distance,
34
require_peft_backend,
35
require_torch_gpu,
36
+ slow,
37
torch_device,
38
)
39
@@ -126,6 +128,8 @@ def test_modify_padding_mode(self):
126
128
pass
127
129
130
131
+@slow
132
+@nightly
133
@require_torch_gpu
134
@require_peft_backend
135
class LoraSD3IntegrationTests(unittest.TestCase):
0 commit comments