Skip to content

TextEncodeQwenImageEditPlus_lrzjason: GET was unable to find an engine to execute this computation #432

@sudonode

Description

@sudonode

Custom Node Testing

Your question

Troubleshooting efforts/issue:

Im using a workflow that utilizes ComfyUi-QwenEditUtils, which is a collection of utility nodes for Qwen based image editing. One of the nodes is TextEncodeQwenImageEditPlus_lrzjason, which keeps failing.

I tried Manual CUDNN Wrapping. The node TextEncodeQwenImageEditPlus_lrzjason was manually added to classes_to_cudnn_wrap.txt. The logs confirm the wrapper successfully identified and wrapped the class, but the error is still there. I have used TextEncodeQwenImageEditPlusMamad8 before, which works fine, but does not have the same features as the node in question.

ComfyUI Error Report

Error Details

  • Node ID: 268
  • Node Type: TextEncodeQwenImageEditPlusCustom_lrzjason
  • Exception Type: RuntimeError
  • Exception Message: GET was unable to find an engine to execute this computation

Stack Trace

  File "P:\ComfyUI-Zluda\execution.py", line 527, in execute
    output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "P:\ComfyUI-Zluda\execution.py", line 331, in get_output_data
    return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "P:\ComfyUI-Zluda\execution.py", line 305, in _async_map_node_over_list
    await process_inputs(input_dict, i)

  File "P:\ComfyUI-Zluda\execution.py", line 293, in process_inputs
    result = f(**inputs)
             ^^^^^^^^^^^

  File "P:\ComfyUI-Zluda\custom_nodes\qweneditutils\nodes.py", line 982, in encode
    ref_latents.append(vae.encode(image[:, :, :, :3]))
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "P:\ComfyUI-Zluda\comfy\sd.py", line 1014, in encode
    out = self.first_stage_model.encode(pixels_in).to(self.output_device).float()
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "P:\ComfyUI-Zluda\comfy\ldm\wan\vae.py", line 492, in encode
    out = self.encoder(
          ^^^^^^^^^^^^^

  File "P:\ComfyUI-Zluda\venv\Lib\site-packages\torch\nn\modules\module.py", line 1751, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "P:\ComfyUI-Zluda\venv\Lib\site-packages\torch\nn\modules\module.py", line 1762, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "P:\ComfyUI-Zluda\comfy\ldm\wan\vae.py", line 301, in forward
    x = self.conv1(x)
        ^^^^^^^^^^^^^

  File "P:\ComfyUI-Zluda\venv\Lib\site-packages\torch\nn\modules\module.py", line 1751, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "P:\ComfyUI-Zluda\venv\Lib\site-packages\torch\nn\modules\module.py", line 1762, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

<img width="1121" height="762" alt="Image" src="https://github.com/user-attachments/assets/4245c053-0450-4452-807e-bc6410fc3100" />

  File "P:\ComfyUI-Zluda\comfy\ldm\wan\vae.py", line 34, in forward
    return super().forward(x, autopad="causal_zero")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "P:\ComfyUI-Zluda\comfy\ops.py", line 414, in forward
    return self.forward_comfy_cast_weights(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "P:\ComfyUI-Zluda\comfy\ops.py", line 407, in forward_comfy_cast_weights
    x = self._conv_forward(input, weight, bias, autopad=autopad)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "P:\ComfyUI-Zluda\comfy\ops.py", line 403, in _conv_forward
    return super()._conv_forward(input, weight, bias, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "P:\ComfyUI-Zluda\venv\Lib\site-packages\torch\nn\modules\conv.py", line 720, in _conv_forward
    return F.conv3d(
           ^^^^^^^^^

System Information

  • ComfyUI Version: 0.12.2
  • Arguments: main.py --auto-launch --use-quad-cross-attention --reserve-vram 0.9 --disable-async-offload --disable-pinned-memory
  • OS: win32
  • Python Version: 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]
  • Embedded Python: false
  • PyTorch Version: 2.7.0+cu118

Devices

  • Name: cuda:0 AMD Radeon RX 6750 XT [ZLUDA] : native
    • Type: cuda
    • VRAM Total: 12868124672
    • VRAM Free: 12662931456
    • Torch VRAM Total: 2097152
    • Torch VRAM Free: 2097152

Logs

2026-02-04T20:22:14.482339 -  2026-02-04T20:22:14.482339 - P:\ComfyUI-Zluda2026-02-04T20:22:14.482339 - 
2026-02-04T20:22:14.482339 - ** ComfyUI Base Folder Path:2026-02-04T20:22:14.482339 -  2026-02-04T20:22:14.482339 - P:\ComfyUI-Zluda2026-02-04T20:22:14.482339 - 
2026-02-04T20:22:14.482339 - ** User directory:2026-02-04T20:22:14.482339 -  2026-02-04T20:22:14.482339 - P:\ComfyUI-Zluda\user2026-02-04T20:22:14.482339 - 
2026-02-04T20:22:14.482339 - ** ComfyUI-Manager config path:2026-02-04T20:22:14.482339 -  2026-02-04T20:22:14.482339 - P:\ComfyUI-Zluda\user\__manager\config.ini2026-02-04T20:22:14.482339 - 
2026-02-04T20:22:14.484857 - ** Log path:2026-02-04T20:22:14.484857 -  2026-02-04T20:22:14.484857 - P:\ComfyUI-Zluda\user\comfyui.log2026-02-04T20:22:14.484857 - 
2026-02-04T20:22:15.389537 - 
Prestartup times for custom nodes:
2026-02-04T20:22:15.392644 -    0.0 seconds: P:\ComfyUI-Zluda\custom_nodes\rgthree-comfy
2026-02-04T20:22:15.392644 -    0.0 seconds: P:\ComfyUI-Zluda\custom_nodes\comfyui-easy-use
2026-02-04T20:22:15.392644 -    3.0 seconds: P:\ComfyUI-Zluda\custom_nodes\ComfyUI-Manager
2026-02-04T20:22:15.392644 - 
2026-02-04T20:22:33.133637 - Checkpoint files will always be loaded safely.
2026-02-04T20:22:34.142458 - �[93m%%% [backported] imported triton knobs�[0m2026-02-04T20:22:34.142458 - 
2026-02-04T20:22:34.362664 - WARNING: You need pytorch with cu130 or higher to use optimized CUDA operations.
2026-02-04T20:22:34.362664 - Found comfy_kitchen backend cuda: {'available': True, 'disabled': True, 'unavailable_reason': None, 'capabilities': ['apply_rope', 'apply_rope1', 'dequantize_nvfp4', 'dequantize_per_tensor_fp8', 'quantize_nvfp4', 'quantize_per_tensor_fp8']}
2026-02-04T20:22:34.365178 - Found comfy_kitchen backend triton: {'available': True, 'disabled': True, 'unavailable_reason': None, 'capabilities': ['apply_rope', 'apply_rope1', 'dequantize_nvfp4', 'dequantize_per_tensor_fp8', 'quantize_nvfp4', 'quantize_per_tensor_fp8']}
2026-02-04T20:22:34.365178 - Found comfy_kitchen backend eager: {'available': True, 'disabled': False, 'unavailable_reason': None, 'capabilities': ['apply_rope', 'apply_rope1', 'dequantize_nvfp4', 'dequantize_per_tensor_fp8', 'quantize_nvfp4', 'quantize_per_tensor_fp8', 'scaled_mm_nvfp4']}
2026-02-04T20:22:34.372694 - 
  ::  Checking package versions...2026-02-04T20:22:34.372694 - 
2026-02-04T20:22:34.372694 - Found pydantic: 2.12.5, pydantic-settings: 2.12.02026-02-04T20:22:34.372694 - 
2026-02-04T20:22:34.452626 -   ::  Pydantic packages are compatible, skipping reinstall2026-02-04T20:22:34.452626 - 
2026-02-04T20:22:34.452626 - Installed version of comfyui-frontend-package: 1.37.112026-02-04T20:22:34.452626 - 
2026-02-04T20:22:34.452626 - Installed version of comfyui-workflow-templates: 0.8.312026-02-04T20:22:34.452626 - 
2026-02-04T20:22:34.452626 - Installed version of av: 16.1.02026-02-04T20:22:34.452626 - 
2026-02-04T20:22:34.452626 - Installed version of comfyui-embedded-docs: 0.4.02026-02-04T20:22:34.452626 - 
2026-02-04T20:22:34.452626 - Installed version of comfy-kitchen: 0.2.72026-02-04T20:22:34.452626 - 
2026-02-04T20:22:34.452626 - Installed version of comfy-aimdo: 0.1.72026-02-04T20:22:34.452626 - 
2026-02-04T20:22:34.452626 -   ::  Package version check complete.2026-02-04T20:22:34.452626 - 
2026-02-04T20:22:34.452626 - 
  ::  ------------------------ ZLUDA -----------------------  ::  2026-02-04T20:22:34.452626 - 
2026-02-04T20:22:34.467670 -   ::  Auto-detecting AMD GPU architecture for Triton...2026-02-04T20:22:34.467670 - 
2026-02-04T20:22:34.467670 -   ::  Detected GPU via Windows registry: AMD Radeon RX 6750 XT2026-02-04T20:22:34.472677 - 
2026-02-04T20:22:34.472677 -   ::  Set TRITON_OVERRIDE_ARCH=gfx10312026-02-04T20:22:34.472677 - 
2026-02-04T20:22:34.472677 -   ::  Triton core imported successfully2026-02-04T20:22:34.472677 - 
2026-02-04T20:22:34.472677 -   ::  Detected Triton version: 3.4.02026-02-04T20:22:34.472677 - 
2026-02-04T20:22:34.472677 -   ::  Enabled cuDNN2026-02-04T20:22:34.472677 - 
2026-02-04T20:22:34.472677 -   ::  Running Triton kernel test...2026-02-04T20:22:34.472677 - 
2026-02-04T20:22:34.837368 - �[93m%%% [info] triton/runtime/build/platform_key: AMD64,Windows,64bit,WindowsPE�[0m2026-02-04T20:22:34.837368 - 
2026-02-04T20:22:35.227438 -   ::  Triton kernel test passed successfully2026-02-04T20:22:35.227438 - 
2026-02-04T20:22:35.227438 -   ::  Triton initialized successfully2026-02-04T20:22:35.227438 - 
2026-02-04T20:22:35.327560 -   ::  Patching ONNX Runtime for ZLUDA — disabling CUDA EP.2026-02-04T20:22:35.327560 - 
2026-02-04T20:22:35.327560 -   ::  Using ZLUDA with device: AMD Radeon RX 6750 XT [ZLUDA]2026-02-04T20:22:35.327560 - 
2026-02-04T20:22:35.327560 -   ::  Applying core ZLUDA patches...2026-02-04T20:22:35.327560 - 
2026-02-04T20:22:35.327560 -   ::  Initializing Triton optimizations2026-02-04T20:22:35.327560 - 
2026-02-04T20:22:35.327560 -   ::  Configuring Triton device properties...2026-02-04T20:22:35.327560 - 
2026-02-04T20:22:35.327560 -   ::  Triton device properties configured2026-02-04T20:22:35.327560 - 
2026-02-04T20:22:35.327560 -   ::  Configuring PyTorch backends...2026-02-04T20:22:35.327560 - 
2026-02-04T20:22:35.327560 -   ::  Enabled math attention fallback2026-02-04T20:22:35.327560 - 
2026-02-04T20:22:35.327560 -   ::  ZLUDA initialization complete2026-02-04T20:22:35.327560 - 
2026-02-04T20:22:35.327560 -   ::  ------------------------ ZLUDA -----------------------  ::  
2026-02-04T20:22:35.327560 - 
2026-02-04T20:22:35.332625 - Total VRAM 12272 MB, total RAM 65299 MB
2026-02-04T20:22:35.332625 - pytorch version: 2.7.0+cu118
2026-02-04T20:22:35.332625 - Set vram state to: NORMAL_VRAM
2026-02-04T20:22:35.332625 - Device: cuda:0 AMD Radeon RX 6750 XT [ZLUDA] : native
2026-02-04T20:22:36.047539 - Using sub quadratic optimization for attention, if you have memory or speed issues try using: --use-split-cross-attention
2026-02-04T20:22:37.882733 - Python version: 3.11.9 (tags/v3.11.9:de54cf5, Apr  2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]
2026-02-04T20:22:37.882733 - ComfyUI version: 0.12.2
2026-02-04T20:22:37.912441 - ComfyUI frontend version: 1.37.11
2026-02-04T20:22:37.912441 - [Prompt Server] web root: P:\ComfyUI-Zluda\venv\Lib\site-packages\comfyui_frontend_package\static
2026-02-04T20:22:38.693694 - Failed to find comfy root automatically, please copy the folder P:\ComfyUI-Zluda\custom_nodes\ComfyLiterals\web manually in the web/extensions folder of ComfyUI2026-02-04T20:22:38.693694 - 
2026-02-04T20:22:39.672692 - �[34m[ComfyUI-Easy-Use] server: �[0mv1.3.6 �[92mLoaded�[0m2026-02-04T20:22:39.672692 - 
2026-02-04T20:22:39.672692 - �[34m[ComfyUI-Easy-Use] web root: �[0mP:\ComfyUI-Zluda\custom_nodes\comfyui-easy-use\web_version/v2 �[92mLoaded�[0m2026-02-04T20:22:39.672692 - 
2026-02-04T20:22:39.825182 - ### Loading: ComfyUI-Manager (V3.39.2)
2026-02-04T20:22:39.825182 - [ComfyUI-Manager] network_mode: public
2026-02-04T20:22:39.825182 - [ComfyUI-Manager] ComfyUI per-queue preview override detected (PR #11261). Manager's preview method feature is disabled. Use ComfyUI's --preview-method CLI option or 'Settings > Execution > Live preview method'.
2026-02-04T20:22:40.937483 - ### ComfyUI Revision: 6214 [2dd17349] | Released on '2026-02-04'
2026-02-04T20:22:41.342430 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
2026-02-04T20:22:41.363516 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
2026-02-04T20:22:41.387736 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
2026-02-04T20:22:41.492730 - ------------------------------------------2026-02-04T20:22:41.492730 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
2026-02-04T20:22:41.492730 - 
2026-02-04T20:22:41.492730 - �[34mComfyroll Studio v1.76 : �[92m 175 Nodes Loaded�[0m2026-02-04T20:22:41.492730 - 
2026-02-04T20:22:41.497776 - ------------------------------------------2026-02-04T20:22:41.497776 - 
2026-02-04T20:22:41.497776 - ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md2026-02-04T20:22:41.497776 - 
2026-02-04T20:22:41.497776 - ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki2026-02-04T20:22:41.497776 - 
2026-02-04T20:22:41.497776 - ------------------------------------------2026-02-04T20:22:41.497776 - 
2026-02-04T20:22:41.532416 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
2026-02-04T20:22:41.542440 - # 😺dzNodes: LayerStyle -> �[1;33mCannot import name 'guidedFilter' from 'cv2.ximgproc'
A few nodes cannot works properly, while most nodes are not affected. Please REINSTALL package 'opencv-contrib-python'.
For detail refer to �[4mhttps://github.com/chflame163/ComfyUI_LayerStyle/issues/5�[0m�[m2026-02-04T20:22:41.542440 - 
2026-02-04T20:22:41.637338 - 
2026-02-04T20:22:41.637338 - �[92m[rgthree-comfy] Loaded 48 fantastic nodes. 🎉�[0m2026-02-04T20:22:41.637338 - 
2026-02-04T20:22:41.637338 - 
2026-02-04T20:22:41.637338 - �[33m[rgthree-comfy] ComfyUI's new Node 2.0 rendering may be incompatible with some rgthree-comfy nodes and features, breaking some rendering as well as losing the ability to access a node's properties (a vital part of many nodes). It also appears to run MUCH more slowly spiking CPU usage and causing jankiness and unresponsiveness, especially with large workflows. Personally I am not planning to use the new Nodes 2.0 and, unfortunately, am not able to invest the time to investigate and overhaul rgthree-comfy where needed. If you have issues when Nodes 2.0 is enabled, I'd urge you to switch it off as well and join me in hoping ComfyUI is not planning to deprecate the existing, stable canvas rendering all together.
�[0m2026-02-04T20:22:41.637338 - 
2026-02-04T20:22:41.637338 - 
Import times for custom nodes:
2026-02-04T20:22:41.642346 -    0.0 seconds: P:\ComfyUI-Zluda\custom_nodes\cfz_vae_loader.py
2026-02-04T20:22:41.642346 -    0.0 seconds: P:\ComfyUI-Zluda\custom_nodes\cfz_cudnn.toggle.py
2026-02-04T20:22:41.642346 -    0.0 seconds: P:\ComfyUI-Zluda\custom_nodes\websocket_image_save.py
2026-02-04T20:22:41.642346 -    0.0 seconds: P:\ComfyUI-Zluda\custom_nodes\cfz_patcher.py
2026-02-04T20:22:41.642346 -    0.0 seconds: P:\ComfyUI-Zluda\custom_nodes\CFZ-caching
2026-02-04T20:22:41.642346 -    0.0 seconds: P:\ComfyUI-Zluda\custom_nodes\ComfyLiterals
2026-02-04T20:22:41.642346 -    0.0 seconds: P:\ComfyUI-Zluda\custom_nodes\qweneditutils
2026-02-04T20:22:41.642346 -    0.0 seconds: P:\ComfyUI-Zluda\custom_nodes\ComfyUI-Mamad8-QwenEdit-fix
2026-02-04T20:22:41.642346 -    0.0 seconds: P:\ComfyUI-Zluda\custom_nodes\ovum-cudnn-wrapper
2026-02-04T20:22:41.642346 -    0.0 seconds: P:\ComfyUI-Zluda\custom_nodes\ComfyUI-qwenmultiangle
2026-02-04T20:22:41.642346 -    0.0 seconds: P:\ComfyUI-Zluda\custom_nodes\reservedvram
2026-02-04T20:22:41.642346 -    0.0 seconds: P:\ComfyUI-Zluda\custom_nodes\ComfyUI_Swwan
2026-02-04T20:22:41.642346 -    0.0 seconds: P:\ComfyUI-Zluda\custom_nodes\rgthree-comfy
2026-02-04T20:22:41.642346 -    0.1 seconds: P:\ComfyUI-Zluda\custom_nodes\ComfyUI_LayerStyle
2026-02-04T20:22:41.642346 -    0.1 seconds: P:\ComfyUI-Zluda\custom_nodes\comfyui-kjnodes
2026-02-04T20:22:41.642346 -    0.3 seconds: P:\ComfyUI-Zluda\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2026-02-04T20:22:41.642346 -    1.0 seconds: P:\ComfyUI-Zluda\custom_nodes\comfyui-easy-use
2026-02-04T20:22:41.642346 -    1.4 seconds: P:\ComfyUI-Zluda\custom_nodes\ComfyUI-Manager
2026-02-04T20:22:41.642346 - 
2026-02-04T20:22:41.663919 - Context impl SQLiteImpl.
2026-02-04T20:22:41.663919 - Will assume non-transactional DDL.
2026-02-04T20:22:41.684293 - Assets scan(roots=['models']) completed in 0.019s (created=0, skipped_existing=25, orphans_pruned=0, total_seen=25)
2026-02-04T20:22:42.022424 - Starting server

2026-02-04T20:22:42.022424 - To see the GUI go to: http://127.0.0.1:8188
2026-02-04T20:22:43.796177 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-02-04T20:22:43.799699 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/groupNode.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-02-04T20:22:43.873169 - [CUDNNWrapper] reading config from P:\ComfyUI-Zluda\classes_to_cudnn_wrap.txt2026-02-04T20:22:43.873169 - 
2026-02-04T20:22:43.874175 - CUDNNWrapper: regex /image.*video.*encode/i matched no classes2026-02-04T20:22:43.874175 - 
2026-02-04T20:22:43.874175 - CUDNNWrapper: regex /wanvideo.*decode/i matched no classes2026-02-04T20:22:43.874175 - 
2026-02-04T20:22:43.875180 - CUDNNWrapper: 'TextEncodeQwenImageEditPlus lrzjason' not found to wrap2026-02-04T20:22:43.875180 - 
2026-02-04T20:22:43.875180 - CUDNNWrapper: 'WanVideoClipVisionEncode' not found to wrap2026-02-04T20:22:43.875180 - 
2026-02-04T20:22:43.875180 - CUDNNWrapper: 'WanVideoImageToVideoEncode' not found to wrap2026-02-04T20:22:43.875180 - 
2026-02-04T20:22:43.875180 - CUDNNWrapper: 'WanVideoEncode' not found to wrap2026-02-04T20:22:43.875180 - 
2026-02-04T20:22:43.875180 - CUDNNWrapper: 'WanVideoDecode' not found to wrap2026-02-04T20:22:43.875180 - 
2026-02-04T20:22:43.876186 - CUDNNWrapper: Wrapped 5 node(s) by exact string match: TextEncodeQwenImageEditPlus, TextEncodeQwenImageEditPlus_lrzjason, TextEncodeQwenImageEditPlusMamad8, VAEDecode, VAEDecodeTiled2026-02-04T20:22:43.876186 - 
2026-02-04T20:22:43.876186 - CUDNNWrapper: Wrapped 11 node(s) via regex /vae.*(encode|decode)/i: VAEEncode, VAEEncodeForInpaint, VAEEncodeTiled, StableCascade_StageC_VAEEncode, VAEEncodeAudio, VAEDecodeAudio, LTXVAudioVAEEncode, LTXVAudioVAEDecode, VAEDecodeHunyuan3D, VAEDecodeLoopKJ, CR VAE Decode2026-02-04T20:22:43.876186 - 
2026-02-04T20:22:43.957583 - [CFZ Load] No cache files found2026-02-04T20:22:43.957583 - 
2026-02-04T20:22:43.958591 - [CFZ Load] No cache files found2026-02-04T20:22:43.958591 - 
2026-02-04T20:22:44.395642 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/buttonGroup.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-02-04T20:22:44.407677 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/button.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-02-04T20:22:44.721131 - FETCH ComfyRegistry Data: 5/1232026-02-04T20:22:44.721131 - 
2026-02-04T20:22:48.121589 - FETCH ComfyRegistry Data: 10/1232026-02-04T20:22:48.121589 - 
2026-02-04T20:22:51.082713 - FETCH ComfyRegistry Data: 15/1232026-02-04T20:22:51.082713 - 
2026-02-04T20:22:53.382589 - [CUDNNWrapper] reading config from P:\ComfyUI-Zluda\classes_to_cudnn_wrap.txt2026-02-04T20:22:53.382589 - 
2026-02-04T20:22:53.382589 - CUDNNWrapper: regex /image.*video.*encode/i matched no classes2026-02-04T20:22:53.382589 - 
2026-02-04T20:22:53.382589 - CUDNNWrapper: regex /wanvideo.*decode/i matched no classes2026-02-04T20:22:53.382589 - 
2026-02-04T20:22:53.382589 - CUDNNWrapper: 'TextEncodeQwenImageEditPlus lrzjason' not found to wrap2026-02-04T20:22:53.382589 - 
2026-02-04T20:22:53.382589 - CUDNNWrapper: 'WanVideoClipVisionEncode' not found to wrap2026-02-04T20:22:53.382589 - 
2026-02-04T20:22:53.382589 - CUDNNWrapper: 'WanVideoImageToVideoEncode' not found to wrap2026-02-04T20:22:53.382589 - 
2026-02-04T20:22:53.382589 - CUDNNWrapper: 'WanVideoEncode' not found to wrap2026-02-04T20:22:53.382589 - 
2026-02-04T20:22:53.382589 - CUDNNWrapper: 'WanVideoDecode' not found to wrap2026-02-04T20:22:53.382589 - 
2026-02-04T20:22:54.152378 - FETCH ComfyRegistry Data: 20/1232026-02-04T20:22:54.152378 - 
2026-02-04T20:22:57.232491 - FETCH ComfyRegistry Data: 25/1232026-02-04T20:22:57.232491 - 
2026-02-04T20:23:00.245670 - FETCH ComfyRegistry Data: 30/1232026-02-04T20:23:00.245670 - 
2026-02-04T20:23:03.262214 - FETCH ComfyRegistry Data: 35/1232026-02-04T20:23:03.262214 - 
2026-02-04T20:23:06.314424 - FETCH ComfyRegistry Data: 40/1232026-02-04T20:23:06.314424 - 
2026-02-04T20:23:09.602376 - FETCH ComfyRegistry Data: 45/1232026-02-04T20:23:09.602376 - 
2026-02-04T20:23:12.692414 - FETCH ComfyRegistry Data: 50/1232026-02-04T20:23:12.692414 - 
2026-02-04T20:23:15.702510 - FETCH ComfyRegistry Data: 55/1232026-02-04T20:23:15.702510 - 
2026-02-04T20:23:19.792796 - FETCH ComfyRegistry Data: 60/1232026-02-04T20:23:19.792796 - 
2026-02-04T20:23:22.862323 - FETCH ComfyRegistry Data: 65/1232026-02-04T20:23:22.862323 - 
2026-02-04T20:23:25.962478 - FETCH ComfyRegistry Data: 70/1232026-02-04T20:23:25.962478 - 
2026-02-04T20:23:29.544449 - FETCH ComfyRegistry Data: 75/1232026-02-04T20:23:29.544449 - 
2026-02-04T20:23:32.692825 - FETCH ComfyRegistry Data: 80/1232026-02-04T20:23:32.692825 - 
2026-02-04T20:23:35.744667 - FETCH ComfyRegistry Data: 85/1232026-02-04T20:23:35.744667 - 
2026-02-04T20:23:38.782648 - FETCH ComfyRegistry Data: 90/1232026-02-04T20:23:38.782648 - 
2026-02-04T20:23:41.865000 - FETCH ComfyRegistry Data: 95/1232026-02-04T20:23:41.865000 - 
2026-02-04T20:23:45.142353 - FETCH ComfyRegistry Data: 100/1232026-02-04T20:23:45.142353 - 
2026-02-04T20:23:48.272383 - FETCH ComfyRegistry Data: 105/1232026-02-04T20:23:48.272383 - 
2026-02-04T20:23:52.042276 - FETCH ComfyRegistry Data: 110/1232026-02-04T20:23:52.042276 - 
2026-02-04T20:23:55.092396 - FETCH ComfyRegistry Data: 115/1232026-02-04T20:23:55.092396 - 
2026-02-04T20:23:59.042457 - FETCH ComfyRegistry Data: 120/1232026-02-04T20:23:59.042457 - 
2026-02-04T20:24:02.406895 - FETCH ComfyRegistry Data [DONE]2026-02-04T20:24:02.406895 - 
2026-02-04T20:24:02.555955 - [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
2026-02-04T20:24:02.582159 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2026-02-04T20:24:02.582159 - 2026-02-04T20:24:02.742299 -  [DONE]2026-02-04T20:24:02.742299 - 
2026-02-04T20:24:02.802302 - [ComfyUI-Manager] All startup tasks have been completed.
2026-02-04T20:29:12.681862 - [OVUM_CUDDN_TOGGLE] torch.backends.cudnn.enabled still set to True2026-02-04T20:29:12.691936 - 
2026-02-04T20:29:12.695039 - got prompt
2026-02-04T20:29:12.695039 - Failed to validate prompt for output 211:
2026-02-04T20:29:12.695039 - * KSampler 178:
2026-02-04T20:29:12.695039 -   - Required input is missing: latent_image
2026-02-04T20:29:12.695039 - * CropWithPadInfo 271:
2026-02-04T20:29:12.695039 -   - Required input is missing: pad_info
2026-02-04T20:29:12.695039 - Output will be ignored
2026-02-04T20:29:12.695039 - Failed to validate prompt for output 312:
2026-02-04T20:29:12.695039 - Output will be ignored
2026-02-04T20:29:12.739999 - Prompt executed in 0.04 seconds
2026-02-04T20:38:40.580698 - [OVUM_CUDDN_TOGGLE] torch.backends.cudnn.enabled still set to True2026-02-04T20:38:40.580698 - 
2026-02-04T20:38:40.585714 - got prompt
2026-02-04T20:38:40.590721 - Failed to validate prompt for output 211:
2026-02-04T20:38:40.590721 - * LoraLoaderModelOnly 279:
2026-02-04T20:38:40.590721 -   - Value not in list: lora_name: 'qwen-image-edit-2511-multiple-angles-loraX2.safetensors' not in ['Kook_Qwen_2512_真实幻想.safetensors', 'Kook_Qwen_真实幻想V2.safetensors', 'Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16.safetensors', 'Qwen-Image-Edit-2511-Lightning-4steps-V1.0-fp32.safetensors', 'Qwen-Image-Edit-2511-Lightning-8steps-V1.0-fp32.safetensors', 'Qwen-Image_Edit-2509-Multiple-angles.safetensors', 'next-scene_lora-v2-3000.safetensors', 'qwen-image-edit-2511-multiple-angles-lora.safetensors']
2026-02-04T20:38:40.590721 - Output will be ignored
2026-02-04T20:38:40.590721 - Failed to validate prompt for output 312:
2026-02-04T20:38:40.590721 - Output will be ignored
2026-02-04T20:38:40.615951 - Prompt executed in 0.03 seconds
2026-02-04T20:38:47.489023 - [OVUM_CUDDN_TOGGLE] torch.backends.cudnn.enabled still set to True2026-02-04T20:38:47.489023 - 
2026-02-04T20:38:47.495228 - got prompt
2026-02-04T20:38:47.596830 - # 😺dzNodes: LayerStyle -> �[1;32mImageScaleByAspectRatio V2 Processed 1 image(s).�[m2026-02-04T20:38:47.596830 - 
2026-02-04T20:38:47.614690 - Using split attention in VAE
2026-02-04T20:38:47.616695 - Using split attention in VAE
2026-02-04T20:38:47.746396 - VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16
2026-02-04T20:38:47.887373 - Found quantization metadata version 1
2026-02-04T20:38:47.888374 - Using MixedPrecisionOps for text encoder
2026-02-04T20:38:48.390841 - CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cpu, dtype: torch.float16
2026-02-04T20:38:48.484941 - Requested to load WanVAE
2026-02-04T20:38:48.605971 - loaded completely; 605.84 MB usable, 242.03 MB loaded, full load: True
2026-02-04T20:38:57.662746 - !!! Exception during processing !!! GET was unable to find an engine to execute this computation
2026-02-04T20:38:57.664749 - Traceback (most recent call last):
  File "P:\ComfyUI-Zluda\execution.py", line 527, in execute
    output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "P:\ComfyUI-Zluda\execution.py", line 331, in get_output_data
    return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "P:\ComfyUI-Zluda\execution.py", line 305, in _async_map_node_over_list
    await process_inputs(input_dict, i)
  File "P:\ComfyUI-Zluda\execution.py", line 293, in process_inputs
    result = f(**inputs)
             ^^^^^^^^^^^
  File "P:\ComfyUI-Zluda\custom_nodes\qweneditutils\nodes.py", line 982, in encode
    ref_latents.append(vae.encode(image[:, :, :, :3]))
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "P:\ComfyUI-Zluda\comfy\sd.py", line 1014, in encode
    out = self.first_stage_model.encode(pixels_in).to(self.output_device).float()
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "P:\ComfyUI-Zluda\comfy\ldm\wan\vae.py", line 492, in encode
    out = self.encoder(
          ^^^^^^^^^^^^^
  File "P:\ComfyUI-Zluda\venv\Lib\site-packages\torch\nn\modules\module.py", line 1751, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "P:\ComfyUI-Zluda\venv\Lib\site-packages\torch\nn\modules\module.py", line 1762, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "P:\ComfyUI-Zluda\comfy\ldm\wan\vae.py", line 301, in forward
    x = self.conv1(x)
        ^^^^^^^^^^^^^
  File "P:\ComfyUI-Zluda\venv\Lib\site-packages\torch\nn\modules\module.py", line 1751, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "P:\ComfyUI-Zluda\venv\Lib\site-packages\torch\nn\modules\module.py", line 1762, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "P:\ComfyUI-Zluda\comfy\ldm\wan\vae.py", line 34, in forward
    return super().forward(x, autopad="causal_zero")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "P:\ComfyUI-Zluda\comfy\ops.py", line 414, in forward
    return self.forward_comfy_cast_weights(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "P:\ComfyUI-Zluda\comfy\ops.py", line 407, in forward_comfy_cast_weights
    x = self._conv_forward(input, weight, bias, autopad=autopad)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "P:\ComfyUI-Zluda\comfy\ops.py", line 403, in _conv_forward
    return super()._conv_forward(input, weight, bias, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "P:\ComfyUI-Zluda\venv\Lib\site-packages\torch\nn\modules\conv.py", line 720, in _conv_forward
    return F.conv3d(
           ^^^^^^^^^
RuntimeError: GET was unable to find an engine to execute this computation

2026-02-04T20:38:57.666753 - Prompt executed in 10.17 seconds

Attached Workflow

Image

## Additional Context
(Please add any additional context or steps to reproduce the error here)

### Logs

```powershell

Other

No response

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