LoraConfig constructor

const LoraConfig({
  1. String? loraPath,
  2. String? audioLoraPath,
})

Creates a LoRA configuration.

Implementation

const LoraConfig({this.loraPath, this.audioLoraPath});