SyFeee/ltx2.3-chinese-drama-iclora-depth
LTX-2.3 Chinese Drama IC-LoRA — Depth Control
An IC-LoRA (In-Context LoRA) for LTX-Video 2.3 (22B) that conditions video generation on a monocular depth video so the generated scene's 3D structure follows a user-supplied reference. Trained on the same 78-episode Chinese historical drama corpus as the character LoRA, with the depth reference produced by Depth-Anything-3 at the source resolution.
Model details
Training data
Identical corpus + caption format to the character LoRA, plus per-clip depth videos extracted via Depth-Anything-3 (unified model with 6-DoF camera + depth on the same forward pass). The depth maps are inverse-depth normalised, rendered to MP4, and matched in resolution to the source clip.
Usage
IC-LoRA inference requires a depth reference video at the target resolution + an inline-weave prompt.
LTX ltx_pipelines.ic_lora invocation
python -m ltx_pipelines.ic_lora \
--prompt "char_0_person. Framed in a static eye level close-up, on a 50mm normal lens, with shallow focus. Set in a candlelit Han dynasty study, the subject sits writing on bamboo scrolls. Live-action photorealistic, cinematic Chinese drama." \
--negative-prompt "no CGI, no animation, no illustration, no painterly style, no anime" \
--lora <path_to>/lora_weights_step_06000.safetensors 1.0 \
--video-conditioning <depth_reference>.mp4 1.0 \
--width 1280 --height 544 --num-frames 89 \
--guidance-scale 4.0 --num-inference-steps 20 \
--skip-stage-2Recommended strengths
When to use this vs the other adapters
Stack with the character LoRA for identity + geometry. Validated stack: char 0.9 + depth 1.0.
What this LoRA does well
- Faithful 3D geometric structure transfer — generated scenes match the spatial layout of the reference.
- Preserves Chinese drama lighting + costume style across very different geometry references.
- Strong on interior scenes (corridors, courtyards, study rooms) where depth cues are informative.
What it does NOT do
- No identity — depth IC-LoRA controls geometry, not subject identity. Stack with the character LoRA for that.
- Not great on flat / depthless reference — if the depth map is uniformly flat the model has nothing to follow.
- Depth reference resolution must match target output resolution.
Related models
- `SyFeee/ltx2.3-chinese-drama-charlora` — character / style LoRA.
- `SyFeee/ltx2.3-chinese-drama-iclora-pose` — pose-controlled IC-LoRA.
- `SyFeee/ltx2.3-chinese-drama-iclora-canny` — canny-edge-controlled IC-LoRA.
License
Apache 2.0. See LICENSE for terms.
Attribution: SyFe.
