Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

Torch not compiled with CUDA enabled #26

@Poperah

Description

@Poperah

Error occurred when executing IPAdapter:

Torch not compiled with CUDA enabled

File "/Users/zacharycarpenter/Desktop/ComfyUI-master/execution.py", line 152, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "/Users/zacharycarpenter/Desktop/ComfyUI-master/execution.py", line 82, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "/Users/zacharycarpenter/Desktop/ComfyUI-master/execution.py", line 75, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "/Users/zacharycarpenter/Desktop/ComfyUI-master/custom_nodes/IPAdapter-ComfyUI/ip_adapter.py", line 171, in adapter
self.ipadapter.to(device, dtype=self.dtype)
File "/Users/zacharycarpenter/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 1160, in to
return self._apply(convert)
File "/Users/zacharycarpenter/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 810, in _apply
module._apply(fn)
File "/Users/zacharycarpenter/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 810, in _apply
module._apply(fn)
File "/Users/zacharycarpenter/Library/Python/3.9/lib/python/site-packages/torch/nn/modules/module.py", line 833, in _apply
param_applied = fn(param)
File "/Users/zacharycarpenter/Library/Python/3.9/lib/python/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)
File "/Users/zacharycarpenter/Library/Python/3.9/lib/python/site-packages/torch/cuda/init.py", line 289, in _lazy_init
raise AssertionError("Torch not compiled with CUDA enabled")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions