Uh oh!
There was an error while loading. Please reload this page.
Add Dream 7B Diffusion Large Language Model Pipeline - #12091
Conversation
dg845
commented
Aug 15, 2025
@yiyixuxu@a-r-r-o-w the Dream 7B model uses a |
a-r-r-o-w
commented
Aug 16, 2025
In case of certain custom implementations, we try to implement and keep the relevant files within diffusers. Some examples I could quickly find are:
Maybe in this case you could create a I don't think the model implementation can live in |
…e_steps and fix shape errors
dg845
commented
Aug 26, 2025
Hi @a-r-r-o-w, I think this PR is ready for an initial design review :). |
dg845
commented
Sep 22, 2025
Gentle ping @yiyixuxu@a-r-r-o-w :) |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
What does this PR do?
This PR implements a pipeline for the Dream 7B diffusion large language model (blog post, weights and code, repo). Dream is a masked (discrete) diffusion model for text which claims to perform comparably to similarly sized SOTA autoregressive LLMs such as Qwen 2.5 7B on NLP tasks and have superior performance on planning tasks.
Fixes#12017.
Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.
@yiyixuxu
@a-r-r-o-w
@ntoxeg