Comfy-Org / Comfy-Org/ComfyUI

can process the node, error got created

Open
#10,525 0 comments 0 reactions 0 assignees View on GitHub
Potential Bug
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 7h
Merged PRs (30d)
158

Description

### Custom Node Testing

- [ ] I have tried disabling custom nodes and the issue persists (see [how to disable custom nodes](https://docs.comfy.org/troubleshooting/custom-node-issues#step-1%3A-test-with-all-custom-nodes-disabled) if you need help)

### Expected Behavior

# ComfyUI Error Report
## Error Details
- **Node ID:** 448
- **Node Type:** Hy3DRenderMultiViewDepth
- **Exception Type:** TypeError
- **Exception Message:** MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'

## Stack Trace
```
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 496, in execute
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 315, in get_output_data
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)

File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^

File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Hunyuan3D-1-wrapper\nodes.py", line 723, in process
self.render = MeshRender(
^^^^^^^^^^^

```
## System Information
- **ComfyUI Version:** 0.3.66
- **Arguments:** ComfyUI\main.py --listen --enable-cors-header
- **OS:** nt
- **Python Version:** 3.12.10 (tags/v3.12.10:0cc8128, Apr 8 2025, 12:21:36) [MSC v.1943 64 bit (AMD64)]
- **Embedded Python:** true
- **PyTorch Version:** 2.9.0+cu128
## Devices

- **Name:** cuda:0 NVIDIA GeForce RTX 3080 Ti : cudaMallocAsync
- **Type:** cuda
- **VRAM Total:** 12884246528
- **VRAM Free:** 11609833472
- **Torch VRAM Total:** 0
- **Torch VRAM Free:** 0

## Logs
```
2025-10-29T10:31:50.459553 - Failed to validate prompt for output 383:
2025-10-29T10:31:50.459553 - Output will be ignored
2025-10-29T10:31:50.459553 - Failed to validate prompt for output 210:
2025-10-29T10:31:50.459553 - Output will be ignored
2025-10-29T10:31:50.461068 - Failed to validate prompt for output 219:
2025-10-29T10:31:50.462091 - Output will be ignored
2025-10-29T10:31:50.462091 - Failed to validate prompt for output 282:
2025-10-29T10:31:50.463091 - Output will be ignored
2025-10-29T10:31:50.463091 - Failed to validate prompt for output 456:
2025-10-29T10:31:50.464088 - Output will be ignored
2025-10-29T10:31:50.465095 - Failed to validate prompt for output 374:
2025-10-29T10:31:50.465095 - Output will be ignored
2025-10-29T10:31:50.465095 - Failed to validate prompt for output 224:
2025-10-29T10:31:50.466446 - Output will be ignored
2025-10-29T10:31:50.466964 - Failed to validate prompt for output 377:
2025-10-29T10:31:50.466964 - Output will be ignored
2025-10-29T10:31:50.467982 - Failed to validate prompt for output 384:
2025-10-29T10:31:50.467982 - Output will be ignored
2025-10-29T10:31:50.468983 - Failed to validate prompt for output 182:
2025-10-29T10:31:50.468983 - Output will be ignored
2025-10-29T10:31:50.469504 - Failed to validate prompt for output 340:
2025-10-29T10:31:50.469504 - Output will be ignored
2025-10-29T10:31:50.470511 - Failed to validate prompt for output 362:
2025-10-29T10:31:50.470511 - Output will be ignored
2025-10-29T10:31:50.470511 - Failed to validate prompt for output 154:
2025-10-29T10:31:50.470511 - Output will be ignored
2025-10-29T10:31:50.472028 - Failed to validate prompt for output 343:
2025-10-29T10:31:50.472569 - Output will be ignored
2025-10-29T10:31:50.472569 - Failed to validate prompt for output 111:
2025-10-29T10:31:50.472569 - Output will be ignored
2025-10-29T10:31:50.473586 - Failed to validate prompt for output 45:
2025-10-29T10:31:50.473586 - Output will be ignored
2025-10-29T10:31:50.474585 - Failed to validate prompt for output 99:
2025-10-29T10:31:50.474585 - Output will be ignored
2025-10-29T10:31:50.591432 - WARNING: [Errno 2] No such file or directory: 'D:\\ComfyUI_windows_portable\\ComfyUI\\input\\ComfyUI_00100_.png'
2025-10-29T10:31:50.825787 - !!! Exception during processing !!! MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'
2025-10-29T10:31:50.828305 - Traceback (most recent call last):
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 496, in execute
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 315, in get_output_data
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Hunyuan3D-1-wrapper\nodes.py", line 540, in process
self.render = MeshRender(
^^^^^^^^^^^
TypeError: MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'

2025-10-29T10:31:50.833853 - 结束拦截测试:2025-10-29T10:31:50.833853 - 2025-10-29T10:31:50.834851 - 62025-10-29T10:31:50.834851 -
2025-10-29T10:31:50.836366 - Prompt executed in 0.34 seconds
2025-10-29T10:31:59.241426 - got prompt
2025-10-29T10:31:59.267731 - Failed to validate prompt for output 126:
2025-10-29T10:31:59.268667 - * LoadImage 381:
2025-10-29T10:31:59.268667 - - Custom validation failed for node: image - Invalid image file: ComfyUI_00100_.png
2025-10-29T10:31:59.268667 - * Hy3DSampleMultiView 88:
2025-10-29T10:31:59.270184 - - Required input is missing: normal_maps
2025-10-29T10:31:59.270184 - - Required input is missing: position_maps
2025-10-29T10:31:59.271206 - - Failed to convert an input value to a INT value: view_size, None, int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
2025-10-29T10:31:59.272266 - Output will be ignored
2025-10-29T10:31:59.272266 - Failed to validate prompt for output 125:
2025-10-29T10:31:59.273207 - Output will be ignored
2025-10-29T10:31:59.273207 - Failed to validate prompt for output 451:
2025-10-29T10:31:59.274209 - Output will be ignored
2025-10-29T10:31:59.274209 - Failed to validate prompt for output 383:
2025-10-29T10:31:59.275200 - Output will be ignored
2025-10-29T10:31:59.276202 - Failed to validate prompt for output 210:
2025-10-29T10:31:59.276202 - Output will be ignored
2025-10-29T10:31:59.276202 - Failed to validate prompt for output 219:
2025-10-29T10:31:59.277202 - Output will be ignored
2025-10-29T10:31:59.277202 - Failed to validate prompt for output 282:
2025-10-29T10:31:59.278202 - Output will be ignored
2025-10-29T10:31:59.278202 - Failed to validate prompt for output 456:
2025-10-29T10:31:59.279202 - Output will be ignored
2025-10-29T10:31:59.279202 - Failed to validate prompt for output 374:
2025-10-29T10:31:59.279202 - Output will be ignored
2025-10-29T10:31:59.279202 - Failed to validate prompt for output 224:
2025-10-29T10:31:59.280717 - Output will be ignored
2025-10-29T10:31:59.280717 - Failed to validate prompt for output 377:
2025-10-29T10:31:59.281731 - Output will be ignored
2025-10-29T10:31:59.281731 - Failed to validate prompt for output 384:
2025-10-29T10:31:59.282734 - Output will be ignored
2025-10-29T10:31:59.282734 - Failed to validate prompt for output 182:
2025-10-29T10:31:59.282734 - Output will be ignored
2025-10-29T10:31:59.283734 - Failed to validate prompt for output 340:
2025-10-29T10:31:59.284739 - Output will be ignored
2025-10-29T10:31:59.284739 - Failed to validate prompt for output 362:
2025-10-29T10:31:59.285735 - Output will be ignored
2025-10-29T10:31:59.285735 - Failed to validate prompt for output 154:
2025-10-29T10:31:59.286737 - Output will be ignored
2025-10-29T10:31:59.286737 - Failed to validate prompt for output 343:
2025-10-29T10:31:59.287740 - Output will be ignored
2025-10-29T10:31:59.287740 - Failed to validate prompt for output 111:
2025-10-29T10:31:59.289253 - Output will be ignored
2025-10-29T10:31:59.289253 - Failed to validate prompt for output 45:
2025-10-29T10:31:59.290272 - Output will be ignored
2025-10-29T10:31:59.290272 - Failed to validate prompt for output 99:
2025-10-29T10:31:59.291274 - Output will be ignored
2025-10-29T10:31:59.437800 - WARNING: [Errno 2] No such file or directory: 'D:\\ComfyUI_windows_portable\\ComfyUI\\input\\ComfyUI_00100_.png'
2025-10-29T10:31:59.632820 - !!! Exception during processing !!! MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'
2025-10-29T10:31:59.635826 - Traceback (most recent call last):
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 496, in execute
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 315, in get_output_data
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Hunyuan3D-1-wrapper\nodes.py", line 540, in process
self.render = MeshRender(
^^^^^^^^^^^
TypeError: MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'

2025-10-29T10:31:59.640351 - 结束拦截测试:2025-10-29T10:31:59.640351 - 2025-10-29T10:31:59.641361 - 72025-10-29T10:31:59.641361 -
2025-10-29T10:31:59.642355 - Prompt executed in 0.33 seconds
2025-10-29T10:32:27.696080 - got prompt
2025-10-29T10:32:27.723560 - Failed to validate prompt for output 126:
2025-10-29T10:32:27.723560 - * LoadImage 381:
2025-10-29T10:32:27.724558 - - Custom validation failed for node: image - Invalid image file: ComfyUI_00100_.png
2025-10-29T10:32:27.724558 - * Hy3DSampleMultiView 88:
2025-10-29T10:32:27.725560 - - Required input is missing: normal_maps
2025-10-29T10:32:27.725560 - - Required input is missing: position_maps
2025-10-29T10:32:27.726559 - - Failed to convert an input value to a INT value: view_size, None, int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
2025-10-29T10:32:27.726559 - Output will be ignored
2025-10-29T10:32:27.727570 - Failed to validate prompt for output 125:
2025-10-29T10:32:27.727570 - Output will be ignored
2025-10-29T10:32:27.727570 - Failed to validate prompt for output 451:
2025-10-29T10:32:27.728574 - Output will be ignored
2025-10-29T10:32:27.729579 - Failed to validate prompt for output 383:
2025-10-29T10:32:27.729579 - Output will be ignored
2025-10-29T10:32:27.730582 - Failed to validate prompt for output 210:
2025-10-29T10:32:27.730582 - Output will be ignored
2025-10-29T10:32:27.731574 - Failed to validate prompt for output 219:
2025-10-29T10:32:27.731574 - Output will be ignored
2025-10-29T10:32:27.732578 - Failed to validate prompt for output 282:
2025-10-29T10:32:27.732578 - Output will be ignored
2025-10-29T10:32:27.733582 - Failed to validate prompt for output 456:
2025-10-29T10:32:27.733582 - Output will be ignored
2025-10-29T10:32:27.734573 - Failed to validate prompt for output 374:
2025-10-29T10:32:27.734573 - Output will be ignored
2025-10-29T10:32:27.735575 - Failed to validate prompt for output 224:
2025-10-29T10:32:27.736584 - Output will be ignored
2025-10-29T10:32:27.736584 - Failed to validate prompt for output 377:
2025-10-29T10:32:27.737580 - Output will be ignored
2025-10-29T10:32:27.737580 - Failed to validate prompt for output 384:
2025-10-29T10:32:27.738574 - Output will be ignored
2025-10-29T10:32:27.738574 - Failed to validate prompt for output 182:
2025-10-29T10:32:27.738574 - Output will be ignored
2025-10-29T10:32:27.739575 - Failed to validate prompt for output 340:
2025-10-29T10:32:27.739575 - Output will be ignored
2025-10-29T10:32:27.740576 - Failed to validate prompt for output 362:
2025-10-29T10:32:27.740576 - Output will be ignored
2025-10-29T10:32:27.742092 - Failed to validate prompt for output 154:
2025-10-29T10:32:27.742092 - Output will be ignored
2025-10-29T10:32:27.743109 - Failed to validate prompt for output 343:
2025-10-29T10:32:27.743109 - Output will be ignored
2025-10-29T10:32:27.743109 - Failed to validate prompt for output 111:
2025-10-29T10:32:27.744126 - Output will be ignored
2025-10-29T10:32:27.744126 - Failed to validate prompt for output 45:
2025-10-29T10:32:27.744126 - Output will be ignored
2025-10-29T10:32:27.744126 - Failed to validate prompt for output 99:
2025-10-29T10:32:27.745641 - Output will be ignored
2025-10-29T10:32:27.869624 - WARNING: [Errno 2] No such file or directory: 'D:\\ComfyUI_windows_portable\\ComfyUI\\input\\ComfyUI_00100_.png'
2025-10-29T10:32:28.050483 - !!! Exception during processing !!! MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'
2025-10-29T10:32:28.054033 - Traceback (most recent call last):
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 496, in execute
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 315, in get_output_data
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Hunyuan3D-1-wrapper\nodes.py", line 540, in process
self.render = MeshRender(
^^^^^^^^^^^
TypeError: MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'

2025-10-29T10:32:28.060031 - 结束拦截测试:2025-10-29T10:32:28.060031 - 2025-10-29T10:32:28.061035 - 82025-10-29T10:32:28.062035 -
2025-10-29T10:32:28.063050 - Prompt executed in 0.29 seconds
2025-10-29T10:33:50.007001 - got prompt
2025-10-29T10:33:50.035137 - Failed to validate prompt for output 126:
2025-10-29T10:33:50.036112 - * LoadImage 381:
2025-10-29T10:33:50.037075 - - Custom validation failed for node: image - Invalid image file: ComfyUI_00100_.png
2025-10-29T10:33:50.037075 - * Hy3DSampleMultiView 88:
2025-10-29T10:33:50.037075 - - Required input is missing: normal_maps
2025-10-29T10:33:50.038070 - - Required input is missing: position_maps
2025-10-29T10:33:50.039072 - - Failed to convert an input value to a INT value: view_size, None, int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
2025-10-29T10:33:50.039072 - Output will be ignored
2025-10-29T10:33:50.040071 - Failed to validate prompt for output 125:
2025-10-29T10:33:50.040071 - Output will be ignored
2025-10-29T10:33:50.040071 - Failed to validate prompt for output 451:
2025-10-29T10:33:50.041070 - Output will be ignored
2025-10-29T10:33:50.041070 - Failed to validate prompt for output 383:
2025-10-29T10:33:50.042070 - Output will be ignored
2025-10-29T10:33:50.043075 - Failed to validate prompt for output 210:
2025-10-29T10:33:50.043075 - Output will be ignored
2025-10-29T10:33:50.043075 - Failed to validate prompt for output 219:
2025-10-29T10:33:50.044078 - Output will be ignored
2025-10-29T10:33:50.044078 - Failed to validate prompt for output 282:
2025-10-29T10:33:50.044078 - Output will be ignored
2025-10-29T10:33:50.045070 - Failed to validate prompt for output 456:
2025-10-29T10:33:50.046068 - Output will be ignored
2025-10-29T10:33:50.046589 - Failed to validate prompt for output 374:
2025-10-29T10:33:50.046589 - Output will be ignored
2025-10-29T10:33:50.047603 - Failed to validate prompt for output 224:
2025-10-29T10:33:50.047603 - Output will be ignored
2025-10-29T10:33:50.048622 - Failed to validate prompt for output 377:
2025-10-29T10:33:50.048622 - Output will be ignored
2025-10-29T10:33:50.048622 - Failed to validate prompt for output 384:
2025-10-29T10:33:50.050003 - Output will be ignored
2025-10-29T10:33:50.051001 - Failed to validate prompt for output 182:
2025-10-29T10:33:50.051001 - Output will be ignored
2025-10-29T10:33:50.052003 - Failed to validate prompt for output 340:
2025-10-29T10:33:50.052003 - Output will be ignored
2025-10-29T10:33:50.053009 - Failed to validate prompt for output 362:
2025-10-29T10:33:50.053009 - Output will be ignored
2025-10-29T10:33:50.054016 - Failed to validate prompt for output 154:
2025-10-29T10:33:50.054016 - Output will be ignored
2025-10-29T10:33:50.055004 - Failed to validate prompt for output 343:
2025-10-29T10:33:50.056006 - Output will be ignored
2025-10-29T10:33:50.056006 - Failed to validate prompt for output 111:
2025-10-29T10:33:50.057004 - Output will be ignored
2025-10-29T10:33:50.057004 - Failed to validate prompt for output 45:
2025-10-29T10:33:50.057004 - Output will be ignored
2025-10-29T10:33:50.058003 - Failed to validate prompt for output 99:
2025-10-29T10:33:50.058520 - Output will be ignored
2025-10-29T10:33:50.103661 - WARNING: [Errno 2] No such file or directory: 'D:\\ComfyUI_windows_portable\\ComfyUI\\input\\ComfyUI_00100_.png'
2025-10-29T10:33:50.508427 - !!! Exception during processing !!! MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'
2025-10-29T10:33:50.511433 - Traceback (most recent call last):
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 496, in execute
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 315, in get_output_data
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Hunyuan3D-1-wrapper\nodes.py", line 540, in process
self.render = MeshRender(
^^^^^^^^^^^
TypeError: MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'

2025-10-29T10:33:50.516595 - 结束拦截测试:2025-10-29T10:33:50.516595 - 2025-10-29T10:33:50.517599 - 92025-10-29T10:33:50.518599 -
2025-10-29T10:33:50.519598 - Prompt executed in 0.44 seconds
2025-10-29T10:34:24.454895 - got prompt
2025-10-29T10:34:24.480755 - Failed to validate prompt for output 126:
2025-10-29T10:34:24.481760 - * LoadImage 381:
2025-10-29T10:34:24.481760 - - Custom validation failed for node: image - Invalid image file: ComfyUI_00100_.png
2025-10-29T10:34:24.482764 - * Hy3DSampleMultiView 88:
2025-10-29T10:34:24.482764 - - Required input is missing: normal_maps
2025-10-29T10:34:24.483763 - - Required input is missing: position_maps
2025-10-29T10:34:24.483763 - - Failed to convert an input value to a INT value: view_size, None, int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
2025-10-29T10:34:24.484766 - Output will be ignored
2025-10-29T10:34:24.484766 - Failed to validate prompt for output 125:
2025-10-29T10:34:24.484766 - Output will be ignored
2025-10-29T10:34:24.486002 - Failed to validate prompt for output 451:
2025-10-29T10:34:24.486002 - Output will be ignored
2025-10-29T10:34:24.486002 - Failed to validate prompt for output 383:
2025-10-29T10:34:24.487517 - Output will be ignored
2025-10-29T10:34:24.487517 - Failed to validate prompt for output 210:
2025-10-29T10:34:24.488532 - Output will be ignored
2025-10-29T10:34:24.488532 - Failed to validate prompt for output 219:
2025-10-29T10:34:24.489539 - Output will be ignored
2025-10-29T10:34:24.489539 - Failed to validate prompt for output 282:
2025-10-29T10:34:24.489539 - Output will be ignored
2025-10-29T10:34:24.490536 - Failed to validate prompt for output 456:
2025-10-29T10:34:24.490536 - Output will be ignored
2025-10-29T10:34:24.491537 - Failed to validate prompt for output 374:
2025-10-29T10:34:24.491537 - Output will be ignored
2025-10-29T10:34:24.492536 - Failed to validate prompt for output 224:
2025-10-29T10:34:24.492536 - Output will be ignored
2025-10-29T10:34:24.492536 - Failed to validate prompt for output 377:
2025-10-29T10:34:24.492536 - Output will be ignored
2025-10-29T10:34:24.494049 - Failed to validate prompt for output 384:
2025-10-29T10:34:24.494049 - Output will be ignored
2025-10-29T10:34:24.494049 - Failed to validate prompt for output 182:
2025-10-29T10:34:24.495076 - Output will be ignored
2025-10-29T10:34:24.495608 - Failed to validate prompt for output 340:
2025-10-29T10:34:24.496125 - Output will be ignored
2025-10-29T10:34:24.496125 - Failed to validate prompt for output 362:
2025-10-29T10:34:24.496125 - Output will be ignored
2025-10-29T10:34:24.497142 - Failed to validate prompt for output 154:
2025-10-29T10:34:24.497142 - Output will be ignored
2025-10-29T10:34:24.498144 - Failed to validate prompt for output 343:
2025-10-29T10:34:24.499144 - Output will be ignored
2025-10-29T10:34:24.499144 - Failed to validate prompt for output 111:
2025-10-29T10:34:24.499144 - Output will be ignored
2025-10-29T10:34:24.499144 - Failed to validate prompt for output 45:
2025-10-29T10:34:24.500661 - Output will be ignored
2025-10-29T10:34:24.500661 - Failed to validate prompt for output 99:
2025-10-29T10:34:24.501679 - Output will be ignored
2025-10-29T10:34:24.635481 - WARNING: [Errno 2] No such file or directory: 'D:\\ComfyUI_windows_portable\\ComfyUI\\input\\ComfyUI_00100_.png'
2025-10-29T10:34:24.849635 - !!! Exception during processing !!! MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'
2025-10-29T10:34:24.852156 - Traceback (most recent call last):
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 496, in execute
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 315, in get_output_data
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Hunyuan3D-1-wrapper\nodes.py", line 540, in process
self.render = MeshRender(
^^^^^^^^^^^
TypeError: MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'

2025-10-29T10:34:24.858701 - 结束拦截测试:2025-10-29T10:34:24.859711 - 2025-10-29T10:34:24.859711 - 102025-10-29T10:34:24.860234 -
2025-10-29T10:34:24.861240 - Prompt executed in 0.33 seconds
2025-10-29T10:35:35.421758 - got prompt
2025-10-29T10:35:35.439024 - Failed to validate prompt for output 126:
2025-10-29T10:35:35.439024 - * Hy3DSampleMultiView 88:
2025-10-29T10:35:35.439024 - - Failed to convert an input value to a INT value: view_size, None, int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
2025-10-29T10:35:35.440539 - Output will be ignored
2025-10-29T10:35:35.440539 - Failed to validate prompt for output 125:
2025-10-29T10:35:35.441561 - Output will be ignored
2025-10-29T10:35:35.441561 - Failed to validate prompt for output 451:
2025-10-29T10:35:35.441561 - Output will be ignored
2025-10-29T10:35:35.442559 - Failed to validate prompt for output 374:
2025-10-29T10:35:35.442559 - Output will be ignored
2025-10-29T10:35:35.443562 - Failed to validate prompt for output 224:
2025-10-29T10:35:35.443562 - Output will be ignored
2025-10-29T10:35:35.444558 - Failed to validate prompt for output 377:
2025-10-29T10:35:35.444558 - Output will be ignored
2025-10-29T10:35:35.445557 - Failed to validate prompt for output 384:
2025-10-29T10:35:35.445557 - Output will be ignored
2025-10-29T10:35:35.446559 - Failed to validate prompt for output 340:
2025-10-29T10:35:35.446559 - Output will be ignored
2025-10-29T10:35:35.447556 - Failed to validate prompt for output 154:
2025-10-29T10:35:35.448070 - Output will be ignored
2025-10-29T10:35:35.448070 - Failed to validate prompt for output 111:
2025-10-29T10:35:35.449090 - Output will be ignored
2025-10-29T10:35:35.449090 - Failed to validate prompt for output 99:
2025-10-29T10:35:35.449090 - Output will be ignored
2025-10-29T10:35:36.107254 - model weight dtype torch.float16, manual cast: None
2025-10-29T10:35:36.126186 - model_type EPS
2025-10-29T10:35:39.709886 - Using pytorch attention in VAE
2025-10-29T10:35:39.712423 - Using pytorch attention in VAE
2025-10-29T10:35:40.050043 - VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16
2025-10-29T10:35:40.483230 - CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cpu, dtype: torch.float16
2025-10-29T10:35:42.671158 - !!! Exception during processing !!! MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'
2025-10-29T10:35:42.673668 - Traceback (most recent call last):
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 496, in execute
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 315, in get_output_data
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Hunyuan3D-1-wrapper\nodes.py", line 723, in process
self.render = MeshRender(
^^^^^^^^^^^
TypeError: MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'

2025-10-29T10:35:42.678679 - 结束拦截测试:2025-10-29T10:35:42.678679 - 2025-10-29T10:35:42.678679 - 112025-10-29T10:35:42.679684 -
2025-10-29T10:35:42.680685 - Prompt executed in 7.21 seconds

```
## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
```
Workflow too large. Please manually upload the workflow from local file system.
```

## Additional Context
(Please add any additional context or steps to reproduce the error here)

### Actual Behavior

that all info i have

### Steps to Reproduce

that all info i have

### Debug Logs

```powershell
# ComfyUI Error Report
## Error Details
- **Node ID:** 448
- **Node Type:** Hy3DRenderMultiViewDepth
- **Exception Type:** TypeError
- **Exception Message:** MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'

## Stack Trace

File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 496, in execute
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 315, in get_output_data
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)

File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^

File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Hunyuan3D-1-wrapper\nodes.py", line 723, in process
self.render = MeshRender(
^^^^^^^^^^^

## System Information
- **ComfyUI Version:** 0.3.66
- **Arguments:** ComfyUI\main.py --listen --enable-cors-header
- **OS:** nt
- **Python Version:** 3.12.10 (tags/v3.12.10:0cc8128, Apr 8 2025, 12:21:36) [MSC v.1943 64 bit (AMD64)]
- **Embedded Python:** true
- **PyTorch Version:** 2.9.0+cu128
## Devices

- **Name:** cuda:0 NVIDIA GeForce RTX 3080 Ti : cudaMallocAsync
- **Type:** cuda
- **VRAM Total:** 12884246528
- **VRAM Free:** 11609833472
- **Torch VRAM Total:** 0
- **Torch VRAM Free:** 0

## Logs

2025-10-29T10:31:50.459553 - Failed to validate prompt for output 383:
2025-10-29T10:31:50.459553 - Output will be ignored
2025-10-29T10:31:50.459553 - Failed to validate prompt for output 210:
2025-10-29T10:31:50.459553 - Output will be ignored
2025-10-29T10:31:50.461068 - Failed to validate prompt for output 219:
2025-10-29T10:31:50.462091 - Output will be ignored
2025-10-29T10:31:50.462091 - Failed to validate prompt for output 282:
2025-10-29T10:31:50.463091 - Output will be ignored
2025-10-29T10:31:50.463091 - Failed to validate prompt for output 456:
2025-10-29T10:31:50.464088 - Output will be ignored
2025-10-29T10:31:50.465095 - Failed to validate prompt for output 374:
2025-10-29T10:31:50.465095 - Output will be ignored
2025-10-29T10:31:50.465095 - Failed to validate prompt for output 224:
2025-10-29T10:31:50.466446 - Output will be ignored
2025-10-29T10:31:50.466964 - Failed to validate prompt for output 377:
2025-10-29T10:31:50.466964 - Output will be ignored
2025-10-29T10:31:50.467982 - Failed to validate prompt for output 384:
2025-10-29T10:31:50.467982 - Output will be ignored
2025-10-29T10:31:50.468983 - Failed to validate prompt for output 182:
2025-10-29T10:31:50.468983 - Output will be ignored
2025-10-29T10:31:50.469504 - Failed to validate prompt for output 340:
2025-10-29T10:31:50.469504 - Output will be ignored
2025-10-29T10:31:50.470511 - Failed to validate prompt for output 362:
2025-10-29T10:31:50.470511 - Output will be ignored
2025-10-29T10:31:50.470511 - Failed to validate prompt for output 154:
2025-10-29T10:31:50.470511 - Output will be ignored
2025-10-29T10:31:50.472028 - Failed to validate prompt for output 343:
2025-10-29T10:31:50.472569 - Output will be ignored
2025-10-29T10:31:50.472569 - Failed to validate prompt for output 111:
2025-10-29T10:31:50.472569 - Output will be ignored
2025-10-29T10:31:50.473586 - Failed to validate prompt for output 45:
2025-10-29T10:31:50.473586 - Output will be ignored
2025-10-29T10:31:50.474585 - Failed to validate prompt for output 99:
2025-10-29T10:31:50.474585 - Output will be ignored
2025-10-29T10:31:50.591432 - WARNING: [Errno 2] No such file or directory: 'D:\\ComfyUI_windows_portable\\ComfyUI\\input\\ComfyUI_00100_.png'
2025-10-29T10:31:50.825787 - !!! Exception during processing !!! MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'
2025-10-29T10:31:50.828305 - Traceback (most recent call last):
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 496, in execute
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 315, in get_output_data
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Hunyuan3D-1-wrapper\nodes.py", line 540, in process
self.render = MeshRender(
^^^^^^^^^^^
TypeError: MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'

2025-10-29T10:31:50.833853 - 结束拦截测试:2025-10-29T10:31:50.833853 - 2025-10-29T10:31:50.834851 - 62025-10-29T10:31:50.834851 -
2025-10-29T10:31:50.836366 - Prompt executed in 0.34 seconds
2025-10-29T10:31:59.241426 - got prompt
2025-10-29T10:31:59.267731 - Failed to validate prompt for output 126:
2025-10-29T10:31:59.268667 - * LoadImage 381:
2025-10-29T10:31:59.268667 - - Custom validation failed for node: image - Invalid image file: ComfyUI_00100_.png
2025-10-29T10:31:59.268667 - * Hy3DSampleMultiView 88:
2025-10-29T10:31:59.270184 - - Required input is missing: normal_maps
2025-10-29T10:31:59.270184 - - Required input is missing: position_maps
2025-10-29T10:31:59.271206 - - Failed to convert an input value to a INT value: view_size, None, int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
2025-10-29T10:31:59.272266 - Output will be ignored
2025-10-29T10:31:59.272266 - Failed to validate prompt for output 125:
2025-10-29T10:31:59.273207 - Output will be ignored
2025-10-29T10:31:59.273207 - Failed to validate prompt for output 451:
2025-10-29T10:31:59.274209 - Output will be ignored
2025-10-29T10:31:59.274209 - Failed to validate prompt for output 383:
2025-10-29T10:31:59.275200 - Output will be ignored
2025-10-29T10:31:59.276202 - Failed to validate prompt for output 210:
2025-10-29T10:31:59.276202 - Output will be ignored
2025-10-29T10:31:59.276202 - Failed to validate prompt for output 219:
2025-10-29T10:31:59.277202 - Output will be ignored
2025-10-29T10:31:59.277202 - Failed to validate prompt for output 282:
2025-10-29T10:31:59.278202 - Output will be ignored
2025-10-29T10:31:59.278202 - Failed to validate prompt for output 456:
2025-10-29T10:31:59.279202 - Output will be ignored
2025-10-29T10:31:59.279202 - Failed to validate prompt for output 374:
2025-10-29T10:31:59.279202 - Output will be ignored
2025-10-29T10:31:59.279202 - Failed to validate prompt for output 224:
2025-10-29T10:31:59.280717 - Output will be ignored
2025-10-29T10:31:59.280717 - Failed to validate prompt for output 377:
2025-10-29T10:31:59.281731 - Output will be ignored
2025-10-29T10:31:59.281731 - Failed to validate prompt for output 384:
2025-10-29T10:31:59.282734 - Output will be ignored
2025-10-29T10:31:59.282734 - Failed to validate prompt for output 182:
2025-10-29T10:31:59.282734 - Output will be ignored
2025-10-29T10:31:59.283734 - Failed to validate prompt for output 340:
2025-10-29T10:31:59.284739 - Output will be ignored
2025-10-29T10:31:59.284739 - Failed to validate prompt for output 362:
2025-10-29T10:31:59.285735 - Output will be ignored
2025-10-29T10:31:59.285735 - Failed to validate prompt for output 154:
2025-10-29T10:31:59.286737 - Output will be ignored
2025-10-29T10:31:59.286737 - Failed to validate prompt for output 343:
2025-10-29T10:31:59.287740 - Output will be ignored
2025-10-29T10:31:59.287740 - Failed to validate prompt for output 111:
2025-10-29T10:31:59.289253 - Output will be ignored
2025-10-29T10:31:59.289253 - Failed to validate prompt for output 45:
2025-10-29T10:31:59.290272 - Output will be ignored
2025-10-29T10:31:59.290272 - Failed to validate prompt for output 99:
2025-10-29T10:31:59.291274 - Output will be ignored
2025-10-29T10:31:59.437800 - WARNING: [Errno 2] No such file or directory: 'D:\\ComfyUI_windows_portable\\ComfyUI\\input\\ComfyUI_00100_.png'
2025-10-29T10:31:59.632820 - !!! Exception during processing !!! MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'
2025-10-29T10:31:59.635826 - Traceback (most recent call last):
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 496, in execute
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 315, in get_output_data
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Hunyuan3D-1-wrapper\nodes.py", line 540, in process
self.render = MeshRender(
^^^^^^^^^^^
TypeError: MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'

2025-10-29T10:31:59.640351 - 结束拦截测试:2025-10-29T10:31:59.640351 - 2025-10-29T10:31:59.641361 - 72025-10-29T10:31:59.641361 -
2025-10-29T10:31:59.642355 - Prompt executed in 0.33 seconds
2025-10-29T10:32:27.696080 - got prompt
2025-10-29T10:32:27.723560 - Failed to validate prompt for output 126:
2025-10-29T10:32:27.723560 - * LoadImage 381:
2025-10-29T10:32:27.724558 - - Custom validation failed for node: image - Invalid image file: ComfyUI_00100_.png
2025-10-29T10:32:27.724558 - * Hy3DSampleMultiView 88:
2025-10-29T10:32:27.725560 - - Required input is missing: normal_maps
2025-10-29T10:32:27.725560 - - Required input is missing: position_maps
2025-10-29T10:32:27.726559 - - Failed to convert an input value to a INT value: view_size, None, int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
2025-10-29T10:32:27.726559 - Output will be ignored
2025-10-29T10:32:27.727570 - Failed to validate prompt for output 125:
2025-10-29T10:32:27.727570 - Output will be ignored
2025-10-29T10:32:27.727570 - Failed to validate prompt for output 451:
2025-10-29T10:32:27.728574 - Output will be ignored
2025-10-29T10:32:27.729579 - Failed to validate prompt for output 383:
2025-10-29T10:32:27.729579 - Output will be ignored
2025-10-29T10:32:27.730582 - Failed to validate prompt for output 210:
2025-10-29T10:32:27.730582 - Output will be ignored
2025-10-29T10:32:27.731574 - Failed to validate prompt for output 219:
2025-10-29T10:32:27.731574 - Output will be ignored
2025-10-29T10:32:27.732578 - Failed to validate prompt for output 282:
2025-10-29T10:32:27.732578 - Output will be ignored
2025-10-29T10:32:27.733582 - Failed to validate prompt for output 456:
2025-10-29T10:32:27.733582 - Output will be ignored
2025-10-29T10:32:27.734573 - Failed to validate prompt for output 374:
2025-10-29T10:32:27.734573 - Output will be ignored
2025-10-29T10:32:27.735575 - Failed to validate prompt for output 224:
2025-10-29T10:32:27.736584 - Output will be ignored
2025-10-29T10:32:27.736584 - Failed to validate prompt for output 377:
2025-10-29T10:32:27.737580 - Output will be ignored
2025-10-29T10:32:27.737580 - Failed to validate prompt for output 384:
2025-10-29T10:32:27.738574 - Output will be ignored
2025-10-29T10:32:27.738574 - Failed to validate prompt for output 182:
2025-10-29T10:32:27.738574 - Output will be ignored
2025-10-29T10:32:27.739575 - Failed to validate prompt for output 340:
2025-10-29T10:32:27.739575 - Output will be ignored
2025-10-29T10:32:27.740576 - Failed to validate prompt for output 362:
2025-10-29T10:32:27.740576 - Output will be ignored
2025-10-29T10:32:27.742092 - Failed to validate prompt for output 154:
2025-10-29T10:32:27.742092 - Output will be ignored
2025-10-29T10:32:27.743109 - Failed to validate prompt for output 343:
2025-10-29T10:32:27.743109 - Output will be ignored
2025-10-29T10:32:27.743109 - Failed to validate prompt for output 111:
2025-10-29T10:32:27.744126 - Output will be ignored
2025-10-29T10:32:27.744126 - Failed to validate prompt for output 45:
2025-10-29T10:32:27.744126 - Output will be ignored
2025-10-29T10:32:27.744126 - Failed to validate prompt for output 99:
2025-10-29T10:32:27.745641 - Output will be ignored
2025-10-29T10:32:27.869624 - WARNING: [Errno 2] No such file or directory: 'D:\\ComfyUI_windows_portable\\ComfyUI\\input\\ComfyUI_00100_.png'
2025-10-29T10:32:28.050483 - !!! Exception during processing !!! MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'
2025-10-29T10:32:28.054033 - Traceback (most recent call last):
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 496, in execute
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 315, in get_output_data
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Hunyuan3D-1-wrapper\nodes.py", line 540, in process
self.render = MeshRender(
^^^^^^^^^^^
TypeError: MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'

2025-10-29T10:32:28.060031 - 结束拦截测试:2025-10-29T10:32:28.060031 - 2025-10-29T10:32:28.061035 - 82025-10-29T10:32:28.062035 -
2025-10-29T10:32:28.063050 - Prompt executed in 0.29 seconds
2025-10-29T10:33:50.007001 - got prompt
2025-10-29T10:33:50.035137 - Failed to validate prompt for output 126:
2025-10-29T10:33:50.036112 - * LoadImage 381:
2025-10-29T10:33:50.037075 - - Custom validation failed for node: image - Invalid image file: ComfyUI_00100_.png
2025-10-29T10:33:50.037075 - * Hy3DSampleMultiView 88:
2025-10-29T10:33:50.037075 - - Required input is missing: normal_maps
2025-10-29T10:33:50.038070 - - Required input is missing: position_maps
2025-10-29T10:33:50.039072 - - Failed to convert an input value to a INT value: view_size, None, int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
2025-10-29T10:33:50.039072 - Output will be ignored
2025-10-29T10:33:50.040071 - Failed to validate prompt for output 125:
2025-10-29T10:33:50.040071 - Output will be ignored
2025-10-29T10:33:50.040071 - Failed to validate prompt for output 451:
2025-10-29T10:33:50.041070 - Output will be ignored
2025-10-29T10:33:50.041070 - Failed to validate prompt for output 383:
2025-10-29T10:33:50.042070 - Output will be ignored
2025-10-29T10:33:50.043075 - Failed to validate prompt for output 210:
2025-10-29T10:33:50.043075 - Output will be ignored
2025-10-29T10:33:50.043075 - Failed to validate prompt for output 219:
2025-10-29T10:33:50.044078 - Output will be ignored
2025-10-29T10:33:50.044078 - Failed to validate prompt for output 282:
2025-10-29T10:33:50.044078 - Output will be ignored
2025-10-29T10:33:50.045070 - Failed to validate prompt for output 456:
2025-10-29T10:33:50.046068 - Output will be ignored
2025-10-29T10:33:50.046589 - Failed to validate prompt for output 374:
2025-10-29T10:33:50.046589 - Output will be ignored
2025-10-29T10:33:50.047603 - Failed to validate prompt for output 224:
2025-10-29T10:33:50.047603 - Output will be ignored
2025-10-29T10:33:50.048622 - Failed to validate prompt for output 377:
2025-10-29T10:33:50.048622 - Output will be ignored
2025-10-29T10:33:50.048622 - Failed to validate prompt for output 384:
2025-10-29T10:33:50.050003 - Output will be ignored
2025-10-29T10:33:50.051001 - Failed to validate prompt for output 182:
2025-10-29T10:33:50.051001 - Output will be ignored
2025-10-29T10:33:50.052003 - Failed to validate prompt for output 340:
2025-10-29T10:33:50.052003 - Output will be ignored
2025-10-29T10:33:50.053009 - Failed to validate prompt for output 362:
2025-10-29T10:33:50.053009 - Output will be ignored
2025-10-29T10:33:50.054016 - Failed to validate prompt for output 154:
2025-10-29T10:33:50.054016 - Output will be ignored
2025-10-29T10:33:50.055004 - Failed to validate prompt for output 343:
2025-10-29T10:33:50.056006 - Output will be ignored
2025-10-29T10:33:50.056006 - Failed to validate prompt for output 111:
2025-10-29T10:33:50.057004 - Output will be ignored
2025-10-29T10:33:50.057004 - Failed to validate prompt for output 45:
2025-10-29T10:33:50.057004 - Output will be ignored
2025-10-29T10:33:50.058003 - Failed to validate prompt for output 99:
2025-10-29T10:33:50.058520 - Output will be ignored
2025-10-29T10:33:50.103661 - WARNING: [Errno 2] No such file or directory: 'D:\\ComfyUI_windows_portable\\ComfyUI\\input\\ComfyUI_00100_.png'
2025-10-29T10:33:50.508427 - !!! Exception during processing !!! MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'
2025-10-29T10:33:50.511433 - Traceback (most recent call last):
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 496, in execute
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 315, in get_output_data
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Hunyuan3D-1-wrapper\nodes.py", line 540, in process
self.render = MeshRender(
^^^^^^^^^^^
TypeError: MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'

2025-10-29T10:33:50.516595 - 结束拦截测试:2025-10-29T10:33:50.516595 - 2025-10-29T10:33:50.517599 - 92025-10-29T10:33:50.518599 -
2025-10-29T10:33:50.519598 - Prompt executed in 0.44 seconds
2025-10-29T10:34:24.454895 - got prompt
2025-10-29T10:34:24.480755 - Failed to validate prompt for output 126:
2025-10-29T10:34:24.481760 - * LoadImage 381:
2025-10-29T10:34:24.481760 - - Custom validation failed for node: image - Invalid image file: ComfyUI_00100_.png
2025-10-29T10:34:24.482764 - * Hy3DSampleMultiView 88:
2025-10-29T10:34:24.482764 - - Required input is missing: normal_maps
2025-10-29T10:34:24.483763 - - Required input is missing: position_maps
2025-10-29T10:34:24.483763 - - Failed to convert an input value to a INT value: view_size, None, int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
2025-10-29T10:34:24.484766 - Output will be ignored
2025-10-29T10:34:24.484766 - Failed to validate prompt for output 125:
2025-10-29T10:34:24.484766 - Output will be ignored
2025-10-29T10:34:24.486002 - Failed to validate prompt for output 451:
2025-10-29T10:34:24.486002 - Output will be ignored
2025-10-29T10:34:24.486002 - Failed to validate prompt for output 383:
2025-10-29T10:34:24.487517 - Output will be ignored
2025-10-29T10:34:24.487517 - Failed to validate prompt for output 210:
2025-10-29T10:34:24.488532 - Output will be ignored
2025-10-29T10:34:24.488532 - Failed to validate prompt for output 219:
2025-10-29T10:34:24.489539 - Output will be ignored
2025-10-29T10:34:24.489539 - Failed to validate prompt for output 282:
2025-10-29T10:34:24.489539 - Output will be ignored
2025-10-29T10:34:24.490536 - Failed to validate prompt for output 456:
2025-10-29T10:34:24.490536 - Output will be ignored
2025-10-29T10:34:24.491537 - Failed to validate prompt for output 374:
2025-10-29T10:34:24.491537 - Output will be ignored
2025-10-29T10:34:24.492536 - Failed to validate prompt for output 224:
2025-10-29T10:34:24.492536 - Output will be ignored
2025-10-29T10:34:24.492536 - Failed to validate prompt for output 377:
2025-10-29T10:34:24.492536 - Output will be ignored
2025-10-29T10:34:24.494049 - Failed to validate prompt for output 384:
2025-10-29T10:34:24.494049 - Output will be ignored
2025-10-29T10:34:24.494049 - Failed to validate prompt for output 182:
2025-10-29T10:34:24.495076 - Output will be ignored
2025-10-29T10:34:24.495608 - Failed to validate prompt for output 340:
2025-10-29T10:34:24.496125 - Output will be ignored
2025-10-29T10:34:24.496125 - Failed to validate prompt for output 362:
2025-10-29T10:34:24.496125 - Output will be ignored
2025-10-29T10:34:24.497142 - Failed to validate prompt for output 154:
2025-10-29T10:34:24.497142 - Output will be ignored
2025-10-29T10:34:24.498144 - Failed to validate prompt for output 343:
2025-10-29T10:34:24.499144 - Output will be ignored
2025-10-29T10:34:24.499144 - Failed to validate prompt for output 111:
2025-10-29T10:34:24.499144 - Output will be ignored
2025-10-29T10:34:24.499144 - Failed to validate prompt for output 45:
2025-10-29T10:34:24.500661 - Output will be ignored
2025-10-29T10:34:24.500661 - Failed to validate prompt for output 99:
2025-10-29T10:34:24.501679 - Output will be ignored
2025-10-29T10:34:24.635481 - WARNING: [Errno 2] No such file or directory: 'D:\\ComfyUI_windows_portable\\ComfyUI\\input\\ComfyUI_00100_.png'
2025-10-29T10:34:24.849635 - !!! Exception during processing !!! MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'
2025-10-29T10:34:24.852156 - Traceback (most recent call last):
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 496, in execute
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 315, in get_output_data
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Hunyuan3D-1-wrapper\nodes.py", line 540, in process
self.render = MeshRender(
^^^^^^^^^^^
TypeError: MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'

2025-10-29T10:34:24.858701 - 结束拦截测试:2025-10-29T10:34:24.859711 - 2025-10-29T10:34:24.859711 - 102025-10-29T10:34:24.860234 -
2025-10-29T10:34:24.861240 - Prompt executed in 0.33 seconds
2025-10-29T10:35:35.421758 - got prompt
2025-10-29T10:35:35.439024 - Failed to validate prompt for output 126:
2025-10-29T10:35:35.439024 - * Hy3DSampleMultiView 88:
2025-10-29T10:35:35.439024 - - Failed to convert an input value to a INT value: view_size, None, int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
2025-10-29T10:35:35.440539 - Output will be ignored
2025-10-29T10:35:35.440539 - Failed to validate prompt for output 125:
2025-10-29T10:35:35.441561 - Output will be ignored
2025-10-29T10:35:35.441561 - Failed to validate prompt for output 451:
2025-10-29T10:35:35.441561 - Output will be ignored
2025-10-29T10:35:35.442559 - Failed to validate prompt for output 374:
2025-10-29T10:35:35.442559 - Output will be ignored
2025-10-29T10:35:35.443562 - Failed to validate prompt for output 224:
2025-10-29T10:35:35.443562 - Output will be ignored
2025-10-29T10:35:35.444558 - Failed to validate prompt for output 377:
2025-10-29T10:35:35.444558 - Output will be ignored
2025-10-29T10:35:35.445557 - Failed to validate prompt for output 384:
2025-10-29T10:35:35.445557 - Output will be ignored
2025-10-29T10:35:35.446559 - Failed to validate prompt for output 340:
2025-10-29T10:35:35.446559 - Output will be ignored
2025-10-29T10:35:35.447556 - Failed to validate prompt for output 154:
2025-10-29T10:35:35.448070 - Output will be ignored
2025-10-29T10:35:35.448070 - Failed to validate prompt for output 111:
2025-10-29T10:35:35.449090 - Output will be ignored
2025-10-29T10:35:35.449090 - Failed to validate prompt for output 99:
2025-10-29T10:35:35.449090 - Output will be ignored
2025-10-29T10:35:36.107254 - model weight dtype torch.float16, manual cast: None
2025-10-29T10:35:36.126186 - model_type EPS
2025-10-29T10:35:39.709886 - Using pytorch attention in VAE
2025-10-29T10:35:39.712423 - Using pytorch attention in VAE
2025-10-29T10:35:40.050043 - VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16
2025-10-29T10:35:40.483230 - CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cpu, dtype: torch.float16
2025-10-29T10:35:42.671158 - !!! Exception during processing !!! MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'
2025-10-29T10:35:42.673668 - Traceback (most recent call last):
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 496, in execute
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 315, in get_output_data
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Hunyuan3D-1-wrapper\nodes.py", line 723, in process
self.render = MeshRender(
^^^^^^^^^^^
TypeError: MeshRender.__init__() got an unexpected keyword argument 'ortho_scale'

2025-10-29T10:35:42.678679 - 结束拦截测试:2025-10-29T10:35:42.678679 - 2025-10-29T10:35:42.678679 - 112025-10-29T10:35:42.679684 -
2025-10-29T10:35:42.680685 - Prompt executed in 7.21 seconds

## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.

Workflow too large. Please manually upload the workflow from local file system.

## Additional Context
(Please add any additional context or steps to reproduce the error here)
```

### Other

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.