Skip to content

Commit 988f5f7

Browse files
authored
Update version of huggingface-hub (#1505)
1 parent ba44407 commit 988f5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

06_gpu_and_ml/comfyui/comfyapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def hf_download():
103103

104104
image = (
105105
# install huggingface_hub with hf_xet support to speed up downloads
106-
image.uv_pip_install("huggingface-hub==0.36.0")
106+
image.uv_pip_install("huggingface-hub==1.4.1")
107107
.env({"HF_XET_HIGH_PERFORMANCE": "1"})
108108
.run_function(
109109
hf_download,

0 commit comments

Comments
 (0)