MCPcopy Create free account
hub / github.com/MeiGen-AI/MultiTalk / begin_index

Method begin_index

wan/utils/fm_solvers.py:211–215  ·  view source on GitHub ↗

The index for the first timestep. It should be set from pipeline with `set_begin_index` method.

(self)

Source from the content-addressed store, hash-verified

209
210 @property
211 def begin_index(self):
212 """
213 The index for the first timestep. It should be set from pipeline with `set_begin_index` method.
214 """
215 return self._begin_index
216
217 # Copied from diffusers.schedulers.scheduling_dpmsolver_multistep.DPMSolverMultistepScheduler.set_begin_index
218 def set_begin_index(self, begin_index: int = 0):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected