-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Comments
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. |
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. |
I submitted the relevant codes in #9875. |
ok |
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?
The text was updated successfully, but these errors were encountered: