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
just like the title say...
it look don't support running on macos ...
Error occurred when executing SUPIR_first_stage:
BFloat16 is not supported on MPS
File "/Users/richangfoo/Developer/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 "/Users/richangfoo/Developer/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 "/Users/richangfoo/Developer/ComfyUI/execution.py", line 168, in _map_node_over_list
process_inputs(input_dict, i)
File "/Users/richangfoo/Developer/ComfyUI/execution.py", line 157, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/richangfoo/Developer/ComfyUI/custom_nodes/ComfyUI-SUPIR/nodes_v2.py", line 335, in process
SUPIR_VAE.to(dtype).to(device)
File "/Users/richangfoo/miniconda3/lib/python3.12/site-packages/lightning_fabric/utilities/device_dtype_mixin.py", line 55, in to
return super().to(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/richangfoo/miniconda3/lib/python3.12/site-packages/torch/nn/modules/module.py", line 1152, in to
return self._apply(convert)
^^^^^^^^^^^^^^^^^^^^
File "/Users/richangfoo/miniconda3/lib/python3.12/site-packages/torch/nn/modules/module.py", line 802, in _apply
module._apply(fn)
File "/Users/richangfoo/miniconda3/lib/python3.12/site-packages/torch/nn/modules/module.py", line 802, in _apply
module._apply(fn)
File "/Users/richangfoo/miniconda3/lib/python3.12/site-packages/torch/nn/modules/module.py", line 825, in _apply
param_applied = fn(param)
^^^^^^^^^
File "/Users/richangfoo/miniconda3/lib/python3.12/site-packages/torch/nn/modules/module.py", line 1150, in convert
return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
just like the title say...
it look don't support running on macos ...
Error occurred when executing SUPIR_first_stage:
BFloat16 is not supported on MPS
File "/Users/richangfoo/Developer/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 "/Users/richangfoo/Developer/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 "/Users/richangfoo/Developer/ComfyUI/execution.py", line 168, in _map_node_over_list
process_inputs(input_dict, i)
File "/Users/richangfoo/Developer/ComfyUI/execution.py", line 157, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/richangfoo/Developer/ComfyUI/custom_nodes/ComfyUI-SUPIR/nodes_v2.py", line 335, in process
SUPIR_VAE.to(dtype).to(device)
File "/Users/richangfoo/miniconda3/lib/python3.12/site-packages/lightning_fabric/utilities/device_dtype_mixin.py", line 55, in to
return super().to(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/richangfoo/miniconda3/lib/python3.12/site-packages/torch/nn/modules/module.py", line 1152, in to
return self._apply(convert)
^^^^^^^^^^^^^^^^^^^^
File "/Users/richangfoo/miniconda3/lib/python3.12/site-packages/torch/nn/modules/module.py", line 802, in _apply
module._apply(fn)
File "/Users/richangfoo/miniconda3/lib/python3.12/site-packages/torch/nn/modules/module.py", line 802, in _apply
module._apply(fn)
File "/Users/richangfoo/miniconda3/lib/python3.12/site-packages/torch/nn/modules/module.py", line 825, in _apply
param_applied = fn(param)
^^^^^^^^^
File "/Users/richangfoo/miniconda3/lib/python3.12/site-packages/torch/nn/modules/module.py", line 1150, in convert
return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered: