Skip to content

Commit 2672347

Browse files
committed
more
1 parent d4a380d commit 2672347

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/models/unets/test_models_unet_2d_condition.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,7 @@ def create_custom_diffusion_layers(model, mock_weights: bool = True):
355355
return custom_diffusion_attn_procs
356356

357357

358-
class UNet2DConditionModelTests(
359-
ModelTesterMixin, TorchCompileTesterMixin, LoraHotSwappingForModelTesterMixin, UNetTesterMixin, unittest.TestCase
360-
):
358+
class UNet2DConditionModelTests(ModelTesterMixin, UNetTesterMixin, unittest.TestCase):
361359
model_class = UNet2DConditionModel
362360
main_input_name = "sample"
363361
# We override the items here because the unet under consideration is small.

0 commit comments

Comments
 (0)