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!