Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for user-initiated interupts #262

Open
tazlin opened this issue Aug 25, 2024 · 0 comments
Open

Allow for user-initiated interupts #262

tazlin opened this issue Aug 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tazlin
Copy link
Member

tazlin commented Aug 25, 2024

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.

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.
@tazlin tazlin added the enhancement New feature or request label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant