Waited for almost 2 hours, only to be told there was an "Error"!

#17
by Cemster - opened

There is not much to add. The error message does not provide details on what the error is, why it occurred, or how to fix it. It also does not indicate if the uploaded image is suitable for AI processing. This is incredibly frustrating. After waiting for two hours, I would, at least expect priority in trying again. I am unsure at this point if waiting for a few more hours would make a difference. It feels like another "Error" could be waiting for me at the end of the road.

Cemster changed discussion title from Waited for nearly 2 hours, to be informed and "Error"! to Waited for almost 2 hours, only to be told there was an "Error"!

Hi @Cemster ,

I think there is 2 possible reasons, 1st is the server being busy, you will have to wait for retry.
2nd reason is the code using demo.launch(share=True) instead of demo.queue().launch(share=True) , when the step is over 20, there is a high chance to reach the time out error. To test this, you can simply lower the sampling steps to 10 to try.

I have already submit a pull request :
https://github.com/magic-research/magic-animate/pull/94/commits/3c53a883483126c53e9f67be9e4029f1adfdbe97

Hope this help.

Cheers!

Cat

Sign up or log in to comment