models names mismatch + missing
Hi,
Just a quick note to say that few models are incorrectly named in the workflow and therefore mismatch with models downloaded by the .sh.
example with workflow calling the LTX embeddings "ltx-2-19b-embeddings_connector_bf16.safetensors" which is now named "ltx-2-19b-embeddings_connector_distill_bf16.safetensors". Same with the headswap first frame sub-module which has mismatching lora name and the power lora loader which is loading an unknown lora (head_swap_v5 [...]) which is nowhere to be found.
Those issues make the whole workflow extremely hard to use.
regards
Thanks for letting me know, I made some updates and I hope it's closer now. This happened because I already had the script ready for another version that I was going to post, but in the end I didn't.