We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b8b85 commit a9a000fCopy full SHA for a9a000f
fastvideo/v1/training/wan_training_pipeline.py
@@ -147,7 +147,7 @@ def train_one_step(
147
dtype=torch.bfloat16)
148
with set_forward_context(current_timestep=timesteps,
149
attn_metadata=None):
150
- model_pred = transformer(**input_kwargs)[0]
+ model_pred = transformer(**input_kwargs)
151
152
if precondition_outputs:
153
model_pred = noisy_model_input - model_pred * sigmas
0 commit comments