Skip to content

LTXV In Context LoRA Pose Control

Video Lecture

Section Video Links
LTXV ICLora Pose LTXV ICLora Pose LTXV ICLora Pose

Description

We will use the LTXV In Context LoRA Pose Control model to add pose context while generating a video.

Install the ComfyUI-LTXVideo Custom Nodes

Install the custom node ComfyUI-LTXVideo using the manager, or you can use your command/terminal prompt.

  1. Navigate to your ComfyUI/custom_nodes folder.
  2. Run,
    git clone https://github.com/Lightricks/ComfyUI-LTXVideo.git
    
  3. Restart ComfyUI

Install the ComfyUI-KJNodes Custom Nodes

Install the custom node ComfyUI-KJNodes using the manager, or you can use your command/terminal prompt.

  1. Navigate to your ComfyUI/custom_nodes folder.
  2. Run,
    git clone https://github.com/kijai/ComfyUI-KJNodes.git
    
  3. Restart ComfyUI

Install the IC LoRA Pose Control Model

Download ltxv-097-ic-lora-pose-control-comfyui.safetensors and save it into your ComfyUI/models/lora/ folder.

📂 ComfyUI/
├── 📂 models/
│   └── 📂 loras/
│       └── ltxv-097-ic-lora-pose-control-comfyui.safetensors

Pose Videos

Note

The workflows in the table below have been updated to use the LTXV Looping Sampler since the LTXV In Context Sampler, as shown in the video, is broken in recent versions of ComfyUI-LTXVideo.

Download Pose Video Guiding Image Workflow
Dance 1
Dance 2
Macarena
Turning Walk
Karate Kick
Walk left to right
Jog Right to Left
Jog Left to Right Close

WGET Commands

If you are using Runpod, or a similar hosted GPU service, then you can access your running pod/instance using a terminal.

#
#
# CD into ./ComfyUI/models/loras/ folder
wget https://huggingface.co/Lightricks/LTX-Video-ICLoRA-pose-13b-0.9.7/resolve/main/ltxv-097-ic-lora-pose-control-comfyui.safetensors

Wait for files to download fully before running your workflows.

Troubleshooting

Error : `LTXVInContextSampler LTXVInContextSampler.sample() got an unexpected keyword argument 'optional_cond_image'. Did you mean 'optional_cond_images'?

Double click the workspace and re add the LTXV In Context Sampler swapping the input and output nodes from the old LTXV In Context Sampler to the new.

Join the input image from option_cond_image to option_cond_images.

There will still be a problem. See the next error below.

Error : LTXVInContextSampler 'NoneType' object is not iterable

Open the file .\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LTXVideo\easy_samplers.py

Replace line 685 from,

optional_cond_indices=None,

to

optional_cond_indices="0",

Restart ComfyUI and try again.

ComfyUI-LTXVideo (GitHub)

ComfyUI-KJNodes

ltxv-097-ic-lora-pose-control-comfyui.safetensors (huggingface)

Dancing Videos (pexels)