You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Diffuse v0.2.9
Models that see, listen, speak, and models that answer by denoising, all
run split across machines now. The wire got much smaller, nodes hand
activations to each other instead of through the client, and there is a
prebuilt binary for Linux x86_64 and aarch64, macOS Intel and Apple
Silicon, and Windows x86_64.
Measured on Wan2.1-T2V-1.3B over two nodes: a model split across machines
is bit-identical to the same model run whole. Measured on MusicGen-small:
the waveform matches transformers' own generate to one step of 16-bit PCM.
Full notes in CHANGELOG.md.