You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,13 @@ English | [简体中文](README_zh-CN.md)
57
57
58
58
## 🚀 What's New <a><imgwidth="35"height="20"src="https://user-images.githubusercontent.com/12782558/212848161-5e783dd6-11e8-4fe0-bbba-39ffb77730be.png"></a>
59
59
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.
61
67
62
68
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).
Copy file name to clipboardExpand all lines: docs/en/changelog.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
# Changelog
2
2
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)
- 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
+
3
26
## v1.0.0 (25/04/2023)
4
27
5
28
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).
0 commit comments