|
1 | 1 | # Changelog
|
2 | 2 |
|
| 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 | + |
3 | 106 | ## v1.0.1 (26/05/2023)
|
4 | 107 |
|
5 | 108 | **New Features & Improvements**
|
|
0 commit comments