[UniLLaDA] Add UniLLaDA multimodal discrete diffusion pipeline#13686
Open
ChinChyi wants to merge 1 commit intohuggingface:mainfrom
Open
[UniLLaDA] Add UniLLaDA multimodal discrete diffusion pipeline#13686ChinChyi wants to merge 1 commit intohuggingface:mainfrom
ChinChyi wants to merge 1 commit intohuggingface:mainfrom
Conversation
Add UniLLaDA pipeline supporting text-to-image, image understanding, and image editing via block-wise iterative discrete diffusion. New components: - UniLLaDaPipeline: main pipeline (DiffusionPipeline subclass) - LLaDA2UniImageTransformer2DModel: image transformer model - LLaDA2UniFlowMatchEulerScheduler: flow matching scheduler - ImageTokenizer: VQ image encoder helper - Documentation and tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds support for LLaDA 2.0-Uni, a unified multimodal discrete diffusion language model that supports text understanding, image understanding, and image generation in a single framework.
Paper: LLaDA2.0-Uni: Unifying Multimodal Understanding and Generation with Diffusion Large Language Model
New Components
LLaDA2UniImageTransformer2DModel— Image diffusion transformer for decoding VQ tokens to imagesUniLLaDaPipeline— Unified pipeline supporting three modes:LLaDA2UniFlowMatchEulerScheduler— Flow matching scheduler with Euler ODE integrationKey Features
Usage Example
Testing
tests/pipelines/unillada/test_unillada.pyModel Weights
Official weights available at: https://huggingface.co/inclusionAI/LLaDA2.0-Uni
Before submitting
Who can review?
@yiyixuxu @a-r-r-o-w @DN6