We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0fa2ca commit 6e5aee9Copy full SHA for 6e5aee9
1 file changed
src/maxdiffusion/trainers/wan_trainer.py
@@ -176,7 +176,6 @@ def load_dataset(self, mesh, is_training=True):
176
raise ValueError(
177
"Wan 2.1 training only supports config.dataset_type set to tfrecords and config.cache_latents_text_encoder_outputs set to True"
178
)
179
-
180
feature_description = {
181
"latents": tf.io.FixedLenFeature([], tf.string),
182
"encoder_hidden_states": tf.io.FixedLenFeature([], tf.string),
0 commit comments