MCPcopy Create free account
hub / github.com/MeiGen-AI/InfiniteTalk / step_index

Method step_index

wan/utils/fm_solvers.py:204–208  ·  view source on GitHub ↗

The index counter for current timestep. It will increase 1 after each scheduler step.

(self)

Source from the content-addressed store, hash-verified

202
203 @property
204 def step_index(self):
205 """
206 The index counter for current timestep. It will increase 1 after each scheduler step.
207 """
208 return self._step_index
209
210 @property
211 def begin_index(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected