ComfyUI
ComfyUI copied to clipboard
Error occurred when executing LatentInterpolate
Expected Behavior
I want to use an image for image to image prompting.
Actual Behavior
fails due to what I suspect inconsistent dimensions, but altering or matching this does not work
Steps to Reproduce
Using this workflow:
Debug Logs
Error occurred when executing LatentInterpolate:
The size of tensor a (16) must match the size of tensor b (4) at non-singleton dimension 1
File "W:\smatrix\Data\Packages\ComfyUI\execution.py", line 152, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "W:\smatrix\Data\Packages\ComfyUI\execution.py", line 82, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "W:\smatrix\Data\Packages\ComfyUI\execution.py", line 75, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "\\Newestgtx1650\18 tb\smatrix\Data\Packages\ComfyUI\comfy_extras\nodes_latent.py", line 96, in op
t = (s1 * ratio + s2 * (1.0 - ratio))
Other
No response