ai-toolkit icon indicating copy to clipboard operation
ai-toolkit copied to clipboard

[README Update] Add setting to change huggingface model cache folder.

Open vreff opened this issue 2 months ago • 2 comments

Added:

This UI downloads large model files in order to train on your datasets. If you wish to change the directory at which this UI downloads base models like Qwen, Flux, and Wan, simply set HF_HOME=/path/to/hf/cache in your environment before building and running the UI.

vreff avatar Oct 31 '25 01:10 vreff

Hi, where can I find the download path for models? I already have the flux dev model and don't want to redownload but can't find any folder to put it in.

ali-m-github avatar Nov 01 '25 23:11 ali-m-github

Hi, where can I find the download path for models? I already have the flux dev model and don't want to redownload but can't find any folder to put it in.

~/.cache/huggingface on mac, not sure about other systems.

vreff avatar Nov 03 '25 16:11 vreff