Skip to content

Commit b058b41

Browse files
authored
[Release] v1.0.1 (#1876)
1 parent 40e53df commit b058b41

File tree

5 files changed

+54
-3
lines changed

5 files changed

+54
-3
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +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.0**](https://github.com/open-mmlab/mmagic/releases/tag/v1.0.0) \[25/04/2023\]:
60+
### New release [**MMagic v1.0.1**](https://github.com/open-mmlab/mmagic/releases/tag/v1.0.1) \[26/05/2023\]:
61+
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.
6167

6268
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).
6369

README_zh-CN.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +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.0**](https://github.com/open-mmlab/mmagic/releases/tag/v1.0.0) 版本已经在 \[25/04/2023\] 发布:
60+
### 最新的 [**MMagic v1.0.1**](https://github.com/open-mmlab/mmagic/releases/tag/v1.0.1) 版本已经在 \[26/05/2023\] 发布:
61+
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 无法使用的问题.
6167

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

docs/en/changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## v1.0.1 (26/05/2023)
4+
5+
**New Features & Improvements**
6+
7+
- Support tomesd for StableDiffusion speed-up. [#1801](https://github.com/open-mmlab/mmagic/pull/1801)
8+
- Support all inpainting/matting/image restoration models inferencer. [#1833](https://github.com/open-mmlab/mmagic/pull/1833), [#1873](https://github.com/open-mmlab/mmagic/pull/1873)
9+
- Support animated drawings at projects. [#1837](https://github.com/open-mmlab/mmagic/pull/1837)
10+
- Support Style-Based Global Appearance Flow for Virtual Try-On at projects. [#1786](https://github.com/open-mmlab/mmagic/pull/1786)
11+
- Support tokenizer wrapper and support EmbeddingLayerWithFixe. [#1846](https://github.com/open-mmlab/mmagic/pull/1846)
12+
13+
**Bug Fixes**
14+
15+
- Fix install requirements. [#1819](https://github.com/open-mmlab/mmagic/pull/1819)
16+
- Fix inst-colorization PackInputs. [#1828](https://github.com/open-mmlab/mmagic/pull/1828), [#1827](https://github.com/open-mmlab/mmagic/pull/1827)
17+
- Fix inferencer in pip-install. [#1875](https://github.com/open-mmlab/mmagic/pull/1875)
18+
19+
**New Contributors**
20+
21+
- @XDUWQ made their first contribution in https://github.com/open-mmlab/mmagic/pull/1830
22+
- @FerryHuang made their first contribution in https://github.com/open-mmlab/mmagic/pull/1786
23+
- @bobo0810 made their first contribution in https://github.com/open-mmlab/mmagic/pull/1851
24+
- @jercylew made their first contribution in https://github.com/open-mmlab/mmagic/pull/1874
25+
326
## v1.0.0 (25/04/2023)
427

528
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).

docs/zh_cn/changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# 变更日志
22

3+
## v1.0.1 (26/05/2023)
4+
5+
**新功能和改进**
6+
7+
- 支持 StableDiffusion tomesd 加速. [#1801](https://github.com/open-mmlab/mmagic/pull/1801)
8+
- 支持所有 inpainting/matting/image restoration 模型的 inferencer. [#1833](https://github.com/open-mmlab/mmagic/pull/1833), [#1873](https://github.com/open-mmlab/mmagic/pull/1873)
9+
- 支持 animated drawings. [#1837](https://github.com/open-mmlab/mmagic/pull/1837)
10+
- 支持 Style-Based Global Appearance Flow for Virtual Try-On at projects. [#1786](https://github.com/open-mmlab/mmagic/pull/1786)
11+
- 支持 tokenizer wrapper 和 EmbeddingLayerWithFixe. [#1846](https://github.com/open-mmlab/mmagic/pull/1846)
12+
13+
**Bug 修复**
14+
15+
- 修复安装依赖. [#1819](https://github.com/open-mmlab/mmagic/pull/1819)
16+
- 修复 inst-colorization PackInputs. [#1828](https://github.com/open-mmlab/mmagic/pull/1828), [#1827](https://github.com/open-mmlab/mmagic/pull/1827)
17+
- 修复 pip install 时 inferencer 无法使用的问题. [#1875](https://github.com/open-mmlab/mmagic/pull/1875)
18+
319
## v1.0.0 (25/04/2023)
420

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

mmagic/version.py

Lines changed: 1 addition & 1 deletion
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.1.dev0'
3+
__version__ = '1.0.1'
44

55

66
def parse_version_info(version_str):

0 commit comments

Comments
 (0)