Today, I spent some time exploring ComfyUI, beginning with a tutorial series available at https://www.youtube.com/playlist?list=PLXS4AwfYDUi5wW_Uo2nj90guu-_hUl96x. I added a Manager for missing nodes from the dropped-in images, a feature that is particularly beneficial for learning and enhancing the user experience.
git clone https://github.com/comfyanonymous/ComfyUI cd ComfyUI/custom_nodes git clone https://github.com/ltdrdata/ComfyUI-Manager
Additionally, there is an example of an API that will likely replace my own implementation, which I created using FastAPI and a bunch of Python code. ComfyUI provides this functionality out of the box.
https://github.com/comfyanonymous/ComfyUI/blob/master/script_examples/basic_api_example.py
Here is a sample output demonstrating the ComfyUI setup for generating:
Image based on https://civitai.com/images/10896202 for test purpose only.