mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-11 23:59:20 +02:00
sd: sync to master-358-347710f
Also adapt Koboldcpp LoRA loading function, and add backend support for lora_apply_mode.
This commit is contained in:
committed by
Wagner Bruna
parent
3318b73c94
commit
3a7dd1a97f
@@ -303,6 +303,7 @@ class sd_load_model_inputs(ctypes.Structure):
|
||||
("vae_filename", ctypes.c_char_p),
|
||||
("lora_filename", ctypes.c_char_p),
|
||||
("lora_multiplier", ctypes.c_float),
|
||||
("lora_apply_mode", ctypes.c_int),
|
||||
("photomaker_filename", ctypes.c_char_p),
|
||||
("img_hard_limit", ctypes.c_int),
|
||||
("img_soft_limit", ctypes.c_int),
|
||||
|
||||
Reference in New Issue
Block a user