feat(diffusers): allow multiple lora adapters (#4081)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2024-11-05 15:14:33 +01:00 committed by GitHub
parent 20cd8814c1
commit 947224b952
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 39 additions and 18 deletions

View file

@ -235,6 +235,9 @@ message ModelOptions {
bool NoKVOffload = 57;
string ModelPath = 59;
repeated string LoraAdapters = 60;
repeated float LoraScales = 61;
}
message Result {