Audio VAE invalid (just FYI)

#8
by malfy - opened

I am using the I2V json. I have all the exact same models except those bae can't be found anywhere with those exact filenames. Your workflow both the video and audio vae have a 'KJ' in the name. The actual files on the kijai huggingface do not, I assumed it doesnt matter. Anyway everytime I run the graph I get "VAELoader
ERROR: VAE is invalid: None

If the VAE is from a checkpoint loader node your checkpoint does not contain a valid VAE." Highlighting the node loading the audio vae. When I select the older ltx2 audio vae, the graph runs but not with ltx23 audio vae. I saw you just updated that workflow so I redownloaded but this error persists.

So with the old audio vae it runs til the LTX2 NAG node which gives "LTX2_NAG
'function' object has no attribute 'to'" I dont know what it want, but since since it says optional I bypass it. After this no problems, generation time is fast, quality is nice, and even the old audio vae worked fine.

Yes I just named them KJ at end (Kijai's models), since i sometimes download more models to test if they work or not, and trying to organize it a little by source ;-)
But yes the models are from https://huggingface.co/Kijai/LTX2.3_comfy

If you get error with the LTX-2.3 audio vae you just need to update the KJNodes (this node pack also has the update NAG node)
https://github.com/kijai/ComfyUI-KJNodes/

(and update comfyUI as well, LTX-2.3 has changes that require update)

ah ok. My comfy is latest and greatest, I'll update kj nodes. Thank you. these workflows are very well structured

Edit: just want to confirm for anyone else seeing this, updating kj nodes fixed both issues

Sign up or log in to comment