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 f8b292d commit f7fa48eCopy full SHA for f7fa48e
src/diffusers/utils/outputs.py
@@ -65,7 +65,6 @@ def __init_subclass__(cls) -> None:
65
cls,
66
torch.utils._pytree._dict_flatten,
67
lambda values, context: cls(**torch.utils._pytree._dict_unflatten(values, context)),
68
- serialized_type_name=f"{cls.__module__}.{cls.__name__}"
69
)
70
else:
71
torch.utils._pytree.register_pytree_node(
0 commit comments