mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-23 16:29:25 +08:00
build: add huggingface_hub dependency
The server-side model-download subsystem imports huggingface_hub directly (gated-repo auth_check, whoami). It already arrives transitively via transformers, but we now use it directly so declare it explicitly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6978a466b8
commit
4676481609
@ -9,6 +9,7 @@ numpy>=1.25.0
|
|||||||
einops
|
einops
|
||||||
transformers>=4.50.3
|
transformers>=4.50.3
|
||||||
tokenizers>=0.13.3
|
tokenizers>=0.13.3
|
||||||
|
huggingface_hub
|
||||||
sentencepiece
|
sentencepiece
|
||||||
safetensors>=0.4.2
|
safetensors>=0.4.2
|
||||||
aiohttp>=3.11.8
|
aiohttp>=3.11.8
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user