adapters property

  1. @TagNumber.new(2)
PbList<LoraAdapterConfig> get adapters

SET semantics, matching Diffusers set_adapters and llama_set_adapters_lora: adapters becomes the complete active set and anything not listed is detached.

Implementation

@$pb.TagNumber(2)
$pb.PbList<LoraAdapterConfig> get adapters => $_getList(1);