was-node-suite-comfyui icon indicating copy to clipboard operation
was-node-suite-comfyui copied to clipboard

WARNING: WAS_Load_Image.IS_CHANGED() got an unexpected keyword argument 'RGBA'

Open JuMayr opened this issue 1 year ago • 2 comments

When using the WAS Load Image node via API, I get this error:

WARNING: WAS_Load_Image.IS_CHANGED() got an unexpected keyword argument 'RGBA'

The Node in the json looks like this:

"153": { "inputs": { "image_path": "./ComfyUI/input/%NewImage%", "RGBA": "false", "filename_text_extension": "false" }, "class_type": "Image Load", "_meta": { "title": "Image Load" } },

JuMayr avatar Dec 12 '24 11:12 JuMayr

same problem here

niko2020 avatar Dec 22 '24 17:12 niko2020

Must have been a change in what is sent to is changed method. I'll take a look when I can.

WASasquatch avatar Jan 12 '25 17:01 WASasquatch