Python class
DenoisingCacheState
DenoisingCacheStateβ
class max.pipelines.modeling.base.DenoisingCacheState(prev_residual=None, prev_output=None, taylor_factor_0=None, taylor_factor_1=None, taylor_factor_2=None, taylor_last_compute_step=None)
Bases: object
Per-request mutable cache state for a single denoising stream.
One instance per stream. Created fresh per execute() call.
-
Parameters:
prev_outputβ
prev_residualβ
taylor_factor_0β
taylor_factor_1β
taylor_factor_2β
taylor_last_compute_stepβ
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!