@@ -263,21 +263,11 @@ def test_lora_expansion_works_for_extra_keys(self):
263263 "LoRA should lead to different results." ,
264264 )
265265
266- @unittest .skip ("Not supported in Flux." )
267- def test_simple_inference_with_text_denoiser_block_scale (self ):
268- pass
269-
270- @unittest .skip ("Not supported in Flux." )
271- def test_simple_inference_with_text_denoiser_block_scale_for_all_dict_options (self ):
272- pass
273-
274266 @unittest .skip ("Not supported in Flux." )
275267 def test_modify_padding_mode (self ):
276268 pass
277269
278- @unittest .skip ("Not supported in Flux." )
279- def test_simple_inference_with_text_denoiser_multi_adapter_block_lora (self ):
280- pass
270+ # TODO: skip them properly
281271
282272
283273class FluxControlLoRATests (unittest .TestCase , PeftLoraLoaderMixinTests ):
@@ -791,21 +781,11 @@ def test_lora_unload_with_parameter_expanded_shapes_and_no_reset(self):
791781 self .assertTrue (pipe .transformer .x_embedder .weight .data .shape [1 ] == in_features * 2 )
792782 self .assertTrue (pipe .transformer .config .in_channels == in_features * 2 )
793783
794- @unittest .skip ("Not supported in Flux." )
795- def test_simple_inference_with_text_denoiser_block_scale (self ):
796- pass
797-
798- @unittest .skip ("Not supported in Flux." )
799- def test_simple_inference_with_text_denoiser_block_scale_for_all_dict_options (self ):
800- pass
801-
802784 @unittest .skip ("Not supported in Flux." )
803785 def test_modify_padding_mode (self ):
804786 pass
805787
806- @unittest .skip ("Not supported in Flux." )
807- def test_simple_inference_with_text_denoiser_multi_adapter_block_lora (self ):
808- pass
788+ # TODO: skip them properly
809789
810790
811791@slow
0 commit comments