Skip to content

Commit 6e5aee9

Browse files
committed
remove space
1 parent c0fa2ca commit 6e5aee9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/maxdiffusion/trainers/wan_trainer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ def load_dataset(self, mesh, is_training=True):
176176
raise ValueError(
177177
"Wan 2.1 training only supports config.dataset_type set to tfrecords and config.cache_latents_text_encoder_outputs set to True"
178178
)
179-
180179
feature_description = {
181180
"latents": tf.io.FixedLenFeature([], tf.string),
182181
"encoder_hidden_states": tf.io.FixedLenFeature([], tf.string),

0 commit comments

Comments
 (0)