Skip to content

Commit f7fa48e

Browse files
authored
Update outputs.py
1 parent f8b292d commit f7fa48e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/diffusers/utils/outputs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ def __init_subclass__(cls) -> None:
6565
cls,
6666
torch.utils._pytree._dict_flatten,
6767
lambda values, context: cls(**torch.utils._pytree._dict_unflatten(values, context)),
68-
serialized_type_name=f"{cls.__module__}.{cls.__name__}"
6968
)
7069
else:
7170
torch.utils._pytree.register_pytree_node(

0 commit comments

Comments
 (0)