Closed ghostsquad closed 5 months ago
'workflow'
is the workflow in the web UI format. It only exists when queuing workflows from the web UI. You will see the same warning if you are queuing the workflow in API format directly.
That being said, there is actually already a converter for converting API format to web UI format in the transpiler. So adding 'workflow'
is simple. However, doing this may break the custom node instead. For example, if it has some hacks in the web UI to inject some info to the workflow, then the converted workflow will not have them, and then the custom node will break the generation process now. That's why I didn't add them before.
makes sense! I'm happy to just ignore this for now.
I know this error is coming from Inspire, however, it only shows up when using ComfyScript via VSCode. I was wondering if you had an prior knowledge/experience with what might be going on? Thanks!
Note, this doesn't actually stop anything from generating. So it's kinda just spam logging. Still would like to resolve it if I can.