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
HuggingFace to Google Drive Direct Download
Hi, can you leave all the files in the "Root Folder" ?
HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': 'Kijai/LTX2.3_comfy/diffusion_models'. Use repo_type argument if needed.
I'm getting this error when I try to download: ltx-2.3-22b-dev_transformer_only_fp8_scaled.safetensors
Thank you...
How exactly are you trying to download? When using something like huggingface-hub or the command line interface, you only provide the repo Kijai/LTX2.3_comfy, which gets all the files and folders, if you want to limit it you can use the --include param, for example with the huggingface cli to get all diffusion_models to the folder the command is called from, it would be:
hf download Kijai/LTX2.3_comfy --include diffusion_models/ltx-2.3-22b-dev_transformer_only_fp8_scaled.safetensors --local-dir .
Solved ;)