We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc0e10 commit daf9b6cCopy full SHA for daf9b6c
1 file changed
src/maxdiffusion/configs/ltx2_video.yml
@@ -106,10 +106,20 @@ audio_format: "s16"
106
107
# LoRA parameters
108
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
119
lora_config: {
- lora_model_name_or_path: ["Lightricks/LTX-2"],
- weight_name: ["ltx-2-19b-distilled-lora-384.safetensors"],
- adapter_name: ["distilled-lora-384"],
- 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]
124
}
125
0 commit comments