Earlier quoted context omitted.
automatic1111: great for the fast implementation of the most recent generative features comfyui: excellent for workflows and recalling the workflows, as they're saved into the resulting image metadata (i.e. sharing images, shares the image generation pipeline) InvokeAI: Great UX and community, arguably were a bit behind in features as they were focused on making the UI work well. Now at the stage of bringing in the b…
Can you actually use those workflows in some sort of API from a script to automate it from lets say a python script. Played arround with comfy. Really nice, but i would like to automate it within my own environment.
Yes, you can, and the workflow JSON format has a reduced "API form" that discards visual/UI related information.
Also, if you are using Python, you could do your automation in Comfy (as custom nodes) instead of outside, too.