mirror of
https://github.com/vladmandic/automatic
synced 2026-08-31 01:20:59 +02:00
b48bf5236b
LTX refine pipe uses output_type='pil' so result.frames[0] returns a list, not a 5-D tensor. Convert via images_to_tensor before the helper sees it, mirroring what save_video already does for the same input.