Open tazlin opened 3 months ago
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.
interrupt_current_processing()
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.