LoraConfig class
Configuration for LoRA weights.
Constructors
- LoraConfig({String? loraPath, String? audioLoraPath})
-
Creates a LoRA configuration.
const
Properties
- audioLoraPath → String?
-
Optional file path to the Audio LoRA weights file.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- loraPath → String?
-
Optional file path to the LoRA weights file.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> - Converts this configuration to JSON-compatible values.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited