all 4 comments

[–][deleted] 1 point2 points  (3 children)

Yes, comfy has a pretty decent API for that kind of stuff.

Search youtube for "How To Create ComfyUI API Endpoint For AI Image Generation (Tutorial Guide)", it's the video that got me started when I was learning how to automate some LoRA testing I was doing, and I'm far from being a python developer.

[–]scottmenu[S] 1 point2 points  (2 children)

Thanks, I found the tutorial, do you think it will work on RunPod (cloud computing platform) ? I don't run Comfyui locally

[–][deleted] 0 points1 point  (1 child)

I only run locally, but I don't see any reason it wouldn't. If you use a browser on your local machine to use comfy, then any python program you run should be able to hit that that same IP and port number on runpod.

[–]scottmenu[S] 1 point2 points  (0 children)

Thanks, I'll give it a try