ComfyUI : Using the API : Part 1

<p>Having used ComfyUI for a few weeks, it was apparent that control flow constructs like loops and conditionals are not easily done out of the box. There are some custom nodes that allow for some level of control such as moving through prompt lists or files etc but I found them to be quite cumbersome.</p> <p>Lack of information and documentation on the API led me to avoid looking at it until now. So in many ways this is my own documentation for it as I learn how it works.</p> <p>One particular use case I have after training a model with various saved checkpoints is to produce test images from each one with different prompts, and different image aspect ratios and perhaps different other settings. The only way to do this via the main UI was through a lot of clicking around. But that is one for a future guide.</p> <p><a href="https://medium.com/@yushantripleseven/comfyui-using-the-api-261293aa055a"><strong>Read More</strong></a></p>
Tags: ComfyUI