wan_causal
¶
Wan causal model plugin (per-role instance, streaming/cache).
Classes¶
fastvideo.train.models.wan.wan_causal.WanCausalModel
¶
WanCausalModel(*, init_from: str, training_config: TrainingConfig, trainable: bool = True, disable_custom_init_weights: bool = False, flow_shift: float = 3.0, enable_gradient_checkpointing_type: str | None = None, transformer_override_safetensor: str | None = None)
Bases: WanModel, CausalModelBase
Wan per-role model with causal/streaming primitives.