Skip to content

Commit 2073011

Browse files
authored
[Release] Release v1.0.2 (#1998)
* fix coco dataset for 2017 * changelog * fix sd
1 parent 7525478 commit 2073011

File tree

5 files changed

+218
-13
lines changed

5 files changed

+218
-13
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ English | [简体中文](README_zh-CN.md)
5757

5858
## 🚀 What's New <a><img width="35" height="20" src="https://user-images.githubusercontent.com/12782558/212848161-5e783dd6-11e8-4fe0-bbba-39ffb77730be.png"></a>
5959

60-
### New release [**MMagic v1.0.1**](https://github.com/open-mmlab/mmagic/releases/tag/v1.0.1) \[26/05/2023\]:
60+
### New release [**MMagic v1.0.2**](https://github.com/open-mmlab/mmagic/releases/tag/v1.0.2) \[24/08/2023\]:
6161

62-
- Support tomesd for StableDiffusion speed-up.
63-
- Support all inpainting/matting/image restoration models inferencer.
64-
- Support animated drawings.
65-
- Support Style-Based Global Appearance Flow for Virtual Try-On.
66-
- Fix inferencer in pip-install.
62+
- Support Prompt-to-prompt, DDIM Inversion and Null-text Inversion. [Click to View.](https://github.com/open-mmlab/mmagic/blob/main/projects/prompt_to_prompt/README.md)
63+
- Support Textual Inversion. [Click to view.](https://github.com/open-mmlab/mmagic/blob/main/configs/textual_inversion/README.md)
64+
- Support Attention Injection for more stable video generation with controlnet. [Click to view.](https://github.com/open-mmlab/mmagic/blob/main/configs/controlnet_animation/README.md)
65+
- Support Stable Diffusion Inpainting. [Click to view.](https://github.com/open-mmlab/mmagic/blob/main/configs/stable_diffusion/README.md)
66+
- More detailed documentation. [Click to view.](https://mmagic.readthedocs.io/en/latest/)
6767

6868
We are excited to announce the release of MMagic v1.0.0 that inherits from [MMEditing](https://github.com/open-mmlab/mmediting) and [MMGeneration](https://github.com/open-mmlab/mmgeneration).
6969

README_zh-CN.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757

5858
## 🚀 最新进展 <a><img width="35" height="20" src="https://user-images.githubusercontent.com/12782558/212848161-5e783dd6-11e8-4fe0-bbba-39ffb77730be.png"></a>
5959

60-
### 最新的 [**MMagic v1.0.1**](https://github.com/open-mmlab/mmagic/releases/tag/v1.0.1) 版本已经在 \[26/05/2023\] 发布:
60+
### 最新的 [**MMagic v1.0.2**](https://github.com/open-mmlab/mmagic/releases/tag/v1.0.2) 版本已经在 \[24/08/2023\] 发布:
6161

62-
- 支持 StableDiffusion tomesd 加速.
63-
- 支持所有 inpainting/matting/image restoration 模型的 inferencer.
64-
- 支持 animated drawings.
65-
- 支持 Style-Based Global Appearance Flow for Virtual Try-On.
66-
- 修复 pip install 时 inferencer 无法使用的问题.
62+
- 支持了 Prompt-to-prompt, DDIM Inversion 和 Null-text Inversion. [点击查看.](https://github.com/open-mmlab/mmagic/blob/main/projects/prompt_to_prompt/README.md)
63+
- 支持了 Textual Inversion. [点击查看.](https://github.com/open-mmlab/mmagic/blob/main/configs/textual_inversion/README.md)
64+
- 支持了 Attention Injection 以便使用 controlnet 生成更稳定的视频. [点击查看.](https://github.com/open-mmlab/mmagic/blob/main/configs/controlnet_animation/README.md)
65+
- 支持了 Stable Diffusion Inpainting. [点击查看.](https://github.com/open-mmlab/mmagic/blob/main/configs/stable_diffusion/README.md)
66+
- 更详尽的文档. [点击查看.](https://mmagic.readthedocs.io/zh_CN/latest/)
6767

6868
我们正式发布 MMagic v1.0.0 版本,源自 [MMEditing](https://github.com/open-mmlab/mmediting)[MMGeneration](https://github.com/open-mmlab/mmgeneration)
6969

docs/en/changelog.md

+103
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,108 @@
11
# Changelog
22

3+
## v1.0.2 (24/08/2023)
4+
5+
**Highlights**
6+
7+
**1. More detailed documentation**
8+
9+
Thank you to the community contributors for helping us improve the documentation. We have improved many documents, including both Chinese and English versions. Please refer to the [documentation](https://mmagic.readthedocs.io/en/latest/) for more details.
10+
11+
**2. New algorithms**
12+
13+
- Support Prompt-to-prompt, DDIM Inversion and Null-text Inversion. [Click to View.](https://github.com/open-mmlab/mmagic/blob/main/projects/prompt_to_prompt/README.md)
14+
15+
From right to left: origin image, DDIM inversion, Null-text inversion
16+
17+
<center class="half">
18+
<img src="https://github.com/FerryHuang/mmagic/assets/71176040/34d8a467-5378-41fb-83c6-b23c9dee8f0a" width="200"/><img src="https://github.com/FerryHuang/mmagic/assets/71176040/3d3814b4-7fb5-4232-a56f-fd7fef0ba28e" width="200"/><img src="https://github.com/FerryHuang/mmagic/assets/71176040/43008ed4-a5a3-4f81-ba9f-95d9e79e6a08" width="200"/>
19+
</center>
20+
21+
Prompt-to-prompt Editing
22+
23+
<div align="center">
24+
<b>cat -> dog</b>
25+
<br/>
26+
<img src="https://github.com/FerryHuang/mmagic/assets/71176040/f5d3fc0c-aa7b-4525-9364-365b254d51ca" width="500"/>
27+
</div>
28+
29+
<div align="center">
30+
<b>spider man -> iron man(attention replace)</b>
31+
<br/>
32+
<img src="https://github.com/FerryHuang/mmagic/assets/71176040/074adbc6-bd48-4c82-99aa-f322cf937f5a" width="500"/>
33+
</div>
34+
35+
<div align="center">
36+
<b>Effel tower -> Effel tower at night (attention refine)</b>
37+
<br/>
38+
<img src="https://github.com/FerryHuang/mmagic/assets/71176040/f815dab3-b20c-4936-90e3-a060d3717e22" width="500"/>
39+
</div>
40+
41+
<div align="center">
42+
<b>blossom sakura tree -> blossom(-3) sakura tree (attention reweight)</b>
43+
<br/>
44+
<img src="https://github.com/FerryHuang/mmagic/assets/71176040/5ef770b9-4f28-4ae7-84b0-6c15ea7450e9" width="500"/>
45+
</div>
46+
47+
- Support Textual Inversion. [Click to view.](https://github.com/open-mmlab/mmagic/blob/main/configs/textual_inversion/README.md)
48+
49+
<div align=center>
50+
<img src="https://github.com/open-mmlab/mmagic/assets/28132635/b2dac6f1-5151-4199-bcc2-71b5b1523a16">
51+
</div>
52+
53+
- Support Attention Injection for more stable video generation with controlnet. [Click to view.](https://github.com/open-mmlab/mmagic/blob/main/configs/controlnet_animation/README.md)
54+
- Support Stable Diffusion Inpainting. [Click to view.](https://github.com/open-mmlab/mmagic/blob/main/configs/stable_diffusion/README.md)
55+
56+
**New Features & Improvements**
57+
58+
- \[Enhancement\] Support noise offset in stable diffusion training by @LeoXing1996 in https://github.com/open-mmlab/mmagic/pull/1880
59+
- \[Community\] Support Glide Upsampler by @Taited in https://github.com/open-mmlab/mmagic/pull/1663
60+
- \[Enhance\] support controlnet inferencer by @Z-Fran in https://github.com/open-mmlab/mmagic/pull/1891
61+
- \[Feature\] support Albumentations augmentation transformations and pipeline by @Z-Fran in https://github.com/open-mmlab/mmagic/pull/1894
62+
- \[Feature\] Add Attention Injection for unet by @liuwenran in https://github.com/open-mmlab/mmagic/pull/1895
63+
- \[Enhance\] update benchmark scripts by @Z-Fran in https://github.com/open-mmlab/mmagic/pull/1907
64+
- \[Enhancement\] update mmagic docs by @crazysteeaam in https://github.com/open-mmlab/mmagic/pull/1920
65+
- \[Enhancement\] Support Prompt-to-prompt, ddim inversion and null-text inversion by @FerryHuang in https://github.com/open-mmlab/mmagic/pull/1908
66+
- \[CodeCamp2023-302\] Support MMagic visualization and write a user guide by @aptsunny in https://github.com/open-mmlab/mmagic/pull/1939
67+
- \[Feature\] Support Textual Inversion by @LeoXing1996 in https://github.com/open-mmlab/mmagic/pull/1822
68+
- \[Feature\] Support stable diffusion inpaint by @Taited in https://github.com/open-mmlab/mmagic/pull/1976
69+
- \[Enhancement\] Adopt `BaseModule` for some models by @LeoXing1996 in https://github.com/open-mmlab/mmagic/pull/1543
70+
- \[MMSIG\]支持 DeblurGANv2 inference by @xiaomile in https://github.com/open-mmlab/mmagic/pull/1955
71+
- \[CodeCamp2023-647\] Add new configs of EG3D by @RangeKing in https://github.com/open-mmlab/mmagic/pull/1985
72+
73+
**Bug Fixes**
74+
75+
- Fix dtype error in StableDiffusion and DreamBooth training by @LeoXing1996 in https://github.com/open-mmlab/mmagic/pull/1879
76+
- Fix gui VideoSlider bug by @Z-Fran in https://github.com/open-mmlab/mmagic/pull/1885
77+
- Fix init_model and glide demo by @Z-Fran in https://github.com/open-mmlab/mmagic/pull/1888
78+
- Fix InstColorization bug when dim=3 by @Z-Fran in https://github.com/open-mmlab/mmagic/pull/1901
79+
- Fix sd and controlnet fp16 bugs by @Z-Fran in https://github.com/open-mmlab/mmagic/pull/1914
80+
- Fix num_images_per_prompt in controlnet by @LeoXing1996 in https://github.com/open-mmlab/mmagic/pull/1936
81+
- Revise metafile for sd-inpainting to fix inferencer init by @LeoXing1996 in https://github.com/open-mmlab/mmagic/pull/1995
82+
83+
**New Contributors**
84+
85+
- @wyyang23 made their first contribution in https://github.com/open-mmlab/mmagic/pull/1886
86+
- @yehuixie made their first contribution in https://github.com/open-mmlab/mmagic/pull/1912
87+
- @crazysteeaam made their first contribution in https://github.com/open-mmlab/mmagic/pull/1920
88+
- @BUPT-NingXinyu made their first contribution in https://github.com/open-mmlab/mmagic/pull/1921
89+
- @zhjunqin made their first contribution in https://github.com/open-mmlab/mmagic/pull/1918
90+
- @xuesheng1031 made their first contribution in https://github.com/open-mmlab/mmagic/pull/1923
91+
- @wslgqq277g made their first contribution in https://github.com/open-mmlab/mmagic/pull/1934
92+
- @LYMDLUT made their first contribution in https://github.com/open-mmlab/mmagic/pull/1933
93+
- @RangeKing made their first contribution in https://github.com/open-mmlab/mmagic/pull/1930
94+
- @xin-li-67 made their first contribution in https://github.com/open-mmlab/mmagic/pull/1932
95+
- @chg0901 made their first contribution in https://github.com/open-mmlab/mmagic/pull/1931
96+
- @aptsunny made their first contribution in https://github.com/open-mmlab/mmagic/pull/1939
97+
- @YanxingLiu made their first contribution in https://github.com/open-mmlab/mmagic/pull/1943
98+
- @tackhwa made their first contribution in https://github.com/open-mmlab/mmagic/pull/1937
99+
- @Geo-Chou made their first contribution in https://github.com/open-mmlab/mmagic/pull/1940
100+
- @qsun1 made their first contribution in https://github.com/open-mmlab/mmagic/pull/1956
101+
- @ththth888 made their first contribution in https://github.com/open-mmlab/mmagic/pull/1961
102+
- @sijiua made their first contribution in https://github.com/open-mmlab/mmagic/pull/1967
103+
- @MING-ZCH made their first contribution in https://github.com/open-mmlab/mmagic/pull/1982
104+
- @AllYoung made their first contribution in https://github.com/open-mmlab/mmagic/pull/1996
105+
3106
## v1.0.1 (26/05/2023)
4107

5108
**New Features & Improvements**

docs/zh_cn/changelog.md

+102
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,107 @@
11
# 变更日志
22

3+
## v1.0.2 (24/08/2023)
4+
5+
**亮点**
6+
7+
**1. 更详尽的文档**
8+
9+
感谢社区的贡献者们帮助我们改进文档。我们已经改进了许多文档,包括中文和英文版本。更多详细信息请参考[文档](https://mmagic.readthedocs.io/zh_CN/latest/)
10+
11+
**2. 新的算法**
12+
13+
- 支持了 Prompt-to-prompt, DDIM Inversion 和 Null-text Inversion. [点击查看.](https://github.com/open-mmlab/mmagic/blob/main/projects/prompt_to_prompt/README.md)
14+
15+
从左到右: origin image, DDIM inversion, Null-text inversion
16+
17+
<center class="half">
18+
<img src="https://github.com/FerryHuang/mmagic/assets/71176040/34d8a467-5378-41fb-83c6-b23c9dee8f0a" width="200"/><img src="https://github.com/FerryHuang/mmagic/assets/71176040/3d3814b4-7fb5-4232-a56f-fd7fef0ba28e" width="200"/><img src="https://github.com/FerryHuang/mmagic/assets/71176040/43008ed4-a5a3-4f81-ba9f-95d9e79e6a08" width="200"/>
19+
</center>
20+
21+
Prompt-to-prompt 编辑
22+
23+
<div align="center">
24+
<b>cat -> dog</b>
25+
<br/>
26+
<img src="https://github.com/FerryHuang/mmagic/assets/71176040/f5d3fc0c-aa7b-4525-9364-365b254d51ca" width="500"/>
27+
</div>
28+
29+
<div align="center">
30+
<b>spider man -> iron man(attention replace)</b>
31+
<br/>
32+
<img src="https://github.com/FerryHuang/mmagic/assets/71176040/074adbc6-bd48-4c82-99aa-f322cf937f5a" width="500"/>
33+
</div>
34+
35+
<div align="center">
36+
<b>Effel tower -> Effel tower at night (attention refine)</b>
37+
<br/>
38+
<img src="https://github.com/FerryHuang/mmagic/assets/71176040/f815dab3-b20c-4936-90e3-a060d3717e22" width="500"/>
39+
</div>
40+
41+
<div align="center">
42+
<b>blossom sakura tree -> blossom(-3) sakura tree (attention reweight)</b>
43+
<br/>
44+
<img src="https://github.com/FerryHuang/mmagic/assets/71176040/5ef770b9-4f28-4ae7-84b0-6c15ea7450e9" width="500"/>
45+
</div>
46+
47+
- 支持了 Textual Inversion. [点击查看.](https://github.com/open-mmlab/mmagic/blob/main/configs/textual_inversion/README.md)
48+
49+
<div align=center>
50+
<img src="https://github.com/open-mmlab/mmagic/assets/28132635/b2dac6f1-5151-4199-bcc2-71b5b1523a16">
51+
</div>
52+
53+
- 支持了 Attention Injection 以便使用 controlnet 生成更稳定的视频. [点击查看.](https://github.com/open-mmlab/mmagic/blob/main/configs/controlnet_animation/README.md)
54+
- 支持了 Stable Diffusion Inpainting. [点击查看.](https://github.com/open-mmlab/mmagic/blob/main/configs/stable_diffusion/README.md)
55+
56+
**新功能和改进**
57+
58+
- \[增强\] 支持在稳定扩散训练中的噪声偏移,由 @LeoXing1996 提交于 https://github.com/open-mmlab/mmagic/pull/1880
59+
- \[社区\] 支持 Glide Upsampler,由 @Taited 提交于 https://github.com/open-mmlab/mmagic/pull/1663
60+
- \[增强\] 支持 controlnet 推理器,由 @Z-Fran 提交于 https://github.com/open-mmlab/mmagic/pull/1891
61+
- \[功能\] 支持 Albumentations 增强变换和流水线,由 @Z-Fran 提交于 https://github.com/open-mmlab/mmagic/pull/1894
62+
- \[功能\] 为 unet 添加注意力注入,由 @liuwenran 提交于 https://github.com/open-mmlab/mmagic/pull/1895
63+
- \[增强\] 更新基准测试脚本,由 @Z-Fran 提交于 https://github.com/open-mmlab/mmagic/pull/1907
64+
- \[增强\] 更新 mmagic 文档,由 @crazysteeaam 提交于 https://github.com/open-mmlab/mmagic/pull/1920
65+
- \[增强\] 支持 Prompt-to-prompt、ddim inversion 和 null-text inversion,由 @FerryHuang 提交于 https://github.com/open-mmlab/mmagic/pull/1908
66+
- \[CodeCamp2023-302\] 支持 MMagic 可视化并编写用户指南,由 @aptsunny 提交于 https://github.com/open-mmlab/mmagic/pull/1939
67+
- \[功能\] 支持textual inversion,由 @LeoXing1996 提交于 https://github.com/open-mmlab/mmagic/pull/1822
68+
- \[增强\] 对一些模型采用 BaseModule,由 @LeoXing1996 提交于 https://github.com/open-mmlab/mmagic/pull/1543
69+
- \[MMSIG\] 支持 DeblurGANv2 推理,由 @xiaomile 提交于 https://github.com/open-mmlab/mmagic/pull/1955
70+
- \[CodeCamp2023-647\] 添加 EG3D 的新配置,由 @RangeKing 提交于 https://github.com/open-mmlab/mmagic/pull/1985
71+
72+
**Bug 修复**
73+
74+
- 修复了 StableDiffusion 和 DreamBooth 训练中的 dtype 错误。 by @LeoXing1996 in https://github.com/open-mmlab/mmagic/pull/1879
75+
- 修复了 gui VideoSlider 的 bug。 by @Z-Fran in https://github.com/open-mmlab/mmagic/pull/1885
76+
- 修复了 init_model 和 glide demo 的问题。 by @Z-Fran in https://github.com/open-mmlab/mmagic/pull/1888
77+
- 修复了当 dim=3 时的 InstColorization bug。 by @Z-Fran in https://github.com/open-mmlab/mmagic/pull/1901
78+
- 修复了 sd 和 controlnet 的 fp16 bug。 by @Z-Fran in https://github.com/open-mmlab/mmagic/pull/1914
79+
- 修复了 controlnet 中的 num_images_per_prompt。 by @LeoXing1996 in https://github.com/open-mmlab/mmagic/pull/1936
80+
- 修正了 sd-inpainting 的 metafile 以修复推理器的初始化。 by @LeoXing1996 in https://github.com/open-mmlab/mmagic/pull/1995
81+
82+
**新贡献者**
83+
84+
- @wyyang23 首次贡献于 https://github.com/open-mmlab/mmagic/pull/1886
85+
- @yehuixie 首次贡献于 https://github.com/open-mmlab/mmagic/pull/1912
86+
- @crazysteeaam 首次贡献于 https://github.com/open-mmlab/mmagic/pull/1920
87+
- @BUPT-NingXinyu 首次贡献于 https://github.com/open-mmlab/mmagic/pull/1921
88+
- @zhjunqin 首次贡献于 https://github.com/open-mmlab/mmagic/pull/1918
89+
- @xuesheng1031 首次贡献于 https://github.com/open-mmlab/mmagic/pull/1923
90+
- @wslgqq277g 首次贡献于 https://github.com/open-mmlab/mmagic/pull/1934
91+
- @LYMDLUT 首次贡献于 https://github.com/open-mmlab/mmagic/pull/1933
92+
- @RangeKing 首次贡献于 https://github.com/open-mmlab/mmagic/pull/1930
93+
- @xin-li-67 首次贡献于 https://github.com/open-mmlab/mmagic/pull/1932
94+
- @chg0901 首次贡献于 https://github.com/open-mmlab/mmagic/pull/1931
95+
- @aptsunny 首次贡献于 https://github.com/open-mmlab/mmagic/pull/1939
96+
- @YanxingLiu 首次贡献于 https://github.com/open-mmlab/mmagic/pull/1943
97+
- @tackhwa 首次贡献于 https://github.com/open-mmlab/mmagic/pull/1937
98+
- @Geo-Chou 首次贡献于 https://github.com/open-mmlab/mmagic/pull/1940
99+
- @qsun1 首次贡献于 https://github.com/open-mmlab/mmagic/pull/1956
100+
- @ththth888 首次贡献于 https://github.com/open-mmlab/mmagic/pull/1961
101+
- @sijiua 首次贡献于 https://github.com/open-mmlab/mmagic/pull/1967
102+
- @MING-ZCH 首次贡献于 https://github.com/open-mmlab/mmagic/pull/1982
103+
- @AllYoung 首次贡献于 https://github.com/open-mmlab/mmagic/pull/1996
104+
3105
## v1.0.1 (26/05/2023)
4106

5107
**新功能和改进**

mmagic/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) Open-MMLab. All rights reserved.
22

3-
__version__ = '1.0.2dev0'
3+
__version__ = '1.0.2'
44

55

66
def parse_version_info(version_str):

0 commit comments

Comments
 (0)