Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to Meissonic #9794

Open
viiika opened this issue Oct 29, 2024 · 6 comments
Open

Add support to Meissonic #9794

viiika opened this issue Oct 29, 2024 · 6 comments

Comments

@viiika
Copy link

viiika commented Oct 29, 2024

Meissonic is a non-autoregressive mask image modeling text-to-image synthesis model that can generate high-resolution images. It is designed to run on consumer graphics cards.

The model checkpoint can be found in https://huggingface.co/MeissonFlow/Meissonic
The inference code can be found in https://github.com/viiika/Meissonic
The paper can be found in https://arxiv.org/abs/2410.08261

Anyone interested in implementing this?

@protimroy
Copy link

What kind of support are you looking for?

@viiika
Copy link
Author

viiika commented Nov 3, 2024

What kind of support are you looking for?

Just to integrate the related pipeline, schedule, transformer backbone to diffusers, so that if one wants to inference with Meissonic, simply by importing diffusers instead of cloning the source code.

@protimroy
Copy link

I can attempt (:

@viiika
Copy link
Author

viiika commented Nov 3, 2024

I can attempt (:

Wow, thx a lot! Feel free to add your name on the first line of the copyright if you’d like. If you need further assistance or clarification, please let me know.

@viiika
Copy link
Author

viiika commented Nov 6, 2024

I can attempt (:

I submitted the relevant codes in #9875.

@protimroy
Copy link

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants