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