It's probably because you're trying to retrieve the model before the generation has fully completed. To avoid this, ensure that you verify the task status progress has reached 100% in your code before retrieving the model using the provided URLs.
Updated over a month ago