Skip to content

Commit ca249a8

Browse files
committed
[README Update] add notice about custom HF cache location
1 parent c984369 commit ca249a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ npm run build_and_start
216216

217217
You can now access the UI at `http://localhost:8675` or `http://<your-ip>:8675` if you are running it on a server.
218218

219+
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.
220+
219221
## Securing the UI
220222

221223
If you are hosting the UI on a cloud provider or any network that is not secure, I highly recommend securing it with an auth token.

0 commit comments

Comments
 (0)