Skip to content

Commit b40272e

Browse files
committed
fix
1 parent 67b617e commit b40272e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/utils/import_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
_hf_hub_available = importlib.util.find_spec("huggingface_hub") is not None
119119
try:
120120
_hf_hub_version = importlib_metadata.version("huggingface_hub")
121-
logger.debug(f"Successfully imported huggingface_hub version {_transformers_version}")
121+
logger.debug(f"Successfully imported huggingface_hub version {_hf_hub_version}")
122122
except importlib_metadata.PackageNotFoundError:
123123
_hf_hub_available = False
124124

0 commit comments

Comments
 (0)