Skip to content

Commit 3d39cb9

Browse files
committed
change the example lora files
1 parent 7aa30fa commit 3d39cb9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/maxdiffusion/configs/ltx2_3_video.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,18 +142,18 @@ enable_lora: False
142142

143143
# Distilled LoRA
144144
# lora_config: {
145-
# lora_model_name_or_path: ["Lightricks/LTX-2"],
146-
# weight_name: ["ltx-2-19b-distilled-lora-384.safetensors"],
145+
# lora_model_name_or_path: ["Lightricks/LTX-2.3"],
146+
# weight_name: ["ltx-2.3-22b-distilled-lora-384.safetensors"],
147147
# adapter_name: ["distilled-lora-384"],
148148
# rank: [384]
149149
# }
150150

151151
# Standard LoRA
152152
lora_config: {
153-
lora_model_name_or_path: ["Lightricks/LTX-2-19b-LoRA-Camera-Control-Dolly-In"],
154-
weight_name: ["ltx-2-19b-lora-camera-control-dolly-in.safetensors"],
155-
adapter_name: ["camera-control-dolly-in"],
156-
rank: [32]
153+
lora_model_name_or_path: ["Lightricks/LTX-2.3-22b-IC-LoRA-Colorization"],
154+
weight_name: ["ltx-2.3-22b-ic-lora-colorization-0.9.safetensors"],
155+
adapter_name: ["colorization"],
156+
rank: [128]
157157
}
158158

159159

0 commit comments

Comments
 (0)