-
Notifications
You must be signed in to change notification settings - Fork 5
Description
got prompt
Start infer 1 images.
The config attributes {'interpolation_type': 'linear', 'skip_prk_steps': True, 'use_karras_sigmas': False} were passed to LCMSingleStepScheduler, but are not expected and will be ignored. Please verify your scheduler_config.json configuration file.
init latent at 951
!!! Exception during processing !!! The size of tensor a (6) must match the size of tensor b (5) at non-singleton dimension 2
Traceback (most recent call last):
File "G:\ComfyUI-aki-v1.4\execution.py", line 327, 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 "G:\ComfyUI-aki-v1.4\custom_nodes\Comfy-WaveSpeed\first_block_cache.py", line 101, in new_get_output_data
out = get_output_data(*args, **kwargs)
File "G:\ComfyUI-aki-v1.4\execution.py", line 202, 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 "G:\ComfyUI-aki-v1.4\execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "G:\ComfyUI-aki-v1.4\execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "G:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_InstantIR_Wrapper\InstantIR_node.py", line 143, in main
ouput_img = instantIR_main(image_list, model, seed, creative_restoration, steps, prompt, negative_prompt, cfg,
File "G:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\utils_contextlib.py", line 116, in decorate_context
return func(*args, **kwargs)
File "G:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_InstantIR_Wrapper\utils.py", line 189, in instantIR_main
image = pipe(
File "G:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\utils_contextlib.py", line 116, in decorate_context
return func(*args, **kwargs)
File "G:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_InstantIR_Wrapper\pipelines\sdxl_instantir.py", line 1625, in call
noise_pred = self.unet(
File "G:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\nn\modules\module.py", line 1736, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
File "G:\ComfyUI-aki-v1.4\python\lib\site-packages\torch\nn\modules\module.py", line 1747, in _call_impl
return forward_call(*args, **kwargs)
File "G:\ComfyUI-aki-v1.4\python\lib\site-packages\accelerate\hooks.py", line 166, in new_forward
output = module._old_forward(*args, **kwargs)
File "G:\ComfyUI-aki-v1.4\python\lib\site-packages\diffusers\models\unets\unet_2d_condition.py", line 1238, in forward
down_block_res_sample = down_block_res_sample + down_block_additional_residual
RuntimeError: The size of tensor a (6) must match the size of tensor b (5) at non-singleton dimension 2
我该怎么处理?请大佬回复!!!!!!!!!

