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 .
I'm going to try it, thank you Lord Kijai ;)