Views
No views yet
| Field | Value |
|---|---|
| Base model | Lightricks/LTX-2.3-22B |
| Adapter type | IC-LoRA (with reference-video conditioning) |
| Conditioning input | Pose video (DWPose 133 keypoints rendered to MP4) |
| Rank | 128 |
| Alpha | 128 |
| Target modules | to_k, to_q, to_v, to_out.0 |
| Training steps | 6000 |
| Optimizer | AdamW |
| Learning rate | 1e-4, linear schedule |
| Mixed precision | bf16 |
| Reference channel | concatenated to the latent via --video-conditioning (strength 1.0) |
ltx_pipelines.ic_lora invocation1python -m ltx_pipelines.ic_lora \
2 --prompt "char_0_person, char_1_person. Framed in a static eye level medium shot, on a 35mm normal lens. Set in a Han dynasty courtyard, the subjects face each other. Live-action photorealistic, cinematic Chinese drama." \
3 --negative-prompt "no CGI, no animation, no illustration, no painterly style, no anime" \
4 --lora <path_to>/lora_weights_step_06000.safetensors 1.0 \
5 --video-conditioning <pose_reference>.mp4 1.0 \
6 --width 1280 --height 544 --num-frames 89 \
7 --guidance-scale 4.0 --num-inference-steps 20 \
8 --skip-stage-2| Component | Value |
|---|---|
| LoRA strength | 1.0 (validated default) |
| Video conditioning strength | 1.0 (faithful pose following) |
| Lower video conditioning (0.5–0.7) | softer pose adherence, more creative interpretation |
| Use case | Reach for |
|---|---|
| "Generate a Chinese drama scene with these characters" | Character LoRA |
| "Generate a Chinese drama scene where the subject follows THIS pose video" | Pose IC-LoRA (this one) |
| "Generate a scene that exactly mirrors the camera motion of THIS reference" | Depth IC-LoRA (different repo) |
| "Generate a scene whose composition matches THIS line-art reference" | Canny IC-LoRA (different repo) |
SyFeee/ltx2.3-chinese-drama-charlora — character / style LoRA, stackable with this IC-LoRA.SyFeee/ltx2.3-chinese-drama-iclora-depth — depth-controlled IC-LoRA.SyFeee/ltx2.3-chinese-drama-iclora-canny — canny-edge-controlled IC-LoRA.LICENSE for terms.