We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d7dfe commit c8e0001Copy full SHA for c8e0001
src/maxdiffusion/utils/dynamic_modules_utils.py
@@ -282,7 +282,7 @@ def get_cached_module_file(
282
# community pipeline on GitHub
283
github_url = COMMUNITY_PIPELINES_URL.format(revision=revision, pipeline=pretrained_model_name_or_path)
284
try:
285
- resolved_module_file = cached_download(
+ resolved_module_file = hf_hub_download(
286
github_url,
287
cache_dir=cache_dir,
288
force_download=force_download,
0 commit comments