fishslot / video_loopback_for_webui

GNU General Public License v3.0
323 stars 17 forks source link

retry logic to save_current_output_image #18

Closed takahiroanno closed 1 year ago

takahiroanno commented 1 year ago

This commit addresses the FileNotFoundError issue in the save_current_output_image method. This error sometimes happen especially on google colab in the long session.

Implement retry logic using a try-except block to handle FileNotFoundError when saving the image. The method will retry saving the image up to a specified maximum number of times with a specified time interval between retries.