cfgScale property

  1. @JsonKey(name: "cfg_scale")
int cfgScale
getter/setter pair

How strictly the diffusion process adheres to the prompt text (higher values keep your image closer to your prompt)

Implementation

@JsonKey(name: "cfg_scale")
int cfgScale;