You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello, it's a nice project , it works well in the comfyui web ui, but when i export the workflow to api format ,then send request with the api json on 8188 ,it always invoke the 8188 workflow first , then invoke another one after the 8188 workflow completed , they are unable to run at the same time ,it's possiable to sovle this porblem?
The text was updated successfully, but these errors were encountered:
You mean sending the API json to the same URL as the running instance? Don't think that'd be possible without some hacky workarounds. Comfy only runs a single workflow at a time. Even if I queue it as the first to run, it'll be blocked by the currently running one (which will never finish since it's waiting for the current one to finish).
You could try launch a second instance with --cpu on a different port and use that exclusively as a control instance I guess? Not sure what your usecase is.
hello, it's a nice project , it works well in the comfyui web ui, but when i export the workflow to api format ,then send request with the api json on 8188 ,it always invoke the 8188 workflow first , then invoke another one after the 8188 workflow completed , they are unable to run at the same time ,it's possiable to sovle this porblem?
The text was updated successfully, but these errors were encountered: