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 5fab6d1 commit 1d8cf69Copy full SHA for 1d8cf69
src/diffusers/loaders/single_file.py
@@ -60,6 +60,7 @@ def load_single_file_sub_model(
60
local_files_only=False,
61
torch_dtype=None,
62
is_legacy_loading=False,
63
+ no_mmap=False,
64
**kwargs,
65
):
66
if is_pipeline_module:
0 commit comments