stepScheduleStart property
number (StepScheduleStart) 0 .. 1
Skips a proportion of the start of the diffusion steps,
allowing the init_image to influence the final generated
image. Lower values will result in more influence from the
init_image, while higher values will result in more influence
from the diffusion steps. (e.g. a value of 0 would simply return
you the init_image, where a value of 1 would return you a completely
different image.)
Implementation
@JsonKey(name: "step_schedule_start")
double? stepScheduleStart;