Save image servers earlier when autocreating
When an image server was created automatically, the server was not saved in database before the end of the parsing process. The ImageServer.find_image
method sometimes has to save the Image instance (for example when updating the size attributes), which causes errors with not yet saved servers.