You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The worker should be able to interrupt jobs without having to kill the whole process. ComfyUI has a facility for this already (interrupt_current_processing()) and so it should be possible to hook into that function to affect an abort.
The text was updated successfully, but these errors were encountered:
tazlin
added a commit
to Haidra-Org/hordelib
that referenced
this issue
Aug 25, 2024
I am hoping to one day implement a graceful way to interrupt generations in comfyui, such as from a user-initiated abort. I suspect that exposing this function will get us a some percent of the way to accomplishing that goal. See also Haidra-Org/horde-worker-reGen#262.
tazlin
added a commit
to Haidra-Org/hordelib
that referenced
this issue
Aug 26, 2024
I am hoping to one day implement a graceful way to interrupt generations in comfyui, such as from a user-initiated abort. I suspect that exposing this function will get us a some percent of the way to accomplishing that goal. See also Haidra-Org/horde-worker-reGen#262.
The worker should be able to interrupt jobs without having to kill the whole process. ComfyUI has a facility for this already (
interrupt_current_processing()
) and so it should be possible to hook into that function to affect an abort.The text was updated successfully, but these errors were encountered: