File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2727from diffusers .utils .testing_utils import (
2828 floats_tensor ,
2929 is_peft_available ,
30+ nightly ,
3031 numpy_cosine_similarity_distance ,
3132 require_peft_backend ,
3233 require_torch_gpu ,
@@ -165,9 +166,10 @@ def test_modify_padding_mode(self):
165166
166167
167168@slow
169+ @nightly
168170@require_torch_gpu
169171@require_peft_backend
170- # @unittest.skip("We cannot run inference on this model with the current CI hardware")
172+ @unittest .skip ("We cannot run inference on this model with the current CI hardware" )
171173# TODO (DN6, sayakpaul): move these tests to a beefier GPU
172174class FluxLoRAIntegrationTests (unittest .TestCase ):
173175 """internal note: The integration slices were obtained on audace.
Original file line number Diff line number Diff line change 3434from diffusers .utils .import_utils import is_accelerate_available
3535from diffusers .utils .testing_utils import (
3636 load_image ,
37+ nightly ,
3738 numpy_cosine_similarity_distance ,
3839 require_peft_backend ,
3940 require_torch_gpu ,
@@ -207,6 +208,7 @@ def test_integration_move_lora_dora_cpu(self):
207208
208209
209210@slow
211+ @nightly
210212@require_torch_gpu
211213@require_peft_backend
212214class LoraIntegrationTests (unittest .TestCase ):
Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ def tearDown(self):
113113
114114
115115@slow
116+ @nightly
116117@require_torch_gpu
117118@require_peft_backend
118119class LoraSDXLIntegrationTests (unittest .TestCase ):
You can’t perform that action at this time.
0 commit comments