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 cca6a08 commit d88f727Copy full SHA for d88f727
src/diffusers/hooks/hooks.py
@@ -43,7 +43,7 @@ def initialize_hook(self, module: torch.nn.Module) -> torch.nn.Module:
43
"""
44
return module
45
46
- def deinitialize_hook(self, module: torch.nn.Module) -> torch.nn.Module:
+ def deinitalize_hook(self, module: torch.nn.Module) -> torch.nn.Module:
47
r"""
48
Hook that is executed when a model is deinitialized.
49
0 commit comments