Alexander Piskun
Alexander Piskun
Indeed a bug, on Windows `os.path.join(_path, i)` will join paths with "\\" instead of "/" which leads to this situation. Thank you for reporting and proposing a correct fix, much...
This is because the version with the fix for this has not yet been published to the Comfy-Registry. This bug has been fixed in this PR: https://github.com/WASasquatch/was-node-suite-comfyui/pull/548
I would also like to thank you for your work, it is very pleasant to use your nodes. If you do not mind, could you answer the question: 1. Are...
I actually really like this PR, as being able to specify `prompt_id` is very handy.
Can we ask at least about the approximate time of adding this to the ComfyUI repository? To know that if this is not planned in the near future - then...
Today I encountered the same problem, need to serve ComfyUI from `/comfy` subpath. For errors like this: ``` "GET /scripts/app.js HTTP/1.1" 404 "GET /scripts/api.js HTTP/1.1" 404 "GET /scripts/ui.js HTTP/1.1" 404...
> we trying to setup ComfyUI on remote server and constantly getting errors in UI when trying to save workflows with `405 Method Not Allowed` error. does anyone have a...
_don't close_, this problem is still relevant
Hi, thanks for the PR and for sharing your fix. I have some reservations about forcing `Accept-Encoding: identity` for all downloads. While I see it solved the problem for you,...
Thanks for reporting this, I've created an issue in the libheif repository about it.