Skip to content

Commit daf9b6c

Browse files
committed
adding standard and distilled lora
1 parent dbc0e10 commit daf9b6c

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

src/maxdiffusion/configs/ltx2_video.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,20 @@ audio_format: "s16"
106106

107107
# LoRA parameters
108108
enable_lora: False
109+
110+
# Distilled LoRA
111+
# lora_config: {
112+
# lora_model_name_or_path: ["Lightricks/LTX-2"],
113+
# weight_name: ["ltx-2-19b-distilled-lora-384.safetensors"],
114+
# adapter_name: ["distilled-lora-384"],
115+
# rank: [384]
116+
# }
117+
118+
# Standard LoRA
109119
lora_config: {
110-
lora_model_name_or_path: ["Lightricks/LTX-2"],
111-
weight_name: ["ltx-2-19b-distilled-lora-384.safetensors"],
112-
adapter_name: ["distilled-lora-384"],
113-
rank: [384]
120+
lora_model_name_or_path: ["Lightricks/LTX-2-19b-LoRA-Camera-Control-Dolly-In"],
121+
weight_name: ["ltx-2-19b-lora-camera-control-dolly-in.safetensors"],
122+
adapter_name: ["camera-control-dolly-in"],
123+
rank: [32]
114124
}
115125

0 commit comments

Comments
 (0)