Skip to content

LTXV In Context Sampler optional_cond_image replaced with optional_cond_images and erros with 'NoneType' object is not iterable #307

@Sean-Bradley

Description

@Sean-Bradley

In the 2025 version, the LTXV In Context Sampler had an optional_cond_image, you could provide it an image and it would work as the first frame.

"optional_cond_image": (
"IMAGE",
{
"tooltip": "The image to use for conditioning the sampling, if not provided, the sampling will be unconditioned (t2v setup). The image will be resized to the size of the first frame."
},
),

But in the latest version 2026, it has been replaced with optional_cond_images

"optional_cond_images": (
"IMAGE",
{
"tooltip": "The image to use for conditioning the sampling, if not provided, the sampling will be unconditioned (t2v setup). The image will be resized to the size of the first frame."
},
),

And now it no longer works.

If I provide it a single image, I now get error 'NoneType' object is not iterable

If I provide it video images, I also get the error 'NoneType' object is not iterable

Normally you would give it an image, but since it was renamed to images, then maybe it now wants images. But I don't think so. I think it wants an image, despite the renaming of it. But it no longer accepts an image.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions