mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-03 13:19:23 +08:00
build: add huggingface_hub dependency
Required by the server-side model downloader to resolve the logged-in user (whoami) and validate access to gated HuggingFace repositories.
This commit is contained in:
parent
f6c162ddcf
commit
418d272cfa
@ -9,6 +9,7 @@ numpy>=1.25.0
|
||||
einops
|
||||
transformers>=4.50.3
|
||||
tokenizers>=0.13.3
|
||||
huggingface_hub
|
||||
sentencepiece
|
||||
safetensors>=0.4.2
|
||||
aiohttp>=3.11.8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user