mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-12-15 11:43:21 +00:00
fixed hunyuan i2v
This commit is contained in:
parent
2dd9260197
commit
ca9e9b94cb
@ -1331,6 +1331,7 @@ class HunyuanVideoPipeline(DiffusionPipeline):
|
||||
|
||||
# compute the previous noisy sample x_t -> x_t-1
|
||||
if i2v_mode and i2v_condition_type == "token_replace":
|
||||
noise_pred = noise_pred.unsqueeze(0)
|
||||
latents = self.scheduler.step(
|
||||
noise_pred[:, :, 1:, :, :], t, latents[:, :, 1:, :, :], **extra_step_kwargs, return_dict=False
|
||||
)[0]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user