MyNixOS website logo
option

services.tabbyapi.settings.lora.loras

List of LoRAs to load and associated scaling factors.

Declarations
Type
list of (submodule)
Default
[ ]
Example
[
  {
    name = "lora1";
    scaling = 1.0;
  }
]