mirror of
https://git.datalinker.icu/kijai/ComfyUI-CogVideoXWrapper.git
synced 2025-12-10 13:24:24 +08:00
Update pipeline_cogvideox.py
This commit is contained in:
parent
fc647862b8
commit
cac1f81c51
@ -514,8 +514,8 @@ class CogVideoXPipeline(DiffusionPipeline, CogVideoXLoraLoaderMixin):
|
|||||||
|
|
||||||
# 7. context schedule
|
# 7. context schedule
|
||||||
if context_schedule is not None:
|
if context_schedule is not None:
|
||||||
if image_cond_latents is not None:
|
# if image_cond_latents is not None:
|
||||||
raise NotImplementedError("Context schedule not currently supported with image conditioning")
|
# raise NotImplementedError("Context schedule not currently supported with image conditioning")
|
||||||
logger.info(f"Context schedule enabled: {context_frames} frames, {context_stride} stride, {context_overlap} overlap")
|
logger.info(f"Context schedule enabled: {context_frames} frames, {context_stride} stride, {context_overlap} overlap")
|
||||||
use_context_schedule = True
|
use_context_schedule = True
|
||||||
from .context import get_context_scheduler
|
from .context import get_context_scheduler
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user