-
Notifications
You must be signed in to change notification settings - Fork 233
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
Latent-Diffusion Models #483
Comments
Hey @Adamdad, thanks for your advice! We plan to support ADM, LDM, and other diffusion models (some have already been supported but are under review 👀 ). Sampling acceleration methods such as DDIM and PNDM are in planning as well. BTW, we have refactored MMGeneration and MMEditing based on MMEngine and MMCV 2.0, and we have recently consolidated MMGeneration into MMEditing. All the above models will be supported in MMEditing in the future. |
@LeoXing1996 Did you mean you are planning to merge mmgen to mmedit? Seems like mmedit is more frequently updated than mmgen. |
@LeoXing1996 Sure. I'm currently working on diffusion models and glad to see a mm-series package supports diffusion models. I will keep an eye on mmedit. PS: |
@zeakey Thanks for your interest. We are working on DDPM and Improved-DDPM and will finish in early January. |
Hi!! So it is better to use the MMEditing rather than this codebase for diffusion research? @LeoXing1996 |
Of course, @lxtGH!! |
Model/Dataset/Scheduler description
Recent trends show that diffusion models, especially latent diffusion models, have been very successful for image/video generation tasks. While the current codebase supports IDDPM, I believe supporting LDM for tasks like unconditional image generation or even text-to-image generation would be very helpful for the openmmlab family.
Open source status
Provide useful links for the implementation
https://github.com/CompVis/latent-diffusion
The text was updated successfully, but these errors were encountered: