Skip to content

Commit 2926158

Browse files
danhipkeDN6
andauthored
Update src/diffusers/loaders/single_file.py
Co-authored-by: Dhruv Nair <[email protected]>
1 parent 6720c51 commit 2926158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/loaders/single_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def from_single_file(cls, pretrained_model_link_or_path, **kwargs):
312312
component configs in Diffusers format.
313313
disable_mmap ('bool', *optional*, defaults to 'False'):
314314
Whether to disable mmap when loading a Safetensors model. This option can perform better when the model
315-
is on a network mount or hard drive, which may not handle the seeky-ness of mmap very well.
315+
is on a network mount or hard drive.
316316
kwargs (remaining dictionary of keyword arguments, *optional*):
317317
Can be used to overwrite load and saveable variables (the pipeline components of the specific pipeline
318318
class). The overwritten components are passed directly to the pipelines `__init__` method. See example

0 commit comments

Comments
 (0)