Skip to content

Incorrect Padding Error #26

@Magenta-6

Description

@Magenta-6

Firstly thank you for creating this API interface between TD and ComfyUi

I've gone through all the installation steps and it looks good except it is giving me an "Incorrect padding" error.
This happens no matter what image size I use as an input.

Any help on fixing this will be much appreciated.
Thanks in advance . . .

++++++++++++++++++++++++++++++++++++++++++++++
Here is the error message:

[ComfyUI-Manager] All startup tasks have been completed.
got prompt
!!! Exception during processing !!! Incorrect padding
Traceback (most recent call last):
File "E:\Ai\ComfyUi\ComfyUI\execution.py", line 347, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\Ai\ComfyUi\ComfyUI\execution.py", line 222, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\Ai\ComfyUi\ComfyUI\execution.py", line 194, in _map_node_over_list
process_inputs(input_dict, i)
File "E:\Ai\ComfyUi\ComfyUI\execution.py", line 183, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\Ai\ComfyUi\ComfyUI\custom_nodes\ComfyUI-Easy-Use\py\nodes\image.py", line 1702, in load_image
nparr = np.frombuffer(base64.b64decode(base64_data), np.uint8)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "base64.py", line 88, in b64decode
binascii.Error: Incorrect padding

Prompt executed in 0.02 seconds

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions