bedovyy / ComfyUI_NAIDGenerator

NovelAI Diffusion generator for ComfyUI
GNU General Public License v3.0
42 stars 8 forks source link

[Feature Request] Automatically Retry #7

Closed moon90175 closed 4 months ago

moon90175 commented 6 months ago

Currently, when a request fails, such as Error 429, Comfy UI keeps reporting errors and hundreds of Queues are lost. It would be nice to have a feature like Webui's NAI extension that automatically retries after a period of time when a request fails.

bedovyy commented 4 months ago

So sorry for long wait. I change the code and it seems wokring. (https://github.com/bedovyy/ComfyUI_NAIDGenerator/commit/0d4c5c172ae53143cfcc1ef73a0f00e29981bbb3)

Please let me know if there's any problem.