Skip to content

Latest commit

History

History
26 lines (16 loc) 路 1.09 KB

overview.md

File metadata and controls

26 lines (16 loc) 路 1.09 KB

Overview

This section introduces the following contents in terms of migration from MMEditing 0.x

New dependencies

MMagic 1.x depends on some new packages, you can prepare a new clean environment and install it again according to the install tutorial.

Overall structures

We refactor overall structures in MMagic 1.x as follows.

  • The core in the old versions of MMEdit is split into engine, evaluation, structures, and visualization
  • The pipelines of datasets in the old versions of MMEdit is refactored to transforms
  • The models in MMagic 1.x is refactored to six parts: archs, base_models, data_preprocessors, editors, diffusion_schedulers, and losses.

Other config settings

We rename the config file to the new template: {model_settings}_{module_setting}_{training_setting}_{datasets_info}.

More details of config are shown in config guides.