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
So i just installed Triton and Sageattention, and it is clearly there in my Python folder aswell as the Comfyui folder, but when i run the WAN21 Workflow with TeaCache it says
PathchSageAttentionKJ
No module named 'sageattention'
Patching comfy attention to use sageattn !!! Exception during processing !!! No module named 'sageattention' Traceback (most recent call last): File "F:\ComfyUI_windows_portable_nightly_pytorch\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 "F:\ComfyUI_windows_portable_nightly_pytorch\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 "F:\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\execution.py", line 174, in _map_node_over_list process_inputs(input_dict, i) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "F:\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\execution.py", line 163, in process_inputs results.append(getattr(obj, func)(**inputs)) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "F:\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\custom_nodes\comfyui-kjnodes\nodes\model_optimization_nodes.py", line 140, in patch self._patch_modules(False, sage_attention) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "F:\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\custom_nodes\comfyui-kjnodes\nodes\model_optimization_nodes.py", line 24, in _patch_modules from sageattention import sageattn ModuleNotFoundError: No module named 'sageattention'
The text was updated successfully, but these errors were encountered:
So i just installed Triton and Sageattention, and it is clearly there in my Python folder aswell as the Comfyui folder, but when i run the WAN21 Workflow with TeaCache it says
Patching comfy attention to use sageattn !!! Exception during processing !!! No module named 'sageattention' Traceback (most recent call last): File "F:\ComfyUI_windows_portable_nightly_pytorch\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 "F:\ComfyUI_windows_portable_nightly_pytorch\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 "F:\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\execution.py", line 174, in _map_node_over_list process_inputs(input_dict, i) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "F:\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\execution.py", line 163, in process_inputs results.append(getattr(obj, func)(**inputs)) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "F:\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\custom_nodes\comfyui-kjnodes\nodes\model_optimization_nodes.py", line 140, in patch self._patch_modules(False, sage_attention) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "F:\ComfyUI_windows_portable_nightly_pytorch\ComfyUI\custom_nodes\comfyui-kjnodes\nodes\model_optimization_nodes.py", line 24, in _patch_modules from sageattention import sageattn ModuleNotFoundError: No module named 'sageattention'
The text was updated successfully, but these errors were encountered: