The index for the first timestep. It should be set from pipeline with `set_begin_index` method.
(self)
| 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): |
nothing calls this directly
no outgoing calls
no test coverage detected