LTXTiledStampler errors
Failed to validate prompt for output 597:
- LTXTiledSampler 788:
- Failed to convert an input value to a INT value: max_size_for_no_tile, tile_carrying, invalid literal for int() with base 10: 'tile_carrying'
- Value not in list: audio_pass: 'first' not in ['passthrough', 'tile_carrying']
- Value not in list: audio_carrier_tile: False not in ['first', 'middle', 'last']
- Value 38 bigger than max of 32: tile_overlap
- Value not in list: tile_axis: 2 not in ['auto', 'H', 'W']
I just copied your likeness workflow instead and used that since it seems to have the correct values for tiled sampler
is there a way to have preview on first pass node, and how come it stops after the first pass (creates a video) and never continues to the upscale pass
The workflows are deprecated and not updated for newest version of ComfyUI.
The version on comfyui manager is behind and is updating 10snodes backwards. Reclone from the github to fix it, do not update it with manager.
Im getting the same error after i tick bypass_tilling to false in ltx tiled sampler. (Unless thats not how i can turn on second pass?)
i deleted the 10s custom node folder and cloned it with:
cd ComfyUI/custom_nodes
git clone https://github.com/TenStrip/10S-Comfy-nodes.git 10S_Nodes
But that didnt fix it, got any idea? thanks!
The workflows are deprecated and not updated for newest version of ComfyUI.
Does this imply these workflows are no longer being actively maintained?
As mentioned, the ComfyUI manager is behind and reloading the incorrect files. I have tried to reclone using Github, but the same errors remain. Any sort of node error with XXX:XXX means that it's not compatible with ComfyUI's latest update.
There's an additional field in the node, perhaps in newer versions of Comfyui, and it disrupts the order of the inputs saved in the workflow json.
Running ComfyUI v0.19.1 the node looks like this:
Newer versions, the node looks like this. Note the first field:
The workflow doesn't have a value saved for bypass_tiling, and it appears to take the first saved input as that bypass_tiling, and then the rest of the inputs are shifted up by one and this throws everything off.
My workaround: update the field values, save workflow.
The comfyui manager version is a version behind and I can't update it from here right now. Any node errors just go directly to the nodes github and pull/cloner that newer version.

