Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hackable_diffusion/kdiff/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def __call__(
self,
x0: DataTree,
cond: Conditioning | None = None,
) -> dict[str, dict[str, Array] | Array]:
) -> dict[str, dict[str, Array] | Array | dict[str, dict[str, Array]]]:
"""Run the diffusion training step.

Samples timesteps, corrupts the input data according to the corruption
Expand Down
Loading