Instructions to use Kijai/LTX2.3_comfy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Kijai/LTX2.3_comfy with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Audio VAE is not working
VAELoaderKJ
ERROR: VAE is invalid: None
If the VAE is from a checkpoint loader node your checkpoint does not contain a valid VAE.
Update your kjnodes from git.
This is how I solved it.
Unfortunately, I still get the same error even after updating kjnodes from git.
Unfortunately, I still get the same error even after updating kjnodes from git.
You did git pull in the comfyui/custom_nodes/ComfyUI-KJNodes folder?
Should be all you need
Yep, update is needed as the layer names are bit different on the new VAE, and the loader doesn't recognize it.
Ok, I did a git pull and got a new update. Now it works. Thanks for replying!
worked! thank you so much kings
If doing a git pull doesn't work uninstall ComfyUI-KJNodes and reinstall and restart. Worked for me.