We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the workflow generate the text output (save text to file). It will show this error. The error comes from this line.
comfyui/build/COPY_ROOT_1/opt/ai-dock/api-wrapper/workers/postprocess_worker.py
Line 62 in a808c1e
When the output is text not image, the item here will be string, so it will raise the expection. I think we should just continue for such cases.
example comfyui output that will case the issue:
"outputs": { "79": { "images": [ { "filename": "ComfyUI_00053_.png", "subfolder": "", "type": "output" } ] }, "21": { "text": [ "foo bar baz" ] }, "22": { "text": [ "another text" ] } },
The text was updated successfully, but these errors were encountered:
Similar issue #99
Sorry, something went wrong.
No branches or pull requests
When the workflow generate the text output (save text to file). It will show this error. The error comes from this line.
comfyui/build/COPY_ROOT_1/opt/ai-dock/api-wrapper/workers/postprocess_worker.py
Line 62 in a808c1e
When the output is text not image, the item here will be string, so it will raise the expection. I think we should just continue for such cases.
example comfyui output that will case the issue:
The text was updated successfully, but these errors were encountered: