The download of pytorch_model-00001-of-00003.safetensors got stuck
Same happened to me, just download the model manually and then use local path as model in config where it reads name_or_path :
# huggingface model name or path
name_or_path: "C:/.../ai-toolkit/FLUX.1-dev"
https://huggingface.co/black-forest-labs/FLUX.1-dev/tree/main
Same happened to me, just download the model manually and then use local path as model in config where it reads name_or_path :
# huggingface model name or path name_or_path: "C:/.../ai-toolkit/FLUX.1-dev"https://huggingface.co/black-forest-labs/FLUX.1-dev/tree/main
That works for the model but then it gets stuck on the text encoder and vae, how do I path them?
edit: gave python.exe write permissions and the downloads started working.
Same happened to me, just download the model manually and then use local path as model in config where it reads name_or_path :
# huggingface model name or path name_or_path: "C:/.../ai-toolkit/FLUX.1-dev"https://huggingface.co/black-forest-labs/FLUX.1-dev/tree/main
That works for the model but then it gets stuck on the text encoder and vae, how do I path them?
edit: gave python.exe write permissions and the downloads started working.
Great solution . But how I can fix it on linux. Same issue