mirror of
https://git.datalinker.icu/kijai/ComfyUI-CogVideoXWrapper.git
synced 2025-12-15 16:04:28 +08:00
fix onediff
This commit is contained in:
parent
c8c55256b2
commit
3d536025e0
@ -617,6 +617,7 @@ class CogVideoXPipeline(DiffusionPipeline):
|
||||
**extra_step_kwargs,
|
||||
return_dict=False,
|
||||
)
|
||||
latents = latents.to(prompt_embeds.dtype)
|
||||
# start diff diff
|
||||
if i < len(timesteps) - 1 and self.original_mask is not None:
|
||||
noise_timestep = timesteps[i + 1]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user