Replacing the texture on the model fixes the issue so is another option:
cube.set_texture( cube.find_texture_stage('*'), image, 1)
Replacing the texture on the model fixes the issue so is another option:
cube.set_texture( cube.find_texture_stage('*'), image, 1)