Skip to content

Commit

Permalink
Update outputs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anzr299 authored Jan 14, 2025
1 parent f7fa48e commit dc48631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diffusers/utils/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def __init_subclass__(cls) -> None:
cls,
torch.utils._pytree._dict_flatten,
lambda values, context: cls(**torch.utils._pytree._dict_unflatten(values, context)),
serialized_type_name=f"{cls.__module__}.{cls.__name__}"
serialized_type_name=f"{cls.__module__}.{cls.__name__}",
)

def __post_init__(self) -> None:
Expand Down

0 comments on commit dc48631

Please sign in to comment.