wallpapers/image: lazy load image model and slide model
- Make sure the image model and the slide model are only created when necessary, so the slide model will not consume resource when the image plugin is used, and vice versa.
- When used in a config dialog, the model is created only after the component is completely created, which means all bindings are properly set. This avoids some unnecessary work.