Skip to content

Commit 93f5e04

Browse files
committed
style
1 parent 5c32829 commit 93f5e04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/dreambooth/test_dreambooth_lora_sd3.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def test_dreambooth_lora_text_encoder_sd3(self):
102102
(key.startswith("transformer") or key.startswith("text_encoder")) for key in lora_state_dict.keys()
103103
)
104104
self.assertTrue(starts_with_expected_prefix)
105+
105106
def test_dreambooth_lora_latent_caching(self):
106107
with tempfile.TemporaryDirectory() as tmpdir:
107108
test_args = f"""
@@ -134,6 +135,7 @@ def test_dreambooth_lora_latent_caching(self):
134135
# with `"transformer"` in their names.
135136
starts_with_transformer = all(key.startswith("transformer") for key in lora_state_dict.keys())
136137
self.assertTrue(starts_with_transformer)
138+
137139
def test_dreambooth_lora_sd3_checkpointing_checkpoints_total_limit(self):
138140
with tempfile.TemporaryDirectory() as tmpdir:
139141
test_args = f"""

0 commit comments

Comments
 (0)