You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried figuring this out but I can't seem to get it right. I couldn't get MixLabs Rembg to appear no matter what I reinstalled, so I settled on BREA Rembg. The final image looks good, but no matter what I do, this error occurs at the sampler in the workflow. Help!
Error occurred when executing TripoSRSampler_:
TSR.extract_mesh() got an unexpected keyword argument 'callback'
File "B:\A.I.ImageGenerationInterface\ComfyUI\execution.py", line 316, 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 "B:\A.I.ImageGenerationInterface\ComfyUI\execution.py", line 191, 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 "B:\A.I.ImageGenerationInterface\ComfyUI\execution.py", line 168, in _map_node_over_list
process_inputs(input_dict, i)
File "B:\A.I.ImageGenerationInterface\ComfyUI\execution.py", line 157, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "B:\A.I.ImageGenerationInterface\ComfyUI\custom_nodes\comfyui-mixlab-nodes\nodes\TripoSR.py", line 138, in run
meshes = model.extract_mesh(scene_codes, resolution=resolution, threshold=threshold,callback=callback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
I've tried figuring this out but I can't seem to get it right. I couldn't get MixLabs Rembg to appear no matter what I reinstalled, so I settled on BREA Rembg. The final image looks good, but no matter what I do, this error occurs at the sampler in the workflow. Help!
Error occurred when executing TripoSRSampler_:
TSR.extract_mesh() got an unexpected keyword argument 'callback'
File "B:\A.I.ImageGenerationInterface\ComfyUI\execution.py", line 316, 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 "B:\A.I.ImageGenerationInterface\ComfyUI\execution.py", line 191, 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 "B:\A.I.ImageGenerationInterface\ComfyUI\execution.py", line 168, in _map_node_over_list
process_inputs(input_dict, i)
File "B:\A.I.ImageGenerationInterface\ComfyUI\execution.py", line 157, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "B:\A.I.ImageGenerationInterface\ComfyUI\custom_nodes\comfyui-mixlab-nodes\nodes\TripoSR.py", line 138, in run
meshes = model.extract_mesh(scene_codes, resolution=resolution, threshold=threshold,callback=callback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered: