isLoraInstalled property

  1. @override
Future<bool> get isLoraInstalled
override

Whether the lora weights are installed (i.e. downloaded, copied from assets or path to the file is set manually) and ready to use.

Implementation

@override
Future<bool> get isLoraInstalled async => await isModelInstalled;