Views
No views yet
LTX-2.3 variant -- This checkpoint is trained on the newer LTX-2.3 (22B) base model with 3,000 training steps. For the original LTX-2 (19B) version, see ID-LoRA-CelebVHQ.
| Property | Value |
|---|---|
| Base model | LTX-2.3 22B |
| Training dataset | CelebV-HQ |
| LoRA rank | 128 |
| Training steps | 3,000 |
| Strategy | audio_ref_only_ic with negative temporal positions |
1git clone https://github.com/ID-LoRA/ID-LoRA.git && cd ID-LoRA
2
3# Point workspace at LTX-2.3 packages (edit pyproject.toml):
4# [tool.uv.workspace]
5# members = ["ID-LoRA-2.3/packages/*"]
6
7uv sync --frozen
8bash ID-LoRA-2.3/scripts/download_models.sh1python ID-LoRA-2.3/scripts/inference_two_stage.py \
2 --lora-path models/id-lora-celebvhq/lora_weights.safetensors \
3 --reference-audio examples/reference.wav \
4 --first-frame examples/first_frame.png \
5 --prompt "[VISUAL]: A close-up of a person speaking. [SPEECH]: Hello world. [SOUNDS]: Clear speech." \
6 --output-dir outputs/two_stage \
7 --quantize1python ID-LoRA-2.3/scripts/inference_two_stage_hq.py \
2 --lora-path models/id-lora-celebvhq/lora_weights.safetensors \
3 --reference-audio examples/reference.wav \
4 --first-frame examples/first_frame.png \
5 --prompt "[VISUAL]: A close-up of a person speaking. [SPEECH]: Hello world. [SOUNDS]: Clear speech." \
6 --output-dir outputs/two_stage_hq \
7 --quantize1python ID-LoRA-2.3/scripts/inference_one_stage.py \
2 --lora-path models/id-lora-celebvhq/lora_weights.safetensors \
3 --reference-audio examples/reference.wav \
4 --first-frame examples/first_frame.png \
5 --prompt "[VISUAL]: A close-up of a person speaking. [SPEECH]: Hello world. [SOUNDS]: Clear speech." \
6 --output-dir outputs/one_stage \
7 --quantizelora_weights.safetensors -- LoRA adapter weights (~1.1 GB)training_config.yaml -- Training configuration used to produce this checkpoint1@misc{dahan2026idloraidentitydrivenaudiovideopersonalization,
2 title = {ID-LoRA: Identity-Driven Audio-Video Personalization with In-Context LoRA},
3 author = {Aviad Dahan and Moran Yanuka and Noa Kraicer and Lior Wolf and Raja Giryes},
4 year = {2026},
5 eprint = {2603.10256},
6 archivePrefix = {arXiv},
7 primaryClass = {cs.SD},
8 url = {https://arxiv.org/abs/2603.10256}
9}