stepScheduleEnd property

  1. @JsonKey(name: "step_schedule_end")
double? stepScheduleEnd
getter/setter pair

Skips a proportion of the end 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.

Implementation

@JsonKey(name: "step_schedule_end")
double? stepScheduleEnd;