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 969c3ab commit 6552653Copy full SHA for 6552653
src/diffusers/pipelines/mochi/pipeline_mochi.py
@@ -618,7 +618,7 @@ def __call__(
618
619
noise_pred = self.transformer(
620
hidden_states=latent_model_input,
621
- timestep=timestep / 1000,
+ timestep=timestep,
622
encoder_hidden_states=prompt_embeds,
623
joint_attention_kwargs=self.joint_attention_kwargs,
624
return_dict=False,
0 commit comments