Once a workflow is designed, can we run this headless easily?
The front-end I guess is a QT app, but I really just want to run complex workflows with LoRAs directly.
The main.py seems to be to start the client app?
I was looking for something like a server.start() but with QT, is it true there's no line between client and server, as we're used to for web apps? It's all just function calls in the same app?
Is there anyway I could run this on runpod or other cloud service? I'm a mac user so nvidia isn't really an option.
looks really neat! I like comfyUI too.
Once a workflow is designed, can we run this headless easily?
The front-end I guess is a QT app, but I really just want to run complex workflows with LoRAs directly. The main.py seems to be to start the client app?
I was looking for something like a
server.start()
but with QT, is it true there's no line between client and server, as we're used to for web apps? It's all just function calls in the same app?Is there anyway I could run this on runpod or other cloud service? I'm a mac user so nvidia isn't really an option.