Issue loading texture generator (texgen_worker) in Hunyuan3D-2 (NameError and missing .safetensors)
I'm using Hunyuan3D-2 locally on Windows, but the texture generator never loads. The script tries to call texgen_worker, yet it’s not defined (NameError). Also, Hugging Face creates zero-byte .symlink files instead of actual .safetensors for hunyuan3d-paint-v2-0. After a full download, I still get "Failed to load texture generator. Model path not found."
Has anyone resolved this? I’ve tried:
Logging in via huggingface-cli.
Deleting the model cache to force re-download.
Checking requirements.txt.
Still no luck with the texture pipeline. Any fixes or workarounds to properly initialize texgen_worker on Windows? Thanks!
The symlinks would indicate that you're missing git LFS which you can google and install. It pulled the references instead of replacing them with the large files. Pulling the whole repo with LFS was 36gb.