ImageUpScaleRequestParams constructor

ImageUpScaleRequestParams({
  1. int? width,
  2. int? height,
  3. List<TextPrompt>? textPrompts,
  4. int? seed,
  5. int? steps,
  6. int? cfgScale,
})

Implementation

ImageUpScaleRequestParams(
    {this.width,
    this.height,
    this.textPrompts,
    this.seed,
    this.steps,
    this.cfgScale});