Merge branch 'v2.3' into release/v2.3.5

This commit is contained in:
Lincoln Stein
2023-04-25 04:33:09 +01:00
committed by GitHub

View File

@@ -1156,7 +1156,7 @@ class ModelManager(object):
return self.device.type == "cuda"
def _diffuser_sha256(
self, name_or_path: Union[str, Path], chunksize=4096
self, name_or_path: Union[str, Path], chunksize=16777216
) -> Union[str, bytes]:
path = None
if isinstance(name_or_path, Path):