# mmgeneration **Repository Path**: open-mmlab/mmgeneration ## Basic Information - **Project Name**: mmgeneration - **Description**: 基于 PyTorch 和 MMCV 的图像和视频生成工具箱,支持多种生成模型如图像生成,条件生成,图像转换的训练和测试。它同时提供了丰富的应用,包含了 GANs 的插值,投影和图像编辑。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 42 - **Forks**: 11 - **Created**: 2022-04-18 - **Last Updated**: 2025-04-21 ## Categories & Tags **Categories**: image-processing **Tags**: None ## README
[](https://pypi.org/project/mmgen) [](https://mmgeneration.readthedocs.io/en/latest/) [](https://github.com/open-mmlab/mmgeneration/actions) [](https://codecov.io/gh/open-mmlab/mmgeneration) [](https://github.com/open-mmlab/mmgeneration/blob/master/LICENSE) [](https://github.com/open-mmlab/mmgeneration/issues) [](https://github.com/open-mmlab/mmgeneration/issues) [📘使用文档](https://mmgeneration.readthedocs.io/en/latest/) | [🛠️安装教程](https://mmgeneration.readthedocs.io/en/latest/get_started.html#installation) | [👀模型库](https://mmgeneration.readthedocs.io/en/latest/modelzoo_statistics.html) | [🆕更新记录](https://github.com/open-mmlab/mmgeneration/blob/master/docs/en/changelog.md) | [🚀进行中的项目](https://github.com/open-mmlab/mmgeneration/projects) | [🤔提出问题](https://github.com/open-mmlab/mmgeneration/issues) [English](README.md) | 简体中文 ## 最新进展 我们将MMGeneration合入了[MMEditing](https://github.com/open-mmlab/mmediting/tree/1.x),并支持了新的生成任务和算法。请关注以下新特性: - 🌟 图文生成任务 - ✅ [GLIDE](https://github.com/open-mmlab/mmediting/tree/1.x/projects/glide/configs/README.md) - ✅ [Disco-Diffusion](https://github.com/open-mmlab/mmediting/tree/1.x/configs/disco_diffusion/README.md) - ✅ [Stable-Diffusion](https://github.com/open-mmlab/mmediting/tree/1.x/configs/stable_diffusion/README.md) - 🌟 3D生成任务 - ✅ [EG3D](https://github.com/open-mmlab/mmediting/tree/1.x/configs/eg3d/README.md) ## 简介 MMGeneration 是一个基于 PyTorch 和[MMCV](https://github.com/open-mmlab/mmcv)的强有力的生成模型工具箱,尤其专注于 GAN 模型。 主分支目前支持 **PyTorch 1.5** 以上的版本。
训练可视化
![]() |
GAN 插值
![]() |
GAN 投影
![]() |
GAN 编辑
![]() |