Skip to content

[Bagel]Add image edit#588

Merged
hsliuustc0106 merged 2 commits intovllm-project:mainfrom
princepride:bagel-model-edit
Jan 5, 2026
Merged

[Bagel]Add image edit#588
hsliuustc0106 merged 2 commits intovllm-project:mainfrom
princepride:bagel-model-edit

Conversation

@princepride
Copy link
Collaborator

Test Plan

image
from PIL import Image
from vllm_omni.entrypoints.omni_diffusion import OmniDiffusion

def main():
    image = Image.open("women.jpg")
    pipeline = OmniDiffusion(model="../models/BAGEL-7B-MoT")
    result = pipeline.generate("Let the woman wear a blue dress", pil_image=image, seed=52)
    result.images[0].save("bagel_i2i_output.png")

if __name__ == "__main__":
    main()

Test Result

image

Signed-off-by: princepride <[email protected]>
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9625752b51

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@princepride
Copy link
Collaborator Author

@ZJY0516 Can you help review it😊

Signed-off-by: princepride <[email protected]>
@hsliuustc0106
Copy link
Collaborator

update docs please for cachedit supports

@princepride
Copy link
Collaborator Author

update docs please for cachedit supports

But we can't support cache-dit now.🥹

@ZJY0516
Copy link
Collaborator

ZJY0516 commented Jan 3, 2026

@hsliuustc0106 Do we need to add a test for this special model?

@hsliuustc0106
Copy link
Collaborator

@hsliuustc0106 Do we need to add a test for this special model?

yes, but the ci is refactoring now, maybe wait for a few days

@hsliuustc0106
Copy link
Collaborator

update docs please for cachedit supports

But we can't support cache-dit now.🥹

sorry, my fault

@hsliuustc0106
Copy link
Collaborator

do we have any examples for this model?

@hsliuustc0106 hsliuustc0106 added the ready label to trigger buildkite CI label Jan 4, 2026
Copy link
Collaborator

@hsliuustc0106 hsliuustc0106 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@hsliuustc0106 hsliuustc0106 merged commit d430bee into vllm-project:main Jan 5, 2026
7 checks passed
DefTruth pushed a commit to xlite-dev/vllm-omni that referenced this pull request Jan 5, 2026
Signed-off-by: princepride <[email protected]>
Signed-off-by: DefTruth <[email protected]>
tzhouam pushed a commit to tzhouam/vllm-omni that referenced this pull request Jan 5, 2026
princepride added a commit to princepride/vllm-omni that referenced this pull request Jan 10, 2026
sniper35 pushed a commit to sniper35/vllm-omni that referenced this pull request Jan 10, 2026
ZJY0516 pushed a commit to LawJarp-A/vllm-omni that referenced this pull request Jan 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready label to trigger buildkite CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants