InvokeAI
InvokeAI copied to clipboard
[enhancement]: REST API endpoint to queue specific workflow with data provided
Is there an existing issue for this?
- [X] I have searched the existing issues
Contact Details
What should this feature add?
It would be great to have API endpoint to add specific workflow (by ID of saved workflow, or by workflow JSON) to queue, instead of always providing generated graph
i.e. calling enqueue_batch
without graph
but only workflow
and data
fields.
This is very useful for creating custom API users that use workflows that could be changed anytime.
Alternatives
No response
Additional Content
No response