Guest User

Untitled

a guest
Sep 16th, 2025
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1. The size of tensor a (75600) must match the size of tensor b (18000) at non-singleton dimension 1
  2.  
  3.  
  4. ## Additional Context
  5. (Please add any additional context or steps to reproduce the error here)Sampling audio indices 288-369: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [03:49<00:00, 28.64s/it]2025-09-17T04:22:31.529418 -
  6. 2025-09-17T04:22:31.529545 - Audio embedding for subject 0 not long enough: 375, need 441, padding...2025-09-17T04:22:31.529677 -
  7. 2025-09-17T04:22:31.529796 - Padding length: 692025-09-17T04:22:31.529853 -
  8. 2025-09-17T04:22:36.974368 -
  9. Sampling audio indices 360-441: 0%| | 0/8 [00:00<?, ?it/s]2025-09-17T04:22:37.017724 - Error during model prediction: The size of tensor a (75600) must match the size of tensor b (18000) at non-singleton dimension 1
  10. 2025-09-17T04:22:37.683142 - Error during sampling: The size of tensor a (75600) must match the size of tensor b (18000) at non-singleton dimension 1
  11. 2025-09-17T04:22:38.036555 - !!! Exception during processing !!! The size of tensor a (75600) must match the size of tensor b (18000) at non-singleton dimension 1
  12. 2025-09-17T04:22:38.061614 - Traceback (most recent call last):
  13. File "/workspace/ComfyUI/execution.py", line 496, in execute
  14. output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, hidden_inputs=hidden_inputs)
  15. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  16. File "/workspace/ComfyUI/execution.py", line 315, in get_output_data
  17. return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, hidden_inputs=hidden_inputs)
  18. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  19. File "/workspace/ComfyUI/execution.py", line 289, in _async_map_node_over_list
  20. await process_inputs(input_dict, i)
  21. File "/workspace/ComfyUI/execution.py", line 277, in process_inputs
  22. result = f(**inputs)
  23. ^^^^^^^^^^^
  24. File "/workspace/ComfyUI/custom_nodes/ComfyUI-WanVideoWrapper/nodes.py", line 4185, in process
  25. raise e
  26. File "/workspace/ComfyUI/custom_nodes/ComfyUI-WanVideoWrapper/nodes.py", line 3795, in process
  27. noise_pred, self.cache_state = predict_with_cfg(
  28. ^^^^^^^^^^^^^^^^^
  29. File "/workspace/ComfyUI/custom_nodes/ComfyUI-WanVideoWrapper/nodes.py", line 2996, in predict_with_cfg
  30. raise e
  31. File "/workspace/ComfyUI/custom_nodes/ComfyUI-WanVideoWrapper/nodes.py", line 2885, in predict_with_cfg
  32. noise_pred_cond, cache_state_cond = transformer(
  33. ^^^^^^^^^^^^
  34. File "/workspace/ComfyUI/venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1773, in _wrapped_call_impl
  35. return self._call_impl(*args, **kwargs)
  36. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  37. File "/workspace/ComfyUI/venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1784, in _call_impl
  38. return forward_call(*args, **kwargs)
  39. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  40. File "/workspace/ComfyUI/custom_nodes/ComfyUI-WanVideoWrapper/wanvideo/modules/model.py", line 2443, in forward
  41. x.add_(dwpose_emb, alpha=unianim_data['strength'])
  42. RuntimeError: The size of tensor a (75600) must match the size of tensor b (18000) at non-singleton dimension 1
  43.  
  44. 2025-09-17T04:22:38.067616 - Prompt executed in 00:20:09
  45. 2025-09-17T04:22:38.389711 -
  46. Sampling audio indices 360-441: 0%| | 0/8 [00:01<?, ?it/s]2025-09-17T04:22:38.389905 -
  47.  
  48. ```
  49. ## Attached Workflow
  50. Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
  51. ```
  52. Workflow too large. Please manually upload the workflow from local file system.
  53. ```
  54.  
  55. ## Additional Context
  56. (Please add any additional context or steps to reproduce the error here)
Advertisement
Add Comment
Please, Sign In to add comment