isLoraInstalled property

Future<bool> get isLoraInstalled

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

Future<bool> get isLoraInstalled;