Skip to content

Conversation

@ighoshsubho
Copy link
Contributor

What does this PR do?

Fixes #9873

Before submitting

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.

@ighoshsubho ighoshsubho changed the title omnigen feature incorporate [Omnigen] Added support to Omnigen model and Pipeline Nov 22, 2024
@staoxiao
Copy link
Contributor

@ighoshsubho, great work! I am the owner of OmniGen repo, and also currently working on integrating OmniGen into Diffusers. We can collaborate on this. Perhaps you could submit the PR to my forked Diffusers: https://github.com/staoxiao/diffusers, and I can try to further optimize it.

@ighoshsubho
Copy link
Contributor Author

@ighoshsubho, great work! I am the owner of OmniGen repo, and also currently working on integrating OmniGen into Diffusers. We can collaborate on this. Perhaps you could submit the PR to my forked Diffusers: https://github.com/staoxiao/diffusers, and I can try to further optimize it.

sure will make a PR there with changes.

@github-actions
Copy link
Contributor

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.

@github-actions github-actions bot added the stale Issues that haven't received updates label Dec 23, 2024
@nitinmukesh
Copy link

Remove stale.
This is an interesting project and looking forward to it's integration.

@a-r-r-o-w
Copy link
Contributor

@nitinmukesh Omnigen has already been integrated by the author in a separate PR :)

@nitinmukesh
Copy link

nitinmukesh commented Mar 2, 2025

Oh! I was wondering I have Gradio UI ready locally, why did I not integrated. Thanks for letting me know. Please could this be closed.

repo_id = "Shitao/OmniGen-v1-diffusers"

modules.util.appstate.global_pipe = OmniGenPipeline.from_pretrained(
    repo_id,
    torch_dtype=torch.bfloat16
)

@github-actions github-actions bot removed the stale Issues that haven't received updates label Mar 2, 2025
@yiyixuxu
Copy link
Collaborator

yiyixuxu commented Mar 4, 2025

closing as completed!

@yiyixuxu yiyixuxu closed this Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add OmniGen: A Unified Image Generation Model Pipeline

5 participants