We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a78dc92 commit 56d2066Copy full SHA for 56d2066
1 file changed
src/maxdiffusion/configs/ltx2_video.yml
@@ -107,9 +107,9 @@ audio_format: "s16"
107
# LoRA parameters
108
enable_lora: False
109
lora_config: {
110
- lora_model_name_or_path: ["Lightricks/LTX-2-19b-IC-LoRA-Union-Control"],
111
- weight_name: ["ltx-2-19b-ic-lora-union-control-ref0.5.safetensors"],
112
- adapter_name: ["union-control-ref0.5"],
113
- rank: [64]
+ lora_model_name_or_path: ["Lightricks/LTX-2-19b-IC-LoRA-Depth-Control", "Lightricks/LTX-2-19b-LoRA-Camera-Control-Dolly-Out"],
+ weight_name: ["ltx-2-19b-ic-lora-depth-control.safetensors","ltx-2-19b-lora-camera-control-dolly-out.safetensors"],
+ adapter_name: ["Depth-control","Camera-control-dolly-out"],
+ rank: [64, 32]
114
}
115
0 commit comments