ComfyUI/app/model_downloader/hf_auth
Alex 351119eb05 feat(model_downloader): add server-side model downloads with gated-repo support
Lets ComfyUI fetch the models a workflow needs directly on the server,
so users no longer have to locate each file and drop it into the correct
folder by hand.

Crucially it supports gated HuggingFace repositories: the user logs in
once via HuggingFace, after which the server can download models that
require license acceptance or authentication — previously a manual,
error-prone step. The frontend can surface per-model availability and
download progress through the accompanying API.
2026-06-25 15:59:41 +03:00
..
auth_store.py feat(model_downloader): add server-side model downloads with gated-repo support 2026-06-25 15:59:41 +03:00
eligibility.py feat(model_downloader): add server-side model downloads with gated-repo support 2026-06-25 15:59:41 +03:00
oauth.py feat(model_downloader): add server-side model downloads with gated-repo support 2026-06-25 15:59:41 +03:00
token_store.py feat(model_downloader): add server-side model downloads with gated-repo support 2026-06-25 15:59:41 +03:00