initImageMode property

  1. @JsonKey(name: "init_image_mode")
InitImageMode initImageMode
getter/setter pair

Image used to initialize the diffusion process, in lieu of random noise. Whether to use image_strength or step_schedule_* to control how much influence the init_image has on the result.

Implementation

//@JsonKey(name: "init_image")
//Uint8List initImage;

/// Whether to use image_strength or step_schedule_* to
/// control how much influence the init_image has on the result.
@JsonKey(name: "init_image_mode")
InitImageMode initImageMode;