We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to trigger the Queue prompt to run from within a node?
I have a script that parses a large file, when it encounters certain data, I need it to trigger the queue prompt, is this possible?
No response
The text was updated successfully, but these errors were encountered:
I've never use it, but you could try Queue Trigger node from ComfyUI-Impact-Pack
Queue Trigger
Sorry, something went wrong.
Thank you, looks like that would work
def doit(self, signal, mode): if(mode): PromptServer.instance.send_sync("impact-add-queue", {})
return (signal,)
No branches or pull requests
Your question
Is it possible to trigger the Queue prompt to run from within a node?
I have a script that parses a large file, when it encounters certain data, I need it to trigger the queue prompt, is this possible?
Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: