|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +**Highlights** |
| 4 | + |
| 5 | +- An advanced and powerful inpainting algorithm named PowerPaint is released in our repository. [Click to View](https://github.com/open-mmlab/mmagic/tree/main/projects/powerpaint) |
| 6 | + |
| 7 | +<div align=center> |
| 8 | +<img src="https://github.com/open-mmlab/mmagic/assets/12782558/eba2c6a4-3ff4-4075-a027-0e9799769bf9"/> |
| 9 | +</div> |
| 10 | + |
| 11 | +**New Features & Improvements** |
| 12 | + |
| 13 | +- \[Release\] Post release for v1.1.0 by @liuwenran in https://github.com/open-mmlab/mmagic/pull/2043 |
| 14 | +- \[CodeCamp2023-645\]Add dreambooth new cfg by @YanxingLiu in https://github.com/open-mmlab/mmagic/pull/2042 |
| 15 | +- \[Enhance\] add new config for _base_ dir by @liuwenran in https://github.com/open-mmlab/mmagic/pull/2053 |
| 16 | +- \[Enhance\] support using from_pretrained for instance_crop by @zengyh1900 in https://github.com/open-mmlab/mmagic/pull/2066 |
| 17 | +- \[Enhance\] update support for latest diffusers with lora by @zengyh1900 in https://github.com/open-mmlab/mmagic/pull/2067 |
| 18 | +- \[Feature\] PowerPaint by @zhuang2002 in https://github.com/open-mmlab/mmagic/pull/2076 |
| 19 | +- \[Enhance\] powerpaint improvement by @liuwenran in https://github.com/open-mmlab/mmagic/pull/2078 |
| 20 | +- \[Enhance\] Improve powerpaint by @liuwenran in https://github.com/open-mmlab/mmagic/pull/2080 |
| 21 | +- \[Enhance\] add outpainting to gradio_PowerPaint.py by @zhuang2002 in https://github.com/open-mmlab/mmagic/pull/2084 |
| 22 | +- \[MMSIG\] Add new configuration files for StyleGAN2 by @xiaomile in https://github.com/open-mmlab/mmagic/pull/2057 |
| 23 | +- \[MMSIG\] \[Doc\] Update data_preprocessor.md by @jinxianwei in https://github.com/open-mmlab/mmagic/pull/2055 |
| 24 | +- \[Enhance\] Enhance PowerPaint by @zhuang2002 in https://github.com/open-mmlab/mmagic/pull/2093 |
| 25 | + |
| 26 | +**Bug Fixes** |
| 27 | + |
| 28 | +- \[Fix\] Update README.md by @eze1376 in https://github.com/open-mmlab/mmagic/pull/2048 |
| 29 | +- \[Fix\] Fix test tokenizer by @liuwenran in https://github.com/open-mmlab/mmagic/pull/2050 |
| 30 | +- \[Fix\] fix readthedocs building by @liuwenran in https://github.com/open-mmlab/mmagic/pull/2052 |
| 31 | +- \[Fix\] --local-rank for PyTorch >= 2.0.0 by @youqingxiaozhua in https://github.com/open-mmlab/mmagic/pull/2051 |
| 32 | +- \[Fix\] animatediff download from openxlab by @JianxinDong in https://github.com/open-mmlab/mmagic/pull/2061 |
| 33 | +- \[Fix\] fix best practice by @liuwenran in https://github.com/open-mmlab/mmagic/pull/2063 |
| 34 | +- \[Fix\] try import expand mask from transformers by @zengyh1900 in https://github.com/open-mmlab/mmagic/pull/2064 |
| 35 | +- \[Fix\] Update diffusers to v0.23.0 by @liuwenran in https://github.com/open-mmlab/mmagic/pull/2069 |
| 36 | +- \[Fix\] add openxlab link to powerpaint by @liuwenran in https://github.com/open-mmlab/mmagic/pull/2082 |
| 37 | +- \[Fix\] Update swinir_x2s48w8d6e180_8xb4-lr2e-4-500k_div2k.py, use MultiValLoop. by @ashutoshsingh0223 in https://github.com/open-mmlab/mmagic/pull/2085 |
| 38 | +- \[Fix\] Fix a test expression that has a logical short circuit. by @munahaf in https://github.com/open-mmlab/mmagic/pull/2046 |
| 39 | +- \[Fix\] Powerpaint to load safetensors by @sdbds in https://github.com/open-mmlab/mmagic/pull/2088 |
| 40 | + |
| 41 | +**New Contributors** |
| 42 | + |
| 43 | +- @eze1376 made their first contribution in https://github.com/open-mmlab/mmagic/pull/2048 |
| 44 | +- @youqingxiaozhua made their first contribution in https://github.com/open-mmlab/mmagic/pull/2051 |
| 45 | +- @JianxinDong made their first contribution in https://github.com/open-mmlab/mmagic/pull/2061 |
| 46 | +- @zhuang2002 made their first contribution in https://github.com/open-mmlab/mmagic/pull/2076 |
| 47 | +- @ashutoshsingh0223 made their first contribution in https://github.com/open-mmlab/mmagic/pull/2085 |
| 48 | +- @jinxianwei made their first contribution in https://github.com/open-mmlab/mmagic/pull/2055 |
| 49 | +- @munahaf made their first contribution in https://github.com/open-mmlab/mmagic/pull/2046 |
| 50 | +- @sdbds made their first contribution in https://github.com/open-mmlab/mmagic/pull/2088 |
| 51 | + |
| 52 | +**Full Changelog**: https://github.com/open-mmlab/mmagic/compare/v1.1.0...v1.2.0 |
| 53 | + |
3 | 54 | ## v1.1.0 (22/09/2023)
|
4 | 55 |
|
5 | 56 | **Highlights**
|
|
0 commit comments