Skip to content

Commit 1d8cf69

Browse files
committed
fix missing arg
1 parent 5fab6d1 commit 1d8cf69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/diffusers/loaders/single_file.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def load_single_file_sub_model(
6060
local_files_only=False,
6161
torch_dtype=None,
6262
is_legacy_loading=False,
63+
no_mmap=False,
6364
**kwargs,
6465
):
6566
if is_pipeline_module:

0 commit comments

Comments
 (0)