VAEDecode Mac BFloat16 is not supported on MPS
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Expected Behavior
I am running a basic comfyui workflow and it was working just previously, but for some reason something happened when I reloaded the page and now am facing this persistent issue.
### Actual Behavior
The VAEDecode stops the production.
### Steps to Reproduce
download comfyui
download node manager
download and use control net
And yes I've also tried with a normal workflow with no extra nodes, but the issue prevails.
Everything is up to date as well.
### Debug Logs
```powershell
# ComfyUI Error Report
## Error Details
- **Node ID:** 24
- **Node Type:** VAEDecode
- **Exception Type:** TypeError
- **Exception Message:** BFloat16 is not supported on MPS
## Stack Trace
File "/Users/tashielyonns/ComfyUI/execution.py", line 327, 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/tashielyonns/ComfyUI/execution.py", line 202, 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/tashielyonns/ComfyUI/execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "/Users/tashielyonns/ComfyUI/execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/tashielyonns/ComfyUI/nodes.py", line 285, in decode
images = vae.decode(samples["samples"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/tashielyonns/ComfyUI/comfy/sd.py", line 465, in decode
model_management.load_models_gpu([self.patcher], memory_required=memory_used)
File "/Users/tashielyonns/ComfyUI/comfy/model_management.py", line 550, in load_models_gpu
loaded_model.model_load(lowvram_model_memory, force_patch_weights=force_patch_weights)
File "/Users/tashielyonns/ComfyUI/comfy/model_management.py", line 366, in model_load
self.model_use_more_vram(use_more_vram, force_patch_weights=force_patch_weights)
File "/Users/tashielyonns/ComfyUI/comfy/model_management.py", line 395, in model_use_more_vram
return self.model.partially_load(self.device, extra_memory, force_patch_weights=force_patch_weights)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/tashielyonns/ComfyUI/comfy/model_patcher.py", line 759, in partially_load
raise e
File "/Users/tashielyonns/ComfyUI/comfy/model_patcher.py", line 756, in partially_load
self.load(device_to, lowvram_model_memory=current_used + extra_memory, force_patch_weights=force_patch_weights, full_load=full_load)
File "/Users/tashielyonns/ComfyUI/comfy/model_patcher.py", line 607, in load
x[2].to(device_to)
File "/Users/tashielyonns/ComfyUI/venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1160, in to
return self._apply(convert)
^^^^^^^^^^^^^^^^^^^^
File "/Users/tashielyonns/ComfyUI/venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 833, in _apply
param_applied = fn(param)
^^^^^^^^^
File "/Users/tashielyonns/ComfyUI/venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1158, in convert
return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```
## System Information
- **ComfyUI Version:** v0.3.10-9-ge1dec3c
- **Arguments:** main.py
- **OS:** posix
- **Python Version:** 3.11.5 (main, Sep 11 2023, 08:31:25) [Clang 14.0.6 ]
- **Embedded Python:** false
- **PyTorch Version:** 2.1.2
## Devices
- **Name:** mps
- **Type:** mps
- **VRAM Total:** 34359738368
- **VRAM Free:** 14767276032
- **Torch VRAM Total:** 34359738368
- **Torch VRAM Free:** 14767276032
## Logs
```
2024-12-28T20:38:18.645701 - [START] Security scan2024-12-28T20:38:18.645717 -
2024-12-28T20:38:19.152609 - [DONE] Security scan2024-12-28T20:38:19.152649 -
2024-12-28T20:38:19.193693 - ## ComfyUI-Manager: installing dependencies done.2024-12-28T20:38:19.193731 -
2024-12-28T20:38:19.193745 - ** ComfyUI startup time:2024-12-28T20:38:19.193758 - 2024-12-28T20:38:19.193770 - 2024-12-28 20:38:19.1937362024-12-28T20:38:19.193780 -
2024-12-28T20:38:19.193808 - ** Platform:2024-12-28T20:38:19.193823 - 2024-12-28T20:38:19.193834 - Darwin2024-12-28T20:38:19.193844 -
2024-12-28T20:38:19.193854 - ** Python version:2024-12-28T20:38:19.193863 - 2024-12-28T20:38:19.193871 - 3.11.5 (main, Sep 11 2023, 08:31:25) [Clang 14.0.6 ]2024-12-28T20:38:19.193879 -
2024-12-28T20:38:19.193890 - ** Python executable:2024-12-28T20:38:19.193898 - 2024-12-28T20:38:19.193907 - /Users/tashielyonns/ComfyUI/venv/bin/python2024-12-28T20:38:19.193914 -
2024-12-28T20:38:19.193922 - ** ComfyUI Path:2024-12-28T20:38:19.193930 - 2024-12-28T20:38:19.193938 - /Users/tashielyonns/ComfyUI2024-12-28T20:38:19.193946 -
2024-12-28T20:38:19.193980 - ** Log path:2024-12-28T20:38:19.193988 - 2024-12-28T20:38:19.193996 - /Users/tashielyonns/ComfyUI/comfyui.log2024-12-28T20:38:19.194004 -
2024-12-28T20:38:19.723184 -
#######################################################################2024-12-28T20:38:19.723239 -
2024-12-28T20:38:19.723252 - [ComfyUI-Manager] Starting dependency installation/(de)activation for the extension
2024-12-28T20:38:19.723264 -
2024-12-28T20:38:19.723428 - Install: pip packages for '/Users/tashielyonns/ComfyUI/custom_nodes/ComfyUI-Manager'2024-12-28T20:38:19.723440 -
2024-12-28T20:38:20.030703 - 2024-12-28T20:38:20.030778 - 2024-12-28T20:38:20.030806 - 2024-12-28T20:38:20.036517 - 2024-12-28T20:38:20.036626 - 2024-12-28T20:38:20.036649 - 2024-12-28T20:38:20.037705 - 2024-12-28T20:38:20.037745 - 2024-12-28T20:38:20.037763 - 2024-12-28T20:38:20.817585 - [!]2024-12-28T20:38:20.817619 - 2024-12-28T20:38:20.817631 -
2024-12-28T20:38:20.817643 - 2024-12-28T20:38:20.817653 - [!]2024-12-28T20:38:20.817663 - 2024-12-28T20:38:20.817674 - [notice] A new release of pip is available: 23.2.1 -> 24.3.1
2024-12-28T20:38:20.817683 - 2024-12-28T20:38:20.817692 - [!]2024-12-28T20:38:20.817701 - 2024-12-28T20:38:20.817711 - [notice] To update, run: python -m pip install --upgrade pip
2024-12-28T20:38:20.817720 - 2024-12-28T20:38:21.085742 - 2024-12-28T20:38:21.085792 - 2024-12-28T20:38:21.085808 - 2024-12-28T20:38:21.087800 - 2024-12-28T20:38:21.087813 - 2024-12-28T20:38:21.087823 - 2024-12-28T20:38:21.088273 - 2024-12-28T20:38:21.088283 - 2024-12-28T20:38:21.088294 - 2024-12-28T20:38:21.088787 - 2024-12-28T20:38:21.088796 - 2024-12-28T20:38:21.088815 - 2024-12-28T20:38:21.089262 - 2024-12-28T20:38:21.089271 - 2024-12-28T20:38:21.089282 - 2024-12-28T20:38:21.090372 - 2024-12-28T20:38:21.090381 - 2024-12-28T20:38:21.090389 - 2024-12-28T20:38:21.090847 - 2024-12-28T20:38:21.090856 - 2024-12-28T20:38:21.090863 - 2024-12-28T20:38:21.096746 - 2024-12-28T20:38:21.096755 - 2024-12-28T20:38:21.096762 - 2024-12-28T20:38:21.098757 - 2024-12-28T20:38:21.098766 - 2024-12-28T20:38:21.098773 - 2024-12-28T20:38:21.101986 - 2024-12-28T20:38:21.102006 - 2024-12-28T20:38:21.102019 - 2024-12-28T20:38:21.102581 - 2024-12-28T20:38:21.102602 - 2024-12-28T20:38:21.102671 - 2024-12-28T20:38:21.103785 - 2024-12-28T20:38:21.103809 - 2024-12-28T20:38:21.103819 - 2024-12-28T20:38:21.115321 - 2024-12-28T20:38:21.115338 - 2024-12-28T20:38:21.115348 - 2024-12-28T20:38:21.116638 - 2024-12-28T20:38:21.116650 - 2024-12-28T20:38:21.116658 - 2024-12-28T20:38:21.883943 - [!]2024-12-28T20:38:21.883984 - 2024-12-28T20:38:21.883998 -
2024-12-28T20:38:21.884011 - 2024-12-28T20:38:21.884022 - [!]2024-12-28T20:38:21.884031 - 2024-12-28T20:38:21.884044 - [notice] A new release of pip is available: 23.2.1 -> 24.3.1
2024-12-28T20:38:21.884053 - 2024-12-28T20:38:21.884062 - [!]2024-12-28T20:38:21.884071 - 2024-12-28T20:38:21.884081 - [notice] To update, run: python -m pip install --upgrade pip
2024-12-28T20:38:21.884089 - 2024-12-28T20:38:21.923375 - [SKIP] Downgrading pip package isn't allowed: huggingface-hub (cur=0.27.0)2024-12-28T20:38:21.923415 -
2024-12-28T20:38:22.175593 - 2024-12-28T20:38:22.175633 - 2024-12-28T20:38:22.175649 - 2024-12-28T20:38:22.935137 - [!]2024-12-28T20:38:22.935170 - 2024-12-28T20:38:22.935185 -
2024-12-28T20:38:22.935196 - 2024-12-28T20:38:22.935206 - [!]2024-12-28T20:38:22.935217 - 2024-12-28T20:38:22.935238 - [notice] A new release of pip is available: 23.2.1 -> 24.3.1
2024-12-28T20:38:22.935250 - 2024-12-28T20:38:22.935258 - [!]2024-12-28T20:38:22.935272 - 2024-12-28T20:38:22.935281 - [notice] To update, run: python -m pip install --upgrade pip
2024-12-28T20:38:22.935290 - 2024-12-28T20:38:22.966627 -
[ComfyUI-Manager] Startup script completed.2024-12-28T20:38:22.966668 -
2024-12-28T20:38:22.966682 - #######################################################################
2024-12-28T20:38:22.966694 -
2024-12-28T20:38:23.390896 -
Prestartup times for custom nodes:
2024-12-28T20:38:23.391037 - 4.8 seconds: /Users/tashielyonns/ComfyUI/custom_nodes/ComfyUI-Manager
2024-12-28T20:38:23.391075 -
2024-12-28T20:38:24.226648 - Total VRAM 32768 MB, total RAM 32768 MB
2024-12-28T20:38:24.226745 - pytorch version: 2.1.2
2024-12-28T20:38:24.226839 - Set vram state to: SHARED
2024-12-28T20:38:24.226876 - Device: mps
2024-12-28T20:38:24.642940 - Using sub quadratic optimization for attention, if you have memory or speed issues try using: --use-split-cross-attention
2024-12-28T20:38:25.061279 - [Prompt Server] web root: /Users/tashielyonns/ComfyUI/web
2024-12-28T20:38:25.316569 - ### Loading: ComfyUI-Manager (V2.55.5)2024-12-28T20:38:25.316611 -
2024-12-28T20:38:25.378977 - ### ComfyUI Version: v0.3.10-9-ge1dec3c | Released on '2024-12-28'2024-12-28T20:38:25.379028 -
2024-12-28T20:38:25.522107 - [36;20m[comfyui_controlnet_aux] | INFO -> Using ckpts path: /Users/tashielyonns/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts[0m
2024-12-28T20:38:25.522161 - [36;20m[comfyui_controlnet_aux] | INFO -> Using symlinks: False[0m
2024-12-28T20:38:25.522196 - [36;20m[comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider'][0m
2024-12-28T20:38:25.626584 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json2024-12-28T20:38:25.626636 -
2024-12-28T20:38:25.647135 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json2024-12-28T20:38:25.647159 -
2024-12-28T20:38:25.678254 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2024-12-28T20:38:25.678282 -
2024-12-28T20:38:25.704516 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json2024-12-28T20:38:25.704589 -
2024-12-28T20:38:25.713720 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json2024-12-28T20:38:25.713923 -
2024-12-28T20:38:25.794230 - ### ComfyUI-FaceSwap: Check dependencies2024-12-28T20:38:25.794256 -
2024-12-28T20:38:25.796062 - ### ComfyUI-FaceSwap: Check basic models2024-12-28T20:38:25.796079 -
2024-12-28T20:38:25.943355 - Adding2024-12-28T20:38:25.943383 - 2024-12-28T20:38:25.943396 - /Users/tashielyonns/ComfyUI/custom_nodes2024-12-28T20:38:25.943406 - 2024-12-28T20:38:25.943416 - to sys.path2024-12-28T20:38:25.943425 -
2024-12-28T20:38:25.991730 - Could not find efficiency nodes2024-12-28T20:38:25.991759 -
2024-12-28T20:38:25.993320 - Loaded ControlNetPreprocessors nodes from2024-12-28T20:38:25.993335 - 2024-12-28T20:38:25.993344 - /Users/tashielyonns/ComfyUI/custom_nodes/comfyui_controlnet_aux2024-12-28T20:38:25.993353 -
2024-12-28T20:38:25.993505 - Could not find AdvancedControlNet nodes2024-12-28T20:38:25.993516 -
2024-12-28T20:38:25.993879 - Could not find AnimateDiff nodes2024-12-28T20:38:25.993890 -
2024-12-28T20:38:25.994054 - Could not find IPAdapter nodes2024-12-28T20:38:25.994065 -
2024-12-28T20:38:25.995088 - Could not find VideoHelperSuite nodes2024-12-28T20:38:25.995100 -
2024-12-28T20:38:25.995324 - Could not load ImpactPack nodes2024-12-28T20:38:25.995335 - 2024-12-28T20:38:25.995343 - Could not find ImpactPack nodes2024-12-28T20:38:25.995352 -
2024-12-28T20:38:26.050554 -
Import times for custom nodes:
2024-12-28T20:38:26.050618 - 0.0 seconds: /Users/tashielyonns/ComfyUI/custom_nodes/websocket_image_save.py
2024-12-28T20:38:26.050643 - 0.0 seconds: /Users/tashielyonns/ComfyUI/custom_nodes/ComfyUI_UltimateSDUpscale
2024-12-28T20:38:26.050661 - 0.1 seconds: /Users/tashielyonns/ComfyUI/custom_nodes/ComfyUI-Manager
2024-12-28T20:38:26.050681 - 0.1 seconds: /Users/tashielyonns/ComfyUI/custom_nodes/comfyui-art-venture
2024-12-28T20:38:26.050696 - 0.1 seconds: /Users/tashielyonns/ComfyUI/custom_nodes/ComfyUI-FaceSwap
2024-12-28T20:38:26.050711 - 0.4 seconds: /Users/tashielyonns/ComfyUI/custom_nodes/comfyui_controlnet_aux
2024-12-28T20:38:26.050725 -
2024-12-28T20:38:26.053092 - Starting server
2024-12-28T20:38:26.053327 - To see the GUI go to: http://127.0.0.1:8188
2024-12-28T20:39:04.314658 - FETCH DATA from: /Users/tashielyonns/ComfyUI/custom_nodes/ComfyUI-Manager/extension-node-map.json2024-12-28T20:39:04.314703 - 2024-12-28T20:39:04.318718 - [DONE]2024-12-28T20:39:04.318784 -
2024-12-28T20:39:09.004365 - FETCH DATA from: /Users/tashielyonns/ComfyUI/custom_nodes/ComfyUI-Manager/.cache/1742899825_extension-node-map.json2024-12-28T20:39:09.004454 - 2024-12-28T20:39:09.009295 - [DONE]2024-12-28T20:39:09.009354 -
2024-12-28T20:39:09.035911 - FETCH DATA from: /Users/tashielyonns/ComfyUI/custom_nodes/ComfyUI-Manager/.cache/1514988643_custom-node-list.json2024-12-28T20:39:09.035961 - 2024-12-28T20:39:09.040695 - [DONE]2024-12-28T20:39:09.040746 -
2024-12-28T20:39:09.040955 - FETCH DATA from: /Users/tashielyonns/ComfyUI/custom_nodes/ComfyUI-Manager/.cache/746607195_github-stats.json2024-12-28T20:39:09.040975 - 2024-12-28T20:39:09.043293 - [DONE]2024-12-28T20:39:09.043345 -
2024-12-28T20:39:09.131997 - FETCH DATA from: /Users/tashielyonns/ComfyUI/custom_nodes/ComfyUI-Manager/.cache/1742899825_extension-node-map.json2024-12-28T20:39:09.132027 - 2024-12-28T20:39:09.134656 - [DONE]2024-12-28T20:39:09.134677 -
2024-12-28T20:39:20.260562 - got prompt
2024-12-28T20:39:20.584805 - model weight dtype torch.float16, manual cast: None
2024-12-28T20:39:20.585489 - model_type EPS
2024-12-28T20:39:23.761357 - Using split attention in VAE
2024-12-28T20:39:23.761797 - Using split attention in VAE
2024-12-28T20:39:23.857244 - VAE load device: mps, offload device: cpu, dtype: torch.bfloat16
2024-12-28T20:39:23.945538 - Requested to load SDXLClipModel
2024-12-28T20:39:23.951176 - loaded completely 9.5367431640625e+25 1560.802734375 True
2024-12-28T20:39:23.952638 - CLIP model load device: cpu, offload device: cpu, current: cpu, dtype: torch.float16
2024-12-28T20:39:25.954577 - loaded straight to GPU
2024-12-28T20:39:25.954912 - Requested to load SDXL
2024-12-28T20:39:25.970480 - loaded completely 9.5367431640625e+25 4897.0483474731445 True
2024-12-28T20:39:26.250895 - model_path is /Users/tashielyonns/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators/ControlNetHED.pth2024-12-28T20:39:26.250935 -
2024-12-28T20:39:30.485382 - Requested to load ControlNet
2024-12-28T20:39:32.135651 - loaded completely 9.5367431640625e+25 2395.547637939453 True
2024-12-28T20:41:11.373878 -
100%|███████████████████████████████████████████| 20/20 [01:39<00:00, 4.90s/it]2024-12-28T20:41:11.373991 -
100%|███████████████████████████████████████████| 20/20 [01:39<00:00, 4.96s/it]2024-12-28T20:41:11.374007 -
2024-12-28T20:41:11.539077 - Requested to load AutoencoderKL
2024-12-28T20:41:11.640917 - !!! Exception during processing !!! BFloat16 is not supported on MPS
2024-12-28T20:41:11.647614 - Traceback (most recent call last):
File "/Users/tashielyonns/ComfyUI/execution.py", line 327, 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/tashielyonns/ComfyUI/execution.py", line 202, 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/tashielyonns/ComfyUI/execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "/Users/tashielyonns/ComfyUI/execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/tashielyonns/ComfyUI/nodes.py", line 285, in decode
images = vae.decode(samples["samples"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/tashielyonns/ComfyUI/comfy/sd.py", line 465, in decode
model_management.load_models_gpu([self.patcher], memory_required=memory_used)
File "/Users/tashielyonns/ComfyUI/comfy/model_management.py", line 550, in load_models_gpu
loaded_model.model_load(lowvram_model_memory, force_patch_weights=force_patch_weights)
File "/Users/tashielyonns/ComfyUI/comfy/model_management.py", line 366, in model_load
self.model_use_more_vram(use_more_vram, force_patch_weights=force_patch_weights)
File "/Users/tashielyonns/ComfyUI/comfy/model_management.py", line 395, in model_use_more_vram
return self.model.partially_load(self.device, extra_memory, force_patch_weights=force_patch_weights)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/tashielyonns/ComfyUI/comfy/model_patcher.py", line 759, in partially_load
raise e
File "/Users/tashielyonns/ComfyUI/comfy/model_patcher.py", line 756, in partially_load
self.load(device_to, lowvram_model_memory=current_used + extra_memory, force_patch_weights=force_patch_weights, full_load=full_load)
File "/Users/tashielyonns/ComfyUI/comfy/model_patcher.py", line 607, in load
x[2].to(device_to)
File "/Users/tashielyonns/ComfyUI/venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1160, in to
return self._apply(convert)
^^^^^^^^^^^^^^^^^^^^
File "/Users/tashielyonns/ComfyUI/venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 833, in _apply
param_applied = fn(param)
^^^^^^^^^
File "/Users/tashielyonns/ComfyUI/venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1158, in convert
return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: BFloat16 is not supported on MPS
2024-12-28T20:41:11.649024 - Prompt executed in 111.38 seconds
2024-12-28T20:49:20.520590 - got prompt
2024-12-28T20:49:20.545350 - xFormers not available
2024-12-28T20:49:20.546556 - xFormers not available
2024-12-28T20:49:20.548660 - model_path is /Users/tashielyonns/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/depth-anything/Depth-Anything-V2-Large/depth_anything_v2_vitl.pth2024-12-28T20:49:20.548718 -
2024-12-28T20:49:20.553273 - using MLP layer as FFN
2024-12-28T20:49:24.990108 - /Users/tashielyonns/ComfyUI/venv/lib/python3.11/site-packages/torch/nn/functional.py:4028: UserWarning: The operator 'aten::upsample_bicubic2d.out' is not currently supported on the MPS backend and will fall back to run on the CPU. This may have performance implications. (Triggered internally at /Users/runner/work/pytorch/pytorch/pytorch/aten/src/ATen/mps/MPSFallback.mm:13.)
return torch._C._nn.upsample_bicubic2d(input, output_size, align_corners, scale_factors)
2024-12-28T20:49:25.828108 -
0%| | 0/20 [00:00
Contributor guide
Assessment
This issue has not been assessed yet.