ComfyUI-DiffusersStableCascade icon indicating copy to clipboard operation
ComfyUI-DiffusersStableCascade copied to clipboard

Hello author, could you please explain the reason behind this error message in the code?

Open 253701 opened this issue 1 year ago • 1 comments

Error occurred when executing DiffusersStableCascade:

cutlassF: no kernel found to launch!

File "J:\ComfyUI_windows_portable\ComfyUI\execution.py", line 152, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "J:\ComfyUI_windows_portable\ComfyUI\execution.py", line 82, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "J:\ComfyUI_windows_portable\ComfyUI\execution.py", line 75, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "J:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DiffusersStableCascade\nodes.py", line 49, in process prior_output = self.prior( ^^^^^^^^^^^ File "J:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "j:\comfyui_windows_portable\python_embeded\src\diffusers\src\diffusers\pipelines\stable_cascade\pipeline_stable_cascade_prior.py", line 556, in call predicted_image_embedding = self.prior( ^^^^^^^^^^^ File "J:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1518, in _wrapped_call_impl return self._call_impl(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "J:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1527, in _call_impl return forward_call(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "j:\comfyui_windows_portable\python_embeded\src\diffusers\src\diffusers\pipelines\stable_cascade\modeling_stable_cascade_common.py", line 316, in forward level_outputs = self._down_encode(x, r_embed, clip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "j:\comfyui_windows_portable\python_embeded\src\diffusers\src\diffusers\pipelines\stable_cascade\modeling_stable_cascade_common.py", line 255, in _down_encode x = block(x, clip) ^^^^^^^^^^^^^^ File "J:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1518, in _wrapped_call_impl return self._call_impl(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "J:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1527, in _call_impl return forward_call(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "j:\comfyui_windows_portable\python_embeded\src\diffusers\src\diffusers\pipelines\wuerstchen\modeling_wuerstchen_common.py", line 108, in forward x = x + self.attention(norm_x, encoder_hidden_states=kv) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "J:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1518, in _wrapped_call_impl return self._call_impl(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "J:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1527, in _call_impl return forward_call(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "j:\comfyui_windows_portable\python_embeded\src\diffusers\src\diffusers\models\attention_processor.py", line 522, in forward return self.processor( ^^^^^^^^^^^^^^^ File "j:\comfyui_windows_portable\python_embeded\src\diffusers\src\diffusers\models\attention_processor.py", line 1254, in call hidden_states = F.scaled_dot_product_attention(

253701 avatar Feb 17 '24 01:02 253701

Is the reason for this error that the model only supports 30 or 40 series graphics cards?

253701 avatar Feb 17 '24 01:02 253701