volotat / SD-CN-Animation

This script allows to automate video stylization task using StableDiffusion and ControlNet.
MIT License
807 stars 62 forks source link

Timeouts #101

Open cbolich opened 1 year ago

cbolich commented 1 year ago

I've been trying to run some longer jobs. I have found that I am getting a timeout around frames 400-500, this has happened at least 10 times for me.

I have run jobs for as long as 6 hours without issue, but its is much more common to get a timeout.

No errors show in the terminal, but the job stops processing and I get a Timeout bads shown in the UI. The regular tabs like txt2img still work with no issue, so I think this is isolated only to this extension.

volotat commented 1 year ago

I hardly doubt that this is an issue on the extension part, although it could be possible. I usually start encountering 'cuda' related errors if I leave webui active for several hours, even if nothing is actually processing. It might be related to that, but idk honestly, things like this are very hard to debug.

cbolich commented 1 year ago

thanks

I'd include more information if I could, but there isn't anything more to share. I'll keep tweaking to see if I can uncover anything.

thefixinhixon commented 1 year ago

Is it possible this is related to Gradio? It seems I don't have this issue when running with NGROK on my local install, but unfortunately Paperspace has banned the usage of NGROK so I can't test this on Paperspace.

Lalimec commented 1 year ago

I am having the same problem, no errors or anything but generation gets stuck after the first frame.

Edit: Noticed that the problem is resolution. Anything above 384x704 causes timeout. Though, i have a 24gb vram and able to create much bigger images in batch normaly.

Lalimec commented 1 year ago

thanks

I'd include more information if I could, but there isn't anything more to share. I'll keep tweaking to see if I can uncover anything.

any progress?