Merge branch 'main' into bugfix/prevent-cli-crash

This commit is contained in:
Lincoln Stein
2023-04-14 20:12:38 -04:00
committed by GitHub
24 changed files with 702 additions and 182 deletions

View File

@ -1204,7 +1204,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):