Skip to content

Commit 20a05d6

Browse files
authored
Fix small typo (huggingface#1178)
Unless it's intentional, lol
1 parent c3dcb67 commit 20a05d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/configuration_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def save_config(self, save_directory: Union[str, os.PathLike], push_to_hub: bool
101101
output_config_file = os.path.join(save_directory, self.config_name)
102102

103103
self.to_json_file(output_config_file)
104-
logger.info(f"ConfigMixinuration saved in {output_config_file}")
104+
logger.info(f"Configuration saved in {output_config_file}")
105105

106106
@classmethod
107107
def from_config(cls, pretrained_model_name_or_path: Union[str, os.PathLike], return_unused_kwargs=False, **kwargs):

0 commit comments

Comments
 (0)