Hey, Your text encoder models keep returning this error message

#3
by Lowlay - opened

Your text encoder model at https://huggingface.co/ideogram-ai/ideogram-4-nf4-diffusers/tree/main/text_encoder
seems to be corrupted as follows,

OS: Windows 11
96G RAM
RTX 5060TI 16G
ComfyUI portable
ComfyUI: v0.24.0-9-g4e1f7cb1 (2026-06-04)
Manager: V3.40
Ideogram Model : ideogram-4-nf4-diffusers

NotImplementedError: Cannot copy out of meta tensor; no data!

ComfyUI Error Report

Error Details

  • Node ID: 98:24
  • Node Type: CLIPTextEncode
  • Exception Type: NotImplementedError
  • Exception Message: NotImplementedError: Cannot copy out of meta tensor; no data!

Stack Trace

  File "E:\ComfyUI_0525\ComfyUI\execution.py", line 536, 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 "E:\ComfyUI_0525\ComfyUI\execution.py", line 336, 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 "E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-lora-manager\py\metadata_collector\metadata_hook.py", line 171, in async_map_node_over_list_with_metadata
    results = await original_map_node_over_list(
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUI_0525\ComfyUI\execution.py", line 310, in _async_map_node_over_list
    await process_inputs(input_dict, i)

  File "E:\ComfyUI_0525\ComfyUI\execution.py", line 298, in process_inputs
    result = f(**inputs)
             ^^^^^^^^^^^

  File "E:\ComfyUI_0525\ComfyUI\nodes.py", line 79, in encode
    return (clip.encode_from_tokens_scheduled(tokens), )
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUI_0525\ComfyUI\comfy\sd.py", line 326, in encode_from_tokens_scheduled
    pooled_dict = self.encode_from_tokens(tokens, return_pooled=return_pooled, return_dict=True)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUI_0525\ComfyUI\comfy\sd.py", line 395, in encode_from_tokens
    o = self.cond_stage_model.encode_token_weights(tokens)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUI_0525\ComfyUI\comfy\sd1_clip.py", line 737, in encode_token_weights
    out = getattr(self, self.clip).encode_token_weights(token_weight_pairs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUI_0525\ComfyUI\comfy\sd1_clip.py", line 45, in encode_token_weights
    o = self.encode(to_encode)
        ^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUI_0525\ComfyUI\comfy\sd1_clip.py", line 306, in encode
    return self(tokens)
           ^^^^^^^^^^^^

  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1775, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1786, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUI_0525\ComfyUI\comfy\sd1_clip.py", line 279, in forward
    outputs = self.transformer(None, attention_mask_model, embeds=embeds, num_tokens=num_tokens, intermediate_output=intermediate_output, final_layer_norm_intermediate=self.layer_norm_hidden_state, dtype=torch.float32, embeds_info=embeds_info)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1775, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1786, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUI_0525\ComfyUI\comfy\clip_model.py", line 208, in forward
    x = self.text_model(*args, **kwargs)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1775, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1786, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUI_0525\ComfyUI\comfy\clip_model.py", line 165, in forward
    x = embeds + comfy.ops.cast_to(self.embeddings.position_embedding.weight, dtype=dtype, device=embeds.device)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "E:\ComfyUI_0525\ComfyUI\comfy\model_management.py", line 1474, in cast_to
    r.copy_(weight, non_blocking=non_blocking)

System Information

  • ComfyUI Version: 0.24.0
  • Arguments: ComfyUI\main.py --windows-standalone-build --port 8192 --disable-auto-launch
  • OS: win32
  • Python Version: 3.12.10 (tags/v3.12.10:0cc8128, Apr 8 2025, 12:21:36) [MSC v.1943 64 bit (AMD64)]
  • Embedded Python: true
  • PyTorch Version: 2.9.1+cu130

Devices

  • Name: cuda:0 NVIDIA GeForce RTX 5060 Ti : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 17102864384
    • VRAM Free: 15738917884
    • Torch VRAM Total: 33554432
    • Torch VRAM Free: 24957948

Logs

2026-06-05T07:44:51.482699 - [QwenImageWanBridge] FEATURE: Dual CLIP loader (Qwen2.5-VL + byT5)2026-06-05T07:44:51.482699 - 
2026-06-05T07:44:51.484701 - [QwenImageWanBridge] Loaded HunyuanVideo text encoder2026-06-05T07:44:51.484701 - 
2026-06-05T07:44:51.484701 - [QwenImageWanBridge] API: /api/hunyuan_video_templates endpoint registered2026-06-05T07:44:51.484701 - 
2026-06-05T07:44:51.485699 - [QwenImageWanBridge] Loaded HunyuanVideo prompt expander2026-06-05T07:44:51.485699 - 
2026-06-05T07:44:51.485699 - [QwenImageWanBridge] FEATURE: Lightweight prompt expansion using loaded Qwen2.5-VL2026-06-05T07:44:51.485699 - 
2026-06-05T07:44:51.486701 - [QwenImageWanBridge] Loaded Z-Image encoder nodes (4 nodes)2026-06-05T07:44:51.486701 - 
2026-06-05T07:44:51.486701 - [QwenImageWanBridge] API: /api/z_image_templates endpoint registered2026-06-05T07:44:51.487698 - 
2026-06-05T07:44:51.487698 - [QwenImageWanBridge] Loaded LLM Output Parser node2026-06-05T07:44:51.487698 - 
2026-06-05T07:44:51.488698 - [QwenImageWanBridge] FEATURE: Parse JSON/YAML/text LLM output to Z-Image encoder inputs2026-06-05T07:44:51.488698 - 
2026-06-05T07:44:51.490211 - [QwenImageWanBridge] Loaded Z-Image Wan VAE Decode (EXPERIMENTAL - architecture mismatch)2026-06-05T07:44:51.490211 - 
2026-06-05T07:44:51.491461 - [QwenImageWanBridge] Loaded Template Influence Analyzer (experimental)2026-06-05T07:44:51.491461 - 
2026-06-05T07:44:51.549493 - [QwenVL] Loaded 4 custom legacy models2026-06-05T07:44:51.549493 - 
2026-06-05T07:44:51.572510 - [INFO] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
2026-06-05T07:44:51.656128 - [INFO] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
2026-06-05T07:44:52.440840 - 
2026-06-05T07:44:52.441840 - [ReActor]2026-06-05T07:44:52.441840 -  - 2026-06-05T07:44:52.441840 - STATUS2026-06-05T07:44:52.441840 -  - 2026-06-05T07:44:52.441840 - Running v0.7.0-a2 in ComfyUI2026-06-05T07:44:52.441840 - 
2026-06-05T07:44:52.534526 - Torch version: 2.9.1+cu1302026-06-05T07:44:52.534526 - 
2026-06-05T07:44:52.668420 - Warning: GroundingDINO not available. Text prompts will use fallback method.2026-06-05T07:44:52.669418 - 
2026-06-05T07:44:53.472648 - Error loading E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-rmbg\py\AILab_SegmentV2.py: No module named 'groundingdino'2026-06-05T07:44:53.473654 - 
2026-06-05T07:44:53.501922 - Warning: GroundingDINO not available. Text prompts will use fallback method.2026-06-05T07:44:53.501922 - 
2026-06-05T07:44:53.504923 - Error loading E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-rmbg\py\AILab_SegmentV2.py: No module named 'groundingdino'2026-06-05T07:44:53.504923 - 
2026-06-05T07:44:53.506922 - [ComfyUI-RMBG]2026-06-05T07:44:53.506922 -  v2026-06-05T07:44:53.506922 - 3.0.02026-06-05T07:44:53.506922 -  | 2026-06-05T07:44:53.506922 - 42 nodes2026-06-05T07:44:53.506922 -  2026-06-05T07:44:53.506922 - Loaded2026-06-05T07:44:53.506922 - 
2026-06-05T07:44:55.045873 - [WARNING] Warning: Could not load sageattention: No module named 'sageattention'
2026-06-05T07:44:55.046872 - [WARNING] sageattention package is not installed, sageattention will not be available
2026-06-05T07:44:55.327269 - ### ComfyUI-Workflow-Encrypt: Copy .js from 'E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-workflow-encrypt\js\comfyui-workflow-encrypt.js' to 'E:\ComfyUI_0525\ComfyUI\web\extensions\comfyui-workflow-encrypt'2026-06-05T07:44:55.327269 - 
2026-06-05T07:44:55.399642 - [E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ckpts path: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts2026-06-05T07:44:55.401148 - 
2026-06-05T07:44:55.401148 - [E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using symlinks: False2026-06-05T07:44:55.402153 - 
2026-06-05T07:44:55.402369 - [E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']2026-06-05T07:44:55.402369 - 
2026-06-05T07:44:55.433504 - DWPose: Onnxruntime with acceleration providers detected2026-06-05T07:44:55.433504 - 
2026-06-05T07:44:55.863502 - FETCH ComfyRegistry Data: 5/1502026-06-05T07:44:55.863502 - 
2026-06-05T07:44:56.525976 - [tinyterraNodes] 2026-06-05T07:44:56.525976 - Loaded2026-06-05T07:44:56.526976 - 
2026-06-05T07:44:56.666215 - USDU batch patches applied successfully.
2026-06-05T07:44:56.666215 - [INFO] USDU batch patches applied successfully.
2026-06-05T07:44:56.671215 - 
2026-06-05T07:44:56.672214 - Initializing ControlAltAI Nodes2026-06-05T07:44:56.672214 - 
2026-06-05T07:44:56.751217 - 
********
Warning: flash-attn is not installed. Will only run the manual PyTorch version. Please install flash-attn for faster inference.
********
 2026-06-05T07:44:56.751217 - 
2026-06-05T07:44:57.454408 - ✅ ComfyUI-Qwen-TTS v1.0.7 loaded2026-06-05T07:44:57.454408 - 
2026-06-05T07:44:57.520586 - 
2026-06-05T07:44:57.520586 - [rgthree-comfy] Loaded 48 extraordinary nodes. 🎉2026-06-05T07:44:57.520586 - 
2026-06-05T07:44:57.520586 - 
2026-06-05T07:44:57.521782 - [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.
2026-06-05T07:44:57.521782 - 
2026-06-05T07:44:57.532787 - ⚠️  SeedVR2 optimizations check: SageAttention ❌ | Flash Attention ❌ | Triton ✅2026-06-05T07:44:57.532787 - 
2026-06-05T07:44:57.532787 - 💡 Optional: pip install sageattention flash-attn2026-06-05T07:44:57.532787 - 
2026-06-05T07:44:57.533786 - 🔧 Conv3d workaround active: PyTorch 2.9.1, cuDNN 91200 (fixing VAE 3x memory bug)2026-06-05T07:44:57.533786 - 
2026-06-05T07:44:57.634926 - 📊 Initial CUDA memory: 14.75GB free / 15.93GB total2026-06-05T07:44:57.634926 - 
2026-06-05T07:44:58.295568 - WAS Node Suite: 2026-06-05T07:44:58.295568 - OpenCV Python FFMPEG support is enabled2026-06-05T07:44:58.295568 - 
2026-06-05T07:44:58.295568 - WAS Node Suite 2026-06-05T07:44:58.295568 - Warning: 2026-06-05T07:44:58.295568 - `ffmpeg_bin_path` is not set in `E:\ComfyUI_0525\ComfyUI\custom_nodes\was-ns\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.2026-06-05T07:44:58.295568 - 
2026-06-05T07:44:58.776358 - WAS Node Suite: 2026-06-05T07:44:58.776358 - Finished.2026-06-05T07:44:58.776358 -  2026-06-05T07:44:58.776358 - Loaded2026-06-05T07:44:58.776358 -  2026-06-05T07:44:58.776358 - 2202026-06-05T07:44:58.776358 -  2026-06-05T07:44:58.776358 - nodes successfully.2026-06-05T07:44:58.777357 - 
2026-06-05T07:44:58.777357 - 
    2026-06-05T07:44:58.777357 - "The artist's world is limitless. It can be found anywhere, far from where he lives or a few feet away. It is always on his doorstep."2026-06-05T07:44:58.778404 -  - Paul Strand2026-06-05T07:44:58.779376 - 
2026-06-05T07:44:58.779376 - 
2026-06-05T07:44:58.794951 - [WARNING] Logger already set up. Skipping setup_logger().
2026-06-05T07:44:58.835320 - [⚡2026-06-05T07:44:58.835320 - ZI_POWER2026-06-05T07:44:58.836318 -  2026-06-05T07:44:58.836318 - INFO2026-06-05T07:44:58.836318 - ] Version: 2.0.0
2026-06-05T07:44:58.837318 - [⚡2026-06-05T07:44:58.837318 - ZI_POWER2026-06-05T07:44:58.837318 -  2026-06-05T07:44:58.838325 - INFO2026-06-05T07:44:58.838325 - ] This package includes 12 nodes and 6 deprecated ones.
2026-06-05T07:44:58.839323 - [⚡2026-06-05T07:44:58.839323 - ZI_POWER2026-06-05T07:44:58.839323 -  2026-06-05T07:44:58.840322 - INFO2026-06-05T07:44:58.840322 - ] It also features 123 predefined styles.
2026-06-05T07:44:58.843322 - [INFO] 
Import times for custom nodes:
2026-06-05T07:44:58.843322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\websocket_image_save.py
2026-06-05T07:44:58.843322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-Jeong-simple-textbox
2026-06-05T07:44:58.843322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-Jeong-Translator
2026-06-05T07:44:58.843322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-Jeong-check_time
2026-06-05T07:44:58.843322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\Comfyui-PainterFluxImageEdit
2026-06-05T07:44:58.843322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\ComfyUI-DCW
2026-06-05T07:44:58.843322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-Jeong-simple-watermark
2026-06-05T07:44:58.844322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\skimmed_cfg
2026-06-05T07:44:58.844322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-anima-blockcompile
2026-06-05T07:44:58.844322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\ComfyUI-Anima-NAG
2026-06-05T07:44:58.844322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\cg-use-everywhere
2026-06-05T07:44:58.844322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-logic
2026-06-05T07:44:58.844322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-reactor-node
2026-06-05T07:44:58.844322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\animapromptformatter
2026-06-05T07:44:58.844322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\mikey_nodes
2026-06-05T07:44:58.844322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-seedvr2-tilingupscaler
2026-06-05T07:44:58.844322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\ComfyUI-TiledDiffusion
2026-06-05T07:44:58.844322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\Comfyui-ZiT-Lora-loader
2026-06-05T07:44:58.845322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-spectrum-ksampler
2026-06-05T07:44:58.845322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui_essentials
2026-06-05T07:44:58.845322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-inpaint-cropandstitch
2026-06-05T07:44:58.845322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-technodes
2026-06-05T07:44:58.845322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\ComfyUI-SCAIL-Pose
2026-06-05T07:44:58.845322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-image-saver
2026-06-05T07:44:58.845322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\ComfyUI-MelBandRoFormer
2026-06-05T07:44:58.845322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\ComfyMath
2026-06-05T07:44:58.845322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\ComfyUI-GGUF
2026-06-05T07:44:58.845322 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\ComfyUI-WanAnimatePreprocess
2026-06-05T07:44:58.846324 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\controlaltai-nodes
2026-06-05T07:44:58.846324 - [INFO]    0.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\deno-custom-nodes
2026-06-05T07:44:58.846324 - [INFO]    0.1 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui_ultimatesdupscale
2026-06-05T07:44:58.846324 - [INFO]    0.1 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\ComfyUI-Pixaroma
2026-06-05T07:44:58.846324 - [INFO]    0.1 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-kjnodes
2026-06-05T07:44:58.846324 - [INFO]    0.1 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\rgthree-comfy
2026-06-05T07:44:58.846324 - [INFO]    0.1 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\z-image-power-nodes
2026-06-05T07:44:58.846324 - [INFO]    0.1 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\ComfyUI-QwenImageWanBridge
2026-06-05T07:44:58.846324 - [INFO]    0.1 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-workflow-encrypt
2026-06-05T07:44:58.846324 - [INFO]    0.1 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui_controlnet_aux
2026-06-05T07:44:58.846324 - [INFO]    0.1 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui_tinyterranodes
2026-06-05T07:44:58.846324 - [INFO]    0.2 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui_layerstyle
2026-06-05T07:44:58.846324 - [INFO]    0.2 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-reactor
2026-06-05T07:44:58.846324 - [INFO]    0.2 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-impact-pack
2026-06-05T07:44:58.847323 - [INFO]    0.3 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\seedvr2_videoupscaler
2026-06-05T07:44:58.847323 - [INFO]    0.4 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-easy-sam3
2026-06-05T07:44:58.847323 - [INFO]    0.4 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-lora-manager
2026-06-05T07:44:58.847323 - [INFO]    0.4 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper
2026-06-05T07:44:58.847323 - [INFO]    0.5 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\ComfyUI-Crystools
2026-06-05T07:44:58.847323 - [INFO]    0.7 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\qwen3-tts-comfyui
2026-06-05T07:44:58.848325 - [INFO]    0.7 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-itools
2026-06-05T07:44:58.848325 - [INFO]    0.8 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-impact-subpack
2026-06-05T07:44:58.848325 - [INFO]    0.9 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui_nvidia_rtx_nodes
2026-06-05T07:44:58.848325 - [INFO]    0.9 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-dart
2026-06-05T07:44:58.848325 - [INFO]    0.9 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-rmbg
2026-06-05T07:44:58.848325 - [INFO]    0.9 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-manager
2026-06-05T07:44:58.848325 - [INFO]    0.9 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\ComfyUI-QwenVL
2026-06-05T07:44:58.848325 - [INFO]    1.0 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\was-ns
2026-06-05T07:44:58.848325 - [INFO]    1.2 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-videohelpersuite
2026-06-05T07:44:58.848325 - [INFO]    1.3 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\ComfyUI-fish-audio-s2
2026-06-05T07:44:58.848325 - [INFO]    3.6 seconds: E:\ComfyUI_0525\ComfyUI\custom_nodes\ComfyUI-Easy-Use
2026-06-05T07:44:58.849324 - [INFO] 
2026-06-05T07:44:58.866145 - [INFO] Context impl SQLiteImpl.
2026-06-05T07:44:58.867147 - [INFO] Will assume non-transactional DDL.
2026-06-05T07:44:58.957089 - [INFO] Using RAM pressure cache.
2026-06-05T07:44:59.006464 - [INFO] Starting server

2026-06-05T07:44:59.012469 - [INFO] To see the GUI go to: http://127.0.0.1:8192
2026-06-05T07:44:59.018468 - [INFO] [LoRA-Manager] Recipe cache miss: performing full directory scan
2026-06-05T07:44:59.050982 - [INFO] [LoRA-Manager] Lora cache hydrated from persisted snapshot with 554 models
2026-06-05T07:44:59.051982 - [INFO] [LoRA-Manager] Recipe cache initialized in 0.04 seconds. Found 0 recipes
2026-06-05T07:44:59.051982 - [INFO] [LoRA-Manager] Checkpoint cache hydrated from persisted snapshot with 78 models
2026-06-05T07:44:59.053486 - [INFO] [LoRA-Manager] Embedding cache hydrated from persisted snapshot with 2 models
2026-06-05T07:44:59.073005 - [INFO] [LoRA-Manager] FTS index validated, reusing existing index with 0 recipes
2026-06-05T07:44:59.980522 - FETCH ComfyRegistry Data: 10/1502026-06-05T07:44:59.980522 - 
2026-06-05T07:45:03.942619 - FETCH ComfyRegistry Data: 15/1502026-06-05T07:45:03.942619 - 
2026-06-05T07:45:08.037420 - FETCH ComfyRegistry Data: 20/1502026-06-05T07:45:08.037420 - 
2026-06-05T07:45:12.197944 - FETCH ComfyRegistry Data: 25/1502026-06-05T07:45:12.197944 - 
2026-06-05T07:45:16.504461 - FETCH ComfyRegistry Data: 30/1502026-06-05T07:45:16.504461 - 
2026-06-05T07:45:20.916193 - FETCH ComfyRegistry Data: 35/1502026-06-05T07:45:20.917192 - 
2026-06-05T07:45:25.401740 - FETCH ComfyRegistry Data: 40/1502026-06-05T07:45:25.401740 - 
2026-06-05T07:45:29.390683 - FETCH ComfyRegistry Data: 45/1502026-06-05T07:45:29.390683 - 
2026-06-05T07:45:34.444998 - FETCH ComfyRegistry Data: 50/1502026-06-05T07:45:34.444998 - 
2026-06-05T07:45:38.431867 - FETCH ComfyRegistry Data: 55/1502026-06-05T07:45:38.431867 - 
2026-06-05T07:45:42.610871 - FETCH ComfyRegistry Data: 60/1502026-06-05T07:45:42.610871 - 
2026-06-05T07:45:47.272302 - FETCH ComfyRegistry Data: 65/1502026-06-05T07:45:47.272302 - 
2026-06-05T07:45:51.437007 - FETCH ComfyRegistry Data: 70/1502026-06-05T07:45:51.437007 - 
2026-06-05T07:45:55.881147 - FETCH ComfyRegistry Data: 75/1502026-06-05T07:45:55.881147 - 
2026-06-05T07:46:00.119370 - FETCH ComfyRegistry Data: 80/1502026-06-05T07:46:00.120371 - 
2026-06-05T07:46:04.394134 - FETCH ComfyRegistry Data: 85/1502026-06-05T07:46:04.394134 - 
2026-06-05T07:46:08.323111 - FETCH ComfyRegistry Data: 90/1502026-06-05T07:46:08.323111 - 
2026-06-05T07:46:12.438195 - FETCH ComfyRegistry Data: 95/1502026-06-05T07:46:12.439198 - 
2026-06-05T07:46:16.612458 - FETCH ComfyRegistry Data: 100/1502026-06-05T07:46:16.612458 - 
2026-06-05T07:46:20.925735 - FETCH ComfyRegistry Data: 105/1502026-06-05T07:46:20.925735 - 
2026-06-05T07:46:25.062365 - FETCH ComfyRegistry Data: 110/1502026-06-05T07:46:25.062365 - 
2026-06-05T07:46:29.344276 - FETCH ComfyRegistry Data: 115/1502026-06-05T07:46:29.344276 - 
2026-06-05T07:46:33.563753 - FETCH ComfyRegistry Data: 120/1502026-06-05T07:46:33.563753 - 
2026-06-05T07:46:37.529633 - FETCH ComfyRegistry Data: 125/1502026-06-05T07:46:37.529633 - 
2026-06-05T07:46:41.723662 - FETCH ComfyRegistry Data: 130/1502026-06-05T07:46:41.723662 - 
2026-06-05T07:46:46.469368 - FETCH ComfyRegistry Data: 135/1502026-06-05T07:46:46.469368 - 
2026-06-05T07:46:50.695267 - FETCH ComfyRegistry Data: 140/1502026-06-05T07:46:50.695267 - 
2026-06-05T07:46:55.134151 - FETCH ComfyRegistry Data: 145/1502026-06-05T07:46:55.134151 - 
2026-06-05T07:46:59.360226 - FETCH ComfyRegistry Data: 150/1502026-06-05T07:46:59.360226 - 
2026-06-05T07:46:59.861069 - FETCH ComfyRegistry Data [DONE]2026-06-05T07:46:59.861069 - 
2026-06-05T07:47:00.065329 - [INFO] [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
2026-06-05T07:47:00.138142 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2026-06-05T07:47:00.252489 -  [DONE]2026-06-05T07:47:00.253495 - 
2026-06-05T07:47:00.353407 - [INFO] [ComfyUI-Manager] All startup tasks have been completed.
2026-06-05T07:48:55.026693 - [WARNING] [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-06-05T07:48:55.030701 - [WARNING] [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-06-05T07:48:55.031700 - [WARNING] [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/clipspace.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-06-05T07:48:55.034698 - [WARNING] [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-06-05T07:48:55.039698 - [WARNING] [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/widgetInputs.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-06-05T07:48:55.809511 - [INFO] Loaded 9 templates
2026-06-05T07:48:58.066977 - [WARNING] [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-06-05T07:49:11.471325 - [INFO] got prompt
2026-06-05T07:49:11.491734 - [INFO] Prompt executed in 0.02 seconds
2026-06-05T07:50:30.567024 - [INFO] got prompt
2026-06-05T07:50:30.612659 - [INFO] Using pytorch attention in VAE
2026-06-05T07:50:30.613655 - [INFO] Using pytorch attention in VAE
2026-06-05T07:50:30.696688 - [INFO] VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16
2026-06-05T07:50:30.952478 - [WARNING] clip missing: ['text_model.encoder.layers.0.layer_norm1.weight', 'text_model.encoder.layers.0.layer_norm1.bias', 'text_model.encoder.layers.0.self_attn.q_proj.weight', 'text_model.encoder.layers.0.self_attn.q_proj.bias', 'text_model.encoder.layers.0.self_attn.k_proj.weight', 'text_model.encoder.layers.0.self_attn.k_proj.bias', 'text_model.encoder.layers.0.self_attn.v_proj.weight', 'text_model.encoder.layers.0.self_attn.v_proj.bias', 'text_model.encoder.layers.0.self_attn.out_proj.weight', 'text_model.encoder.layers.0.self_attn.out_proj.bias', 'text_model.encoder.layers.0.layer_norm2.weight', 'text_model.encoder.layers.0.layer_norm2.bias', 'text_model.encoder.layers.0.mlp.fc1.weight', 'text_model.encoder.layers.0.mlp.fc1.bias', 'text_model.encoder.layers.0.mlp.fc2.weight', 'text_model.encoder.layers.0.mlp.fc2.bias', 'text_model.encoder.layers.1.layer_norm1.weight', 'text_model.encoder.layers.1.layer_norm1.bias', 'text_model.encoder.layers.1.self_attn.q_proj.weight', 'text_model.encoder.layers.1.self_attn.q_proj.bias', 'text_model.encoder.layers.1.self_attn.k_proj.weight', 'text_model.encoder.layers.1.self_attn.k_proj.bias', 'text_model.encoder.layers.1.self_attn.v_proj.weight', 'text_model.encoder.layers.1.self_attn.v_proj.bias', 'text_model.encoder.layers.1.self_attn.out_proj.weight', 'text_model.encoder.layers.1.self_attn.out_proj.bias', 'text_model.encoder.layers.1.layer_norm2.weight', 'text_model.encoder.layers.1.layer_norm2.bias', 'text_model.encoder.layers.1.mlp.fc1.weight', 'text_model.encoder.layers.1.mlp.fc1.bias', 'text_model.encoder.layers.1.mlp.fc2.weight', 'text_model.encoder.layers.1.mlp.fc2.bias', 'text_model.encoder.layers.2.layer_norm1.weight', 'text_model.encoder.layers.2.layer_norm1.bias', 'text_model.encoder.layers.2.self_attn.q_proj.weight', 'text_model.encoder.layers.2.self_attn.q_proj.bias', 'text_model.encoder.layers.2.self_attn.k_proj.weight', 'text_model.encoder.layers.2.self_attn.k_proj.bias', 'text_model.encoder.layers.2.self_attn.v_proj.weight', 'text_model.encoder.layers.2.self_attn.v_proj.bias', 'text_model.encoder.layers.2.self_attn.out_proj.weight', 'text_model.encoder.layers.2.self_attn.out_proj.bias', 'text_model.encoder.layers.2.layer_norm2.weight', 'text_model.encoder.layers.2.layer_norm2.bias', 'text_model.encoder.layers.2.mlp.fc1.weight', 'text_model.encoder.layers.2.mlp.fc1.bias', 'text_model.encoder.layers.2.mlp.fc2.weight', 'text_model.encoder.layers.2.mlp.fc2.bias', 'text_model.encoder.layers.3.layer_norm1.weight', 'text_model.encoder.layers.3.layer_norm1.bias', 'text_model.encoder.layers.3.self_attn.q_proj.weight', 'text_model.encoder.layers.3.self_attn.q_proj.bias', 'text_model.encoder.layers.3.self_attn.k_proj.weight', 'text_model.encoder.layers.3.self_attn.k_proj.bias', 'text_model.encoder.layers.3.self_attn.v_proj.weight', 'text_model.encoder.layers.3.self_attn.v_proj.bias', 'text_model.encoder.layers.3.self_attn.out_proj.weight', 'text_model.encoder.layers.3.self_attn.out_proj.bias', 'text_model.encoder.layers.3.layer_norm2.weight', 'text_model.encoder.layers.3.layer_norm2.bias', 'text_model.encoder.layers.3.mlp.fc1.weight', 'text_model.encoder.layers.3.mlp.fc1.bias', 'text_model.encoder.layers.3.mlp.fc2.weight', 'text_model.encoder.layers.3.mlp.fc2.bias', 'text_model.encoder.layers.4.layer_norm1.weight', 'text_model.encoder.layers.4.layer_norm1.bias', 'text_model.encoder.layers.4.self_attn.q_proj.weight', 'text_model.encoder.layers.4.self_attn.q_proj.bias', 'text_model.encoder.layers.4.self_attn.k_proj.weight', 'text_model.encoder.layers.4.self_attn.k_proj.bias', 'text_model.encoder.layers.4.self_attn.v_proj.weight', 'text_model.encoder.layers.4.self_attn.v_proj.bias', 'text_model.encoder.layers.4.self_attn.out_proj.weight', 'text_model.encoder.layers.4.self_attn.out_proj.bias', 'text_model.encoder.layers.4.layer_norm2.weight', 'text_model.encoder.layers.4.layer_norm2.bias', 'text_model.encoder.layers.4.mlp.fc1.weight', 'text_model.encoder.layers.4.mlp.fc1.bias', 'text_model.encoder.layers.4.mlp.fc2.weight', 'text_model.encoder.layers.4.mlp.fc2.bias', 'text_model.encoder.layers.5.layer_norm1.weight', 'text_model.encoder.layers.5.layer_norm1.bias', 'text_model.encoder.layers.5.self_attn.q_proj.weight', 'text_model.encoder.layers.5.self_attn.q_proj.bias', 'text_model.encoder.layers.5.self_attn.k_proj.weight', 'text_model.encoder.layers.5.self_attn.k_proj.bias', 'text_model.encoder.layers.5.self_attn.v_proj.weight', 'text_model.encoder.layers.5.self_attn.v_proj.bias', 'text_model.encoder.layers.5.self_attn.out_proj.weight', 'text_model.encoder.layers.5.self_attn.out_proj.bias', 'text_model.encoder.layers.5.layer_norm2.weight', 'text_model.encoder.layers.5.layer_norm2.bias', 'text_model.encoder.layers.5.mlp.fc1.weight', 'text_model.encoder.layers.5.mlp.fc1.bias', 'text_model.encoder.layers.5.mlp.fc2.weight', 'text_model.encoder.layers.5.mlp.fc2.bias', 'text_model.encoder.layers.6.layer_norm1.weight', 'text_model.encoder.layers.6.layer_norm1.bias', 'text_model.encoder.layers.6.self_attn.q_proj.weight', 'text_model.encoder.layers.6.self_attn.q_proj.bias', 'text_model.encoder.layers.6.self_attn.k_proj.weight', 'text_model.encoder.layers.6.self_attn.k_proj.bias', 'text_model.encoder.layers.6.self_attn.v_proj.weight', 'text_model.encoder.layers.6.self_attn.v_proj.bias', 'text_model.encoder.layers.6.self_attn.out_proj.weight', 'text_model.encoder.layers.6.self_attn.out_proj.bias', 'text_model.encoder.layers.6.layer_norm2.weight', 'text_model.encoder.layers.6.layer_norm2.bias', 'text_model.encoder.layers.6.mlp.fc1.weight', 'text_model.encoder.layers.6.mlp.fc1.bias', 'text_model.encoder.layers.6.mlp.fc2.weight', 'text_model.encoder.layers.6.mlp.fc2.bias', 'text_model.encoder.layers.7.layer_norm1.weight', 'text_model.encoder.layers.7.layer_norm1.bias', 'text_model.encoder.layers.7.self_attn.q_proj.weight', 'text_model.encoder.layers.7.self_attn.q_proj.bias', 'text_model.encoder.layers.7.self_attn.k_proj.weight', 'text_model.encoder.layers.7.self_attn.k_proj.bias', 'text_model.encoder.layers.7.self_attn.v_proj.weight', 'text_model.encoder.layers.7.self_attn.v_proj.bias', 'text_model.encoder.layers.7.self_attn.out_proj.weight', 'text_model.encoder.layers.7.self_attn.out_proj.bias', 'text_model.encoder.layers.7.layer_norm2.weight', 'text_model.encoder.layers.7.layer_norm2.bias', 'text_model.encoder.layers.7.mlp.fc1.weight', 'text_model.encoder.layers.7.mlp.fc1.bias', 'text_model.encoder.layers.7.mlp.fc2.weight', 'text_model.encoder.layers.7.mlp.fc2.bias', 'text_model.encoder.layers.8.layer_norm1.weight', 'text_model.encoder.layers.8.layer_norm1.bias', 'text_model.encoder.layers.8.self_attn.q_proj.weight', 'text_model.encoder.layers.8.self_attn.q_proj.bias', 'text_model.encoder.layers.8.self_attn.k_proj.weight', 'text_model.encoder.layers.8.self_attn.k_proj.bias', 'text_model.encoder.layers.8.self_attn.v_proj.weight', 'text_model.encoder.layers.8.self_attn.v_proj.bias', 'text_model.encoder.layers.8.self_attn.out_proj.weight', 'text_model.encoder.layers.8.self_attn.out_proj.bias', 'text_model.encoder.layers.8.layer_norm2.weight', 'text_model.encoder.layers.8.layer_norm2.bias', 'text_model.encoder.layers.8.mlp.fc1.weight', 'text_model.encoder.layers.8.mlp.fc1.bias', 'text_model.encoder.layers.8.mlp.fc2.weight', 'text_model.encoder.layers.8.mlp.fc2.bias', 'text_model.encoder.layers.9.layer_norm1.weight', 'text_model.encoder.layers.9.layer_norm1.bias', 'text_model.encoder.layers.9.self_attn.q_proj.weight', 'text_model.encoder.layers.9.self_attn.q_proj.bias', 'text_model.encoder.layers.9.self_attn.k_proj.weight', 'text_model.encoder.layers.9.self_attn.k_proj.bias', 'text_model.encoder.layers.9.self_attn.v_proj.weight', 'text_model.encoder.layers.9.self_attn.v_proj.bias', 'text_model.encoder.layers.9.self_attn.out_proj.weight', 'text_model.encoder.layers.9.self_attn.out_proj.bias', 'text_model.encoder.layers.9.layer_norm2.weight', 'text_model.encoder.layers.9.layer_norm2.bias', 'text_model.encoder.layers.9.mlp.fc1.weight', 'text_model.encoder.layers.9.mlp.fc1.bias', 'text_model.encoder.layers.9.mlp.fc2.weight', 'text_model.encoder.layers.9.mlp.fc2.bias', 'text_model.encoder.layers.10.layer_norm1.weight', 'text_model.encoder.layers.10.layer_norm1.bias', 'text_model.encoder.layers.10.self_attn.q_proj.weight', 'text_model.encoder.layers.10.self_attn.q_proj.bias', 'text_model.encoder.layers.10.self_attn.k_proj.weight', 'text_model.encoder.layers.10.self_attn.k_proj.bias', 'text_model.encoder.layers.10.self_attn.v_proj.weight', 'text_model.encoder.layers.10.self_attn.v_proj.bias', 'text_model.encoder.layers.10.self_attn.out_proj.weight', 'text_model.encoder.layers.10.self_attn.out_proj.bias', 'text_model.encoder.layers.10.layer_norm2.weight', 'text_model.encoder.layers.10.layer_norm2.bias', 'text_model.encoder.layers.10.mlp.fc1.weight', 'text_model.encoder.layers.10.mlp.fc1.bias', 'text_model.encoder.layers.10.mlp.fc2.weight', 'text_model.encoder.layers.10.mlp.fc2.bias', 'text_model.encoder.layers.11.layer_norm1.weight', 'text_model.encoder.layers.11.layer_norm1.bias', 'text_model.encoder.layers.11.self_attn.q_proj.weight', 'text_model.encoder.layers.11.self_attn.q_proj.bias', 'text_model.encoder.layers.11.self_attn.k_proj.weight', 'text_model.encoder.layers.11.self_attn.k_proj.bias', 'text_model.encoder.layers.11.self_attn.v_proj.weight', 'text_model.encoder.layers.11.self_attn.v_proj.bias', 'text_model.encoder.layers.11.self_attn.out_proj.weight', 'text_model.encoder.layers.11.self_attn.out_proj.bias', 'text_model.encoder.layers.11.layer_norm2.weight', 'text_model.encoder.layers.11.layer_norm2.bias', 'text_model.encoder.layers.11.mlp.fc1.weight', 'text_model.encoder.layers.11.mlp.fc1.bias', 'text_model.encoder.layers.11.mlp.fc2.weight', 'text_model.encoder.layers.11.mlp.fc2.bias', 'text_model.final_layer_norm.weight', 'text_model.final_layer_norm.bias', 'text_projection.weight']
2026-06-05T07:50:30.954480 - [INFO] CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cpu, dtype: torch.float16
2026-06-05T07:50:30.963988 - [INFO] Requested to load SD1ClipModel
2026-06-05T07:50:30.981767 - [INFO] Model SD1ClipModel prepared for dynamic VRAM loading. 235MB Staged. 0 patches attached. Force pre-loaded 50 weights: 75 KB.
2026-06-05T07:50:31.119382 - [ERROR] !!! Exception during processing !!! Cannot copy out of meta tensor; no data!
2026-06-05T07:50:31.216509 - [ERROR] Traceback (most recent call last):
  File "E:\ComfyUI_0525\ComfyUI\execution.py", line 536, 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 "E:\ComfyUI_0525\ComfyUI\execution.py", line 336, 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 "E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-lora-manager\py\metadata_collector\metadata_hook.py", line 171, in async_map_node_over_list_with_metadata
    results = await original_map_node_over_list(
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\execution.py", line 310, in _async_map_node_over_list
    await process_inputs(input_dict, i)
  File "E:\ComfyUI_0525\ComfyUI\execution.py", line 298, in process_inputs
    result = f(**inputs)
             ^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\nodes.py", line 79, in encode
    return (clip.encode_from_tokens_scheduled(tokens), )
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\sd.py", line 326, in encode_from_tokens_scheduled
    pooled_dict = self.encode_from_tokens(tokens, return_pooled=return_pooled, return_dict=True)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\sd.py", line 395, in encode_from_tokens
    o = self.cond_stage_model.encode_token_weights(tokens)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\sd1_clip.py", line 737, in encode_token_weights
    out = getattr(self, self.clip).encode_token_weights(token_weight_pairs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\sd1_clip.py", line 45, in encode_token_weights
    o = self.encode(to_encode)
        ^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\sd1_clip.py", line 306, in encode
    return self(tokens)
           ^^^^^^^^^^^^
  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1775, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1786, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\sd1_clip.py", line 279, in forward
    outputs = self.transformer(None, attention_mask_model, embeds=embeds, num_tokens=num_tokens, intermediate_output=intermediate_output, final_layer_norm_intermediate=self.layer_norm_hidden_state, dtype=torch.float32, embeds_info=embeds_info)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1775, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1786, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\clip_model.py", line 208, in forward
    x = self.text_model(*args, **kwargs)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1775, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1786, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\clip_model.py", line 165, in forward
    x = embeds + comfy.ops.cast_to(self.embeddings.position_embedding.weight, dtype=dtype, device=embeds.device)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\model_management.py", line 1474, in cast_to
    r.copy_(weight, non_blocking=non_blocking)
NotImplementedError: Cannot copy out of meta tensor; no data!

2026-06-05T07:50:31.218508 - [INFO] Prompt executed in 0.64 seconds
2026-06-05T07:52:20.790788 - [INFO] got prompt
2026-06-05T07:52:20.860541 - [INFO] Model SD1ClipModel prepared for dynamic VRAM loading. 235MB Staged. 0 patches attached. Force pre-loaded 50 weights: 75 KB.
2026-06-05T07:52:20.894570 - [ERROR] !!! Exception during processing !!! Cannot copy out of meta tensor; no data!
2026-06-05T07:52:20.896577 - [ERROR] Traceback (most recent call last):
  File "E:\ComfyUI_0525\ComfyUI\execution.py", line 536, 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 "E:\ComfyUI_0525\ComfyUI\execution.py", line 336, 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 "E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-lora-manager\py\metadata_collector\metadata_hook.py", line 171, in async_map_node_over_list_with_metadata
    results = await original_map_node_over_list(
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\execution.py", line 310, in _async_map_node_over_list
    await process_inputs(input_dict, i)
  File "E:\ComfyUI_0525\ComfyUI\execution.py", line 298, in process_inputs
    result = f(**inputs)
             ^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\nodes.py", line 79, in encode
    return (clip.encode_from_tokens_scheduled(tokens), )
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\sd.py", line 326, in encode_from_tokens_scheduled
    pooled_dict = self.encode_from_tokens(tokens, return_pooled=return_pooled, return_dict=True)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\sd.py", line 395, in encode_from_tokens
    o = self.cond_stage_model.encode_token_weights(tokens)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\sd1_clip.py", line 737, in encode_token_weights
    out = getattr(self, self.clip).encode_token_weights(token_weight_pairs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\sd1_clip.py", line 45, in encode_token_weights
    o = self.encode(to_encode)
        ^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\sd1_clip.py", line 306, in encode
    return self(tokens)
           ^^^^^^^^^^^^
  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1775, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1786, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\sd1_clip.py", line 279, in forward
    outputs = self.transformer(None, attention_mask_model, embeds=embeds, num_tokens=num_tokens, intermediate_output=intermediate_output, final_layer_norm_intermediate=self.layer_norm_hidden_state, dtype=torch.float32, embeds_info=embeds_info)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1775, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1786, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\clip_model.py", line 208, in forward
    x = self.text_model(*args, **kwargs)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1775, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1786, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\clip_model.py", line 165, in forward
    x = embeds + comfy.ops.cast_to(self.embeddings.position_embedding.weight, dtype=dtype, device=embeds.device)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\model_management.py", line 1474, in cast_to
    r.copy_(weight, non_blocking=non_blocking)
NotImplementedError: Cannot copy out of meta tensor; no data!

2026-06-05T07:52:20.897880 - [INFO] Prompt executed in 0.10 seconds
2026-06-05T08:46:30.769695 - [INFO] got prompt
2026-06-05T08:46:30.870509 - [INFO] Model SD1ClipModel prepared for dynamic VRAM loading. 235MB Staged. 0 patches attached. Force pre-loaded 50 weights: 75 KB.
2026-06-05T08:46:30.905035 - [ERROR] !!! Exception during processing !!! Cannot copy out of meta tensor; no data!
2026-06-05T08:46:30.906502 - [ERROR] Traceback (most recent call last):
  File "E:\ComfyUI_0525\ComfyUI\execution.py", line 536, 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 "E:\ComfyUI_0525\ComfyUI\execution.py", line 336, 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 "E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-lora-manager\py\metadata_collector\metadata_hook.py", line 171, in async_map_node_over_list_with_metadata
    results = await original_map_node_over_list(
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\execution.py", line 310, in _async_map_node_over_list
    await process_inputs(input_dict, i)
  File "E:\ComfyUI_0525\ComfyUI\execution.py", line 298, in process_inputs
    result = f(**inputs)
             ^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\nodes.py", line 79, in encode
    return (clip.encode_from_tokens_scheduled(tokens), )
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\sd.py", line 326, in encode_from_tokens_scheduled
    pooled_dict = self.encode_from_tokens(tokens, return_pooled=return_pooled, return_dict=True)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\sd.py", line 395, in encode_from_tokens
    o = self.cond_stage_model.encode_token_weights(tokens)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\sd1_clip.py", line 737, in encode_token_weights
    out = getattr(self, self.clip).encode_token_weights(token_weight_pairs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\sd1_clip.py", line 45, in encode_token_weights
    o = self.encode(to_encode)
        ^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\sd1_clip.py", line 306, in encode
    return self(tokens)
           ^^^^^^^^^^^^
  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1775, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1786, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\sd1_clip.py", line 279, in forward
    outputs = self.transformer(None, attention_mask_model, embeds=embeds, num_tokens=num_tokens, intermediate_output=intermediate_output, final_layer_norm_intermediate=self.layer_norm_hidden_state, dtype=torch.float32, embeds_info=embeds_info)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1775, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1786, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\clip_model.py", line 208, in forward
    x = self.text_model(*args, **kwargs)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1775, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1786, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\clip_model.py", line 165, in forward
    x = embeds + comfy.ops.cast_to(self.embeddings.position_embedding.weight, dtype=dtype, device=embeds.device)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\model_management.py", line 1474, in cast_to
    r.copy_(weight, non_blocking=non_blocking)
NotImplementedError: Cannot copy out of meta tensor; no data!

2026-06-05T08:46:30.910510 - [INFO] Prompt executed in 0.13 seconds
2026-06-05T08:48:27.823537 - [INFO] got prompt
2026-06-05T08:48:27.867947 - [INFO] Model SD1ClipModel prepared for dynamic VRAM loading. 235MB Staged. 0 patches attached. Force pre-loaded 50 weights: 75 KB.
2026-06-05T08:48:27.873764 - [ERROR] !!! Exception during processing !!! Cannot copy out of meta tensor; no data!
2026-06-05T08:48:27.875772 - [ERROR] Traceback (most recent call last):
  File "E:\ComfyUI_0525\ComfyUI\execution.py", line 536, 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 "E:\ComfyUI_0525\ComfyUI\execution.py", line 336, 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 "E:\ComfyUI_0525\ComfyUI\custom_nodes\comfyui-lora-manager\py\metadata_collector\metadata_hook.py", line 171, in async_map_node_over_list_with_metadata
    results = await original_map_node_over_list(
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\execution.py", line 310, in _async_map_node_over_list
    await process_inputs(input_dict, i)
  File "E:\ComfyUI_0525\ComfyUI\execution.py", line 298, in process_inputs
    result = f(**inputs)
             ^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\nodes.py", line 79, in encode
    return (clip.encode_from_tokens_scheduled(tokens), )
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\sd.py", line 326, in encode_from_tokens_scheduled
    pooled_dict = self.encode_from_tokens(tokens, return_pooled=return_pooled, return_dict=True)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\sd.py", line 395, in encode_from_tokens
    o = self.cond_stage_model.encode_token_weights(tokens)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\sd1_clip.py", line 737, in encode_token_weights
    out = getattr(self, self.clip).encode_token_weights(token_weight_pairs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\sd1_clip.py", line 45, in encode_token_weights
    o = self.encode(to_encode)
        ^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\sd1_clip.py", line 306, in encode
    return self(tokens)
           ^^^^^^^^^^^^
  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1775, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1786, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\sd1_clip.py", line 279, in forward
    outputs = self.transformer(None, attention_mask_model, embeds=embeds, num_tokens=num_tokens, intermediate_output=intermediate_output, final_layer_norm_intermediate=self.layer_norm_hidden_state, dtype=torch.float32, embeds_info=embeds_info)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1775, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1786, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\clip_model.py", line 208, in forward
    x = self.text_model(*args, **kwargs)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1775, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1786, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\clip_model.py", line 165, in forward
    x = embeds + comfy.ops.cast_to(self.embeddings.position_embedding.weight, dtype=dtype, device=embeds.device)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "E:\ComfyUI_0525\ComfyUI\comfy\model_management.py", line 1474, in cast_to
    r.copy_(weight, non_blocking=non_blocking)
NotImplementedError: Cannot copy out of meta tensor; no data!

2026-06-05T08:48:27.878100 - [INFO] Prompt executed in 0.05 seconds

Attached Workflow

Please make sure that workflow does not contain any sensitive information such as API keys or passwords.

Workflow too large. Please manually upload the workflow from local file system.

Additional Context

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

Sign up or log in to comment