Overview¶
This section introduce 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 again according to the install tutorial.
Overall structures¶
We refactor overall structures in MMagic 1.x as following.
The
corein the old versions of MMEdit is split intoengine,evaluation,structures, andvisualizationThe
pipelinesofdatasetsin the old versions of MMEdit is refactored totransformsThe
modelsin MMagic 1.x is refactored to six parts:archs,base_models,data_preprocessors,editors,diffusion_schedulersandlosses.
Other config settings¶
We rename config file to new template: {model_settings}_{module_setting}_{training_setting}_{datasets_info}.
More details of config are shown in config guides.