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
Mac M2
XlabsSampler
Torch not compiled with CUDA enabled
ComfyUI Error Report
Error Details
Node Type: XlabsSampler
Exception Type: AssertionError
Exception Message: Torch not compiled with CUDA enabled
Stack Trace
File "/Users/dehengzhou/Desktop/ComfyUI_SDXL/execution.py", line 317, 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 "/Users/dehengzhou/Desktop/ComfyUI_SDXL/execution.py", line 192, 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 "/Users/dehengzhou/Desktop/ComfyUI_SDXL/execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "/Users/dehengzhou/Desktop/ComfyUI_SDXL/execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "/Users/dehengzhou/Desktop/ComfyUI_SDXL/custom_nodes/x-flux-comfyui/nodes.py", line 304, in sampling
if torch.cuda.is_bf16_supported():
File "/Users/dehengzhou/miniconda3/lib/python3.10/site-packages/torch/cuda/__init__.py", line 128, in is_bf16_supported
device = torch.cuda.current_device()
The text was updated successfully, but these errors were encountered:
Mac M2
XlabsSampler
Torch not compiled with CUDA enabled
ComfyUI Error Report
Error Details
Stack Trace
The text was updated successfully, but these errors were encountered: