Comfy-Org / comfy-cli

Command Line Interface for Managing ComfyUI
https://docs.comfy.org/comfy-cli/getting-started
GNU General Public License v3.0
213 stars 33 forks source link

Error Forwarding #145

Open mcmonkey4eva opened 1 month ago

mcmonkey4eva commented 1 month ago

Currently when you comfy run (...) some workflow and it fails, eg because the comfy server failed to load, the CLI simply tells you "Workflow completed in 0.01 seconds" and nothing more.

It should ideally instead forward an error message

abhinavzspace commented 3 weeks ago

For now, what could be the workaround for this. This seems to be quite necessary for me.

I am running comfy in background through comfy-cli and invoking workflows through run command. How can I check the errors?

gmpetrov commented 4 days ago

Any updates?